Re: [osol-help] Unable to ping default gateway

2008-12-07 Thread Steve Szabo
If I had RTFM a little closer it might have helped:

 -t, --temporary

 Specifies that the creation is temporary.  Temporary
 creation last until the next reboot.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Unable to ping default gateway

2008-12-07 Thread Steve Szabo
I'm now able to ping the gateway by creating the security object:

# dladm create-secobj -t -c wep wepkey0   
provide value for 'wepkey0': **
confirm value for 'wepkey0': **

# dladm connect-wifi -i ??:??:??:??:??:?? -k wepkey0 -s wep

Now the problem seems to be that the key is lost after a reboot

How do I retain these settings?
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Unable to ping default gateway

2008-12-07 Thread Steve Szabo
I noted the following in the smf log for network/physical:

/sbin/dladm: secure object initialization failed: invalid argument
Setting netmask of ath0 to 255.255.255.0
ifconfig: SIOCSLIFNAME for ip: ath0: already exists
configuring IPv4 interfaces: ath0.
add net default: gateway 192.168.0.1: entry exists

# dladm show-wifi
LINK   STATUSESSID   SECSTRENGTH   MODE   SPEED
ath0   connected *wepgood   g  48Mb

# dladm show-link
LINKCLASSMTUSTATEOVER
nge0phys 1500   down --
ath0phys 1500   up   --

# dladm show-phys
LINK MEDIASTATE  SPEED  DUPLEXDEVICE
nge0 Ethernet down   0  unknown   nge0
ath0 WiFi up 48 unknown   ath0
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org