View Single Post
Old 9th May 2009
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by bsdnewbie999 View Post
Can i use the following code?
Code:
dhcp My_Uni nwkey 26characters chan 6
The manpage to wpi(4) states:
Code:
EXAMPLES
     The following hostname.if(5) example configures wpi0 to join whatever
     network is available on boot, using WEP key ``0x1deadbeef1'', channel 11,
     obtaining an IP address using DHCP:

           dhcp NONE NONE NONE nwkey 0x1deadbeef1 chan 11
So, it appears that your syntax is wrong. "NONE NONE NONE" is required.
Reply With Quote