Hello, i have the following config, i have 2 internet connections, one connected directly to my switch and the other connected directly to the server. This server is an apache server, i can reach the server from the internet that is connected to the switch,but i seem unable to reach from the directly connected to the server. Adsl1:192.168.5.253 adsl2:192.168.1.252 server nic0:192.168.1.203 server nic1:192.168.5.84 I have tried to route and everything but im unable to reach the website from the second adsl. I also want to redirect the traffic comming from the second adsl to the nic0 and the other to the nic1; Thanks in advance.
What comes to mind first is - does your apache server listen on all devices? It may be that in /etc/apache2/port.conf you have specified only one IP address thus all requests from the other one will be discarded. Or - are the nics configured properly? (netmasks, etc)