Messages in this thread |  | | Subject | Re: Routing table problems | From | Doug McNaught <> | Date | 29 Nov 2001 11:40:12 -0500 |
| |
"Rajasekhar Inguva" <irajasek@in.ibm.com> writes:
> Hi All, In continuation to my earlier report ... > > The problem is only seen with the default gateway entry. > > The gateway entry for my subnet is also deleted during a 'down', but is > restored properly after an 'up' .
The default gateway route is installed at boot time by a separate 'route' command. 'ifconfig' can derive your subnet route from the address and mask of the interface, but it can't magically determine your default gateway. Add it yourself using "route" or "ip" or rerun your network start scripts.
In short, "Working as Designed".
-Doug -- Let us cross over the river, and rest under the shade of the trees. --T. J. Jackson, 1863 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |