Displaying 2 results from an estimated 2 matches for "adsla".
Did you mean:
adsl
2006 Dec 11
6
load balacing with https home banking
...#39;m running linux 2.6.19 with nth match to
alternatively snat outgoing connections to
two different ip addresses for load balancing
between two adsl lines:
Here is:
$IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m
multiport --dports 80,443 -m statistic --mode nth --every 2 -j SNAT --to
adslA
$IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m
multiport --dports 80,443 -j SNAT --to adslB
Things are working pretty good, but some
applications (https home banking for example),
don''t work correctly (because the remote
server see two different ip addresses). Is
there any tri...
2005 Oct 19
0
mark value as routing key
...have a problem with iptables mark target.
I''m using iptables to mark packet in this manner:
iptables -t mangle -I OUTPUT --protocol tcp --dport 80 -j MARK --set-mark 1
This linux box has two different ip addresses on
two different subnet on the same ethernet NIC:
eth0: 1.1.1.254/24
eth0:adslA: 10.10.10.6/29
This is my ip rule sh output:
0: from all lookup local
400: from all fwmark 0x1 lookup adsl
450: from all lookup hdsl
32766: from all lookup main
32767: from all lookup default
Here is ip route sh table adsl:
default via 10.10.10.1 dev eth0 metric 1
and this is ip route sh table h...