Didier Wiroth wrote:
Hello,
I'm using current (on a thinkpad x60s) with a netgear wg602v2 accesspoint.
The x60s has wpi wireless nic.
The configuration of the netgear accesspoint is the following:
ssid= wifi
ssid broadcast= disabled
channel= 11
mode=g and b
security type= wep
authentication type= shared key
encryption strength= 128bit
key1=0784C5C4FCAFA91C537DF07839 (default key)
key2=0784C5C4FCAFA91C537DF07839
key3=0784C5C4FCAFA91C537DF07839
key4=0784C5C4FCAFA91C537DF07839
I tried many different settings, without success ...
this does not work:
ifconfig wpi0 chan 11 nwid wifi nwkey
1:0x0784C5C4FCAFA91C537DF07839,0x0784C5C4FCAFA91C537DF07839,0x0784C5C4FCAFA91C537DF07839,0x0784C5C4FCAFA91C537DF07839
How do I have to configure my wpi0 nic to be able to connect to
the "wifi" ssid network?
thank you very much
didier
In OpenBSD -current, i just put this line in /etc/hostname.wpi0:
dhcp nwid AOGUAN7 nwkey 0xPASSWORD
AOGUAN7 is the AP name, 0xPASSWORD is '0x'+'your access password'.
I hope this can help you more or less.
regards.