Fixing the Default Route
From TrryHend@netscape.net
Not able to surf the internet but local network is working fine? Try this (these commands must be executed as superuser):
# route del default
# ifconfig eth0 down
# route
# ifconfig eth0 192.168.0.? netmask
255.255.255.0
|
|
|