Davy
12-13-2008, 12:16 PM
i have a gateway machine at 192.168.1.3 and all boxen on my computer use it happily. (they're all attached to a router; but the gateway box is not the router).
laptop with ubuntu 8.10 and atheros wifi. atheros driver installed and works. (just installed it this morning).
i use gnome's network manager applet to set gateway to 192.168.1.3 and dns to 123.456.789.101 and 123.456.789.111 (those aren't the real addresses, all the other boxen use them just fine). i can ping the other boxen (even the gateway) fine; but i can't get to http://www.anything. traceroute isn't installed and ping can't resolve.
so i shut down network manager and try it manually:
/etc/init.d/networking stop
ifconfig ath0 down (to shutdown wifi)
ifconfig ath0 192.168.1.4
vim /etc/resolv.conf to add 123.456.789.101 and 123.456.789.111
ifconfig ath0 up
/etc/init.d/networking start
here's where it gets weird:
route says that my gateway is Macintosh-00039 and resolv.conf have both my addresses; but i STILL can't surf.
it's exactly the same situation i was in before.
what am i forgetting/doing wrong?
laptop with ubuntu 8.10 and atheros wifi. atheros driver installed and works. (just installed it this morning).
i use gnome's network manager applet to set gateway to 192.168.1.3 and dns to 123.456.789.101 and 123.456.789.111 (those aren't the real addresses, all the other boxen use them just fine). i can ping the other boxen (even the gateway) fine; but i can't get to http://www.anything. traceroute isn't installed and ping can't resolve.
so i shut down network manager and try it manually:
/etc/init.d/networking stop
ifconfig ath0 down (to shutdown wifi)
ifconfig ath0 192.168.1.4
vim /etc/resolv.conf to add 123.456.789.101 and 123.456.789.111
ifconfig ath0 up
/etc/init.d/networking start
here's where it gets weird:
route says that my gateway is Macintosh-00039 and resolv.conf have both my addresses; but i STILL can't surf.
it's exactly the same situation i was in before.
what am i forgetting/doing wrong?