Hi Ted,
seems to me that you need to end up with a routing table on A or C that looks like this;
Routing table for C = 192.168.0.7 (similar for A = 192.168.0.1): ---------------------------------------------------------------- Destination Gateway Genmask Flags (blah) Iface 127.0.0.0 * 255.0.0.0 U (blah) lo 192.168.0.0 * 255.255.255.0 U (blah) eth0 192.168.1.1 192.168.0.6 255.255.255.0 UG (blah) eth0 <====== new entry default 192.168.0.6 0.0.0.0 UG (blah) eth0
so that A & C know to route everything for 192.168.1.1 via B (192.168.0.6)
(though I would have thought that the default entry would pick this up!!)
so try something like
route add 192.168.1.1 gw 192.168.0.6
i.e. explicitly tell the box that traffic for 192.168.1.1 is to be routed via B.
Regards,
Keith ____________ Old CM people never die, they just get archived and can be reproduced at any time.