route (is it forwarding packets?)

Yang Xiao yxiao2004 at gmail.com
Tue Aug 24 17:43:30 UTC 2004


On Tue, 24 Aug 2004 13:25:40 +0100, Chadley Wilson <chadley at pinteq.co.za> wrote:
> Greetings Guys,
> 
> I am trying to understand this but I am confused! :=\
> Is this table forwarding packets from one iface to the other?
> 
> [root at chadlin root]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 192.168.10.0    *               255.255.255.0   U     0      0    0 eth0
> 196.25.100.0    *               255.255.255.0   U     0      0    0 eth1
> 127.0.0.0       *               255.0.0.0       U     0      0    0 lo
> default         *               0.0.0.0         U     0      0    0 eth0
> [root at chadlin root]#
> 
> --
> ==========================================================
> Chadley Wilson
> Production Line Supervisor
> Pinnacle Micro / Pinteq PTY(LTD)
> chadley at pinteq.co.za
> +270112653193
> ==========================================================
> Penguin Power
> RHCE in the making
> ==========================================================
> 
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
> 

cat /proc/sys/net/ipv4/ip_forward 
0 = forwarding disabled
1 = enabled.

Yang





More information about the fedora-list mailing list