From mboxrd@z Thu Jan 1 00:00:00 1970 From: ro0ot Date: Mon, 27 Jun 2005 17:11:18 +0000 Subject: [LARTC] routing incoming port 82 Message-Id: <42C03336.7000209@phreaker.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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://:82 Then, I have to switch to the following link below to access it. http://:82 How can I solve this? Regards, rootlinux _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc