How do I add a route???
(This is an offshoot from a previous post, but I think that it is sufficiently different to merit a separate thread. If not, then I apologise in advance).
I have two Linux machines, one of which can access the internet and one which cannot. The difference appears to be a routing problem. Running "netstat -rn" shows that the one which works has the line "0.0.0.0 192.168.2.1 0.0.0.0. UG 0 0 0 Eth 0" and the other one does not.
What do I need to do to add the route? I tried running "/sbin/dhclient eth0" but it didn't help. The system which works OK is CentOS and the system which does not work OK is Fedora Core 4.
Both machines are running with dynamic IP addressing, but with a lease of "forever."
|