I'm trying to setup 2 wireless networks being served by one server with 2 NICs. I need 2 wireless networks due to the number of subscibers. The server will provide dhcp, dns and a proxy. The proxy is required by my satellite provider. DHCP and DNS both work correctly, but the proxy is only able to connect to the server @ 10.10.11.50 via eth0. eth1 will not connect. I am able to route to eth0 but not to eth1. I have tried adding the following to /etc/sysconfig: network-scripts/route-eth0 containing 10.10.11.50 via 192.168.1.1 network-scripts/route-eth1 containing 10.10.11.50 via 192.168.100.1 The only route that shows up is the route via 192.168.1.1. I have tried adding static routes, but then niether interface connected. Is there any way to accomplish what I am trying to do? netstat -r: Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 10.10.11.0 192.168.1.1 255.255.255.0 UG 0 0 0 eth0 169.254.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 Network diagram: Proxy Server ----10.10.11.50----- | | | Satellite Broadband Gateway ---------10.11.57.1---------- | | -----------Switch----------- | | | | 10.11.57.2 10.11.57.3 Linksys wrt54g Linksys wrt54g wireless router wireless router --192.168.1.1-- ---192.168.100.1----- | | | | 192.168.1.0/24---- ----192.168.100.0/24---- | | | | | | | | eth1--server FC2--eth2 192.168.1.20 192.168.100.20 2 Proxy Clients- 1 serving 192.168.1.0/24 1 serving 192.168.100.0/24