try static instead. Make sure your default route is set correctly also. You can check by typing 'route'.
It should be "*" to "192.168.1.1" (If you didn't change the router's IP). If you need to set it do:
route delete default
route add default gw 192.168.1.1
Also, make sure your DNS servers are specified in /etc/resolv.conf correctly.


Reply With Quote
Bookmarks