> Router 192.168.0.1 > | > | > eth0| > --------------- > | 192.168.0.2 | Server Network > | |eth1 > | |---------------------------------------------- > | |192.168.0.3 | | | > | | | | | > | 10.1.1.1 | | | | > --------------- -------- -------- -------- > | eth2 | SRV1 | | SRV2 | | SRV3 | > | -------- -------- -------- > | 192.168.0.4 192.168.0.5 192.168.0.6 > | > Internal Network
Setup the router with a netmask of 255.255.255.254 and a route to 192.168.0.0/24 pointing to 192.168.0.2 - routing in this direction should work now. Now set up your SRV* to use 192.168.0.3 as your default gateway; Make the routing on the linux box: a host route to the router on eth0, 192.168.0.0/24 to eth1, default gateway router. This should work. Or have a look at the bridging option in recent kernels, if you want to firewall, you'll need an additional kernel patch (bridge+firewall) Greetings, Erich

