#interfaces - modifications for home network
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.0.26
netmask 255.255.255.0
gateway 192.168.0.1
#auto eth0
auto ath0
iface ath0 inet static
address 192.168.0.27
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
wireless-mode managed
wireless-essid WLAN - Home
wireless-key1 s:metafilter
wireless-key 6d65746166696c746572
#end interfaces
#resolv.conf
nameserver 192.168.0.1
#end resolv.conf
You are not logged in, either login or create an account to post comments
Learn the iwconfig and ifconfig commands, they will give you a lot more information than the network manager
To manually try to re-acquire an IP address from DHCP, try this-
sudo dhclient wlan0
(or whatever your wifi interface is named)
posted by qxntpqbbbqxl at 1:33 PM on April 11