Hi, I'm trying to utilize 2 lines to host my server. I'm trying to do something like this
INET ------------------------------ | | | line 1 | line 2 | | Server1(static IP)----------Server2(dynamic IP) | | LAN I'm trying to have Server 1 sent traffic through line 1 and line 2. I can't simply attach both lines to Server 1 because i need to be a Server 2 to be a gateway for the LAN can anyone tell me what i need to do with ip route and iptables to accomplish this? Thanks in advanced Bailey