2001-11-29 15:49:58

by Colonel

[permalink] [raw]
Subject:

From: Colonel <[email protected]>
To: [email protected]
CC: [email protected]
In-reply-to: <[email protected]>
([email protected])
Subject: Re: Routing table problems
Reply-to: [email protected]
In-Reply-To: <[email protected]>

From: "Rajasekhar Inguva" <[email protected]>
Date: Sat, 29 Dec 2001 17:17:48 +0530

I am facing a problem ( ???, maybe it works that way, but i really dont
know ) with regards to routing table behavior when using ifconfig on a
network interface.

1) netstat -nr Shows my default gateway for network 0.0.0.0

2) ifconfig eth0 down

3) netstat -nr No entry for the default gateway is shown (
understandable )

4) ifconfig eth0 up

After the the 4'th command, my interface is up and has it's IP address set
correctly. But .....

netstat -nr does not show my default gateway for network 0.0.0.0 !!.
Pinging any IP outside of my subnet, results in "Network is unreachable"
error.


While the linux kernel is certainly omnipotent, it's crystal ball is
sometimes hazy. How would it know what the default gateway should
be??? Typically after the interface is configured, you command:

/sbin/route add default gw $GATEWAY netmask 0.0.0.0 metric 1

Some routing daemons will handle that for you, but even they need
appropriate configuration.