View Single Post
Posts: 172 | Thanked: 27 times | Joined on Oct 2009 @ San Francisco, CA
#42
Originally Posted by ArnimS View Post
this sounds like a problem setting up dns and routes from a dhcp serving access point

you should be getting something like

route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0

and
cat /etc/resolv.conf
nameserver 192.168.0.1
..
if the update broke dhcp for *your* router, you can configure dns and route manually

for e.g. set a dns server
echo 4.2.2.1 > /etc/resolv.conf

add a route
route add default gw 192.168.0.1
So I'm supposed to set this up manually everytime I want to connect to a new WiFi? Airport, cafe, hotel, etc. And ask them what their LAN settings are? Not really feasible, IMO.