Hello Ed,

> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 65.0.45.0       *               255.255.255.0   U     0      0        0 eth1
> 192.168.42.0    *               255.255.255.0   U     0      0        0 eth0
> 127.0.0.0       *               255.0.0.0       U     0      0        0 lo
> default         65.0.45.1       0.0.0.0         UG    0      0        0 eth1   

 Usually the routing tables are automagically set allright. If you want to set 
them by hand you probably need routes to the adapters before you can set 
routes. Try adding

route add -host 65.0.45.1 eth1
route add -host 192.168.42.1 eth0 (or whatever address you use)

 to this setup.

                                        Hope this helps,

                                        Leonard.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to