Thanks for the replies guys. On my way home (after I had some time to think about what I wrote), I realized that I didn't describe my problem properly. As well as being lazy about transcribing my routing tables, I didn't include some of the connection info. Sites 1, 2 and 3 are connected by wireless cards. The links between the routers are defined by 192.168 addresses. I have 2 routers setup at Site 2 to keep things simple for myself while I try to get things working. I have this setup working currently using Redhat boxes, and I defined my routes using the old route command. I'm confused because as far as I know my routes are setup the same. I had to use ip route to set things up in Bering, so I'm wondering if there's more syntax involved in setting up a route to do more than 1 hop (it sounds far fetched, but I can't see anything else wrong)?
Site 1: 10.10.1.0 Destination Mask Gateway Dev 0.0.0.0 0.0.0.0 10.10.1.254 eth0 (to internet) 10.10.1.0 255.255.255.0 10.10.1.40 eth0 (wired interface) 10.10.12.0 255.255.255.0 192.168.1.253 eth1 (wireless to site 2) 10.10.13.0 255.255.255.0 192.168.1.253 eth1 (wireless to site 2) 192.168.1.0 255.255.255.0 192.168.1.254 eth1 (wireless interface) 192.168.2.0 255.255.255.0 192.168.1.254 eth1 (wireless interface) Site 2a: 10.10.12.0 Destination Mask Gateway Dev 0.0.0.0 0.0.0.0 192.168.1.254 eth1 (wireless to site 1) 10.10.12.0 255.255.255.0 10.10.12.254 eth0 (wired interface) 10.10.13.0 255.255.255.0 10.10.12.253 eth0 (to other local router) 192.168.1.0 255.255.255.0 192.168.1.253 eth1 (wireless interface) 192.168.2.0 255.255.255.0 10.10.12.253 eth0 (to other local router) Site 2b: 10.10.12.0 Destination Mask Gateway Dev 0.0.0.0 0.0.0.0 10.10.12.254 eth0 (to other local router) 10.10.12.0 255.255.255.0 10.10.12.253 eth0 (wired interface) 10.10.13.0 255.255.255.0 192.168.2.253 eth1 (wireless to site 3) 192.168.2.0 255.255.255.0 192.168.2.254 eth1 (wireless interface) Site 3: 10.10.13.0 Destination Mask Gateway Dev 0.0.0.0 0.0.0.0 192.168.2.254 eth1 (wireless to site 2) 10.10.13.0 255.255.255.0 10.10.13.254 eth0 (wired interface) 192.168.2.0 255.255.255.0 192.168.2.253 eth1 (wireless interface) Bob Pocius _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
