1 Nov 2011 01:47
Re: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc
Brian <ad44 <at> cityscape.co.uk>
2011-11-01 00:47:27 GMT
2011-11-01 00:47:27 GMT
On Mon 31 Oct 2011 at 12:53:21 -0700, keitho <at> strucktower.com wrote:
> If I boot the laptop with the Ethernet cable plugged in (eth0), that
> connection works fine. If I then unplug the Ethernet cable I can not
> connect to the outside world via the wireless (eth1). Yet I can ping
> machines inside my own LAN:
Immediately after boot /sbin/route shows:
-----------------------------------------
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.7.1 0.0.0.0 UG 0 0 0 eth0
localnet * 255.255.255.0 U 0 0 0 eth0
localnet * 255.255.255.0 U 0 0 0 wlan0
eth0 is brought up by ifplugd because the cable is connected. wlan0 is
brought up because of 'allow-hotplug wlan0' in /e/n/i. Quite why there
is only one default route, I'm unsure. Pinging locally and to the
outside world is possible.
Unplug the cable:
-----------------
Destination Gateway Genmask Flags Metric Ref Use Iface
localnet * 255.255.255.0 U 0 0 0 wlan0
eth0 is taken down by ifplugd. wpa_supplicant runs
wpa_cli -i wlan0 reconnect
(Continue reading)
RSS Feed