Displaying 1 result from an estimated 1 matches for "isp1_ip1".
Did you mean:
isp1_ip
2004 Jul 08
1
Help with dual internet connection
...3
iptables -t nat -A POSTROUTING -o $isp1_if -j SNAT --to-source $isp1_ip
iptables -t nat -A POSTROUTING -o $isp2_if -j SNAT --to-source $isp2_ip
iptables -A FORWARD -i $lan_if -j ACCEPT
iptables -A INPUT -p ALL -d $isp2_ip -m state --state ESTABLISHED,RELATED -j
ACCEPT
iptables -A INPUT -p ALL -d $isp1_ip1 -m state --state ESTABLISHED,RELATED
-j ACCEPT
Http & ftp works fine but if link1 is down only http works. Why is this?
Is there a proper/different way to setup internet access over 2 isp?
I need to route mail from the second isp to my mail server is the DMZ?
Gareth Segree
mailto:Gareth.Se...