View Single Post
  #4   (View Single Post)  
Old 6th November 2008
ephemera's Avatar
ephemera ephemera is offline
Knuth's homeboy
 
Join Date: Apr 2008
Posts: 537
Default

Quote:
Originally Posted by anomie View Post
[code]
Code:
# netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
172.16.83.0     0.0.0.0         255.255.255.224 U         0 0          0 eth0
172.16.83.0     0.0.0.0         255.255.255.224 U         0 0          0 eth3
...
i wonder how the routing decision is handled for that? a packet destined for the net 172.16.83.0/27 will transmitted across eth0 or eth3?
And all other packets are sent through eth0?
(just thinking out aloud. I hope i am not embarrasing myself. :-D).

Last edited by ephemera; 6th November 2008 at 08:23 PM.
Reply With Quote