[ILUG] static routing

Dave Rynne dave at esat.net
Mon Oct 11 22:25:59 IST 1999


) I'm running rh6.0.
) 
) table before rebooting:
) Kernel IP routing table
) Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
) 140.203.1.130   0.0.0.0         255.255.255.255 UH        0 0          0 lo
) 192.168.2.2     0.0.0.0         255.255.255.255 UH        0 0          0 eth1
) 140.203.1.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
) 192.168.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth1
) 127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0 lo
)
) table after rebooting:
) Kernel IP routing table
) Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
) 140.203.1.130   0.0.0.0         255.255.255.255 UH        0 0          0 eth0
) 192.168.2.2     0.0.0.0         255.255.255.255 UH        0 0          0 eth1
) 140.203.1.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
) 192.168.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth1
) 127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0 lo
)
)
)
) what do you think....

Digging around in /etc/sysconfig/network-scripts reveals
        #note the trailing space in the grep gets rid of aliases
        grep "^$1 " /etc/sysconfig/static-routes | while read device args; do
            /sbin/route add -$args $device
        done

in ifup-routes.

So try something putting something like
"lo 140.203.1.130 netmask 255.255.255.255"
in /etc/sysconfig/static-routes and see if it makes a difference.

BTW -- is 140.203.1.130 assigned to eth0 ?? That would prob explain
why it keeps resetting upon reboot.

)
) am I also right in thinking that the kernel edits the table if it finds
) a particular network unreachable?
)
) ger.
)
)


Dave (kinda confused as what you're trying to achieve above).




More information about the ILUG mailing list