On Tue, Jun 24, 2003 at 01:08:13AM -0600, [EMAIL PROTECTED] wrote: > Obviously, there is something wrong in the routing table. But what is wrong > I don't know. Please help me out. This is the first time I am trying my > hand at creating a routing table. (Simply trying to follow the NAG. Surely > missed something obvious.)
Your routing tables are fine. Probably you don't have IP forwarding enabled. sysctl net.ipv4.ip_forward=1 (To see if you have it already enabled, try sysctl net.ipv4.ip_forward) Add an entry to /etc/sysctl.conf as well. Binand -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
