Andrew Myers wrote:
> Thanks James.  Turns out I didn't read the man page correctly and the 
> key actually needs to be saved using "wificonfig create-secobj ...."
> 
> It now appears I've connected, but I can't connect to any network 
> resources.
> 
> If I use ifconfig -a it appears my ip address is still set as 0.0.0.0
> 
> dladm show-link indicates that the device state is "up" however.
> 
> I'm tempted just to get a very long ethernet cable... :-)

Is your AP serving DHCP?

ifconfig iwk0 dhcp start

should be all you need in that case.

If it's not and you have to get a static IP - find out which
IP you can use (and its netmask) then run


ifconfig iwk0 inet (staticIPaddr) netmask (netmaskgoeshere) up


James C. McPherson
--
Solaris kernel software engineer, system admin and troubleshooter
               http://www.jmcp.homeunix.com/blog
                   http://blogs.sun.com/jmcp
Find me on LinkedIn @ http://www.linkedin.com/in/jamescmcpherson


Reply via email to