routing incoming port 82

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have two DSL line from the different provider connected to my Linux Router Firewall. Server_A is behind the Linux Router Firewall.


DSL0 --
           | ---- LINUX_ROUTER_FW -- SERVER_A
DSL1 --


I have the following IPTABLES command to make incoming access to Server A's web service throught port 82 as below: -

$IPTABLES -t nat -A PREROUTING -i eth1 -p tcp --dport 82 -j DNAT --to 10.59.2.2:80 $IPTABLES -t nat -A PREROUTING -i eth2 -p tcp --dport 82 -j DNAT --to 10.59.2.2:80

The problem is sometimes when I access the Server A's web service using the following link below, after like few minutes...it cannot be accessible.

http://<IP_ADDRESS_DSL0>:82

Then, I have to switch to the following link below to access it.

http://<IP_ADDRESS_DSL1>:82

How can I solve this?

Regards,
rootlinux





_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux