Networking :: WEP



Hey...

I have a buffalo WLAN... it uses WEP. How do i configure WEP for DSL???

Try iwconfig commands for example:

iwconfig eth0 mode managed channel 6 essid myssid
iwconfig eth0 key xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xx essid myssid

Once you get it working add these commands to /opt/bootlocal.sh
And if this is a liveCD then add /opt/bootlocal.sh to your filetool.lst and backup


original here.