Re: Wireless with WEP before login
I suggest:
auto wlan0
iface wlan0 inet static
address 192.168.2.11
netmask 255.255.255.0
# broadcast 192.168.2.255
gateway 192.168.2.1
# dns-nameservers 192.168.2.1
wireless-essid MYSSID
wireless-key 1234567894561354789543412
# wireless-keymode open
I would drop the dns part because I don't see anywhere in man interfaces where you can specify DNS nameservers here. I'd just edit /etc/resolv.conf to add this information.
I also suggest proofreading...twice...the WEP key. Is it 26 characters?
Key mode is open by default.
Last, it will probably never work unless you do:
Code:
sudo apt-get remove --purge network-manager
For comparison, here is my interfaces file with the WEP key obscured:
auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet static
address 192.168.1.108
netmask 255.255.255.0
gateway 192.168.1.254
wireless-essid GBR1
wireless-key 096XXXXXAFE
#auto eth0
iface eth0 inet dhcp
"Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.
Bookmarks