Displaying 2 results from an estimated 2 matches for "ti_if".
2007 Feb 16
0
problem with two default routes
...l network to use two dsl
lines. Ok, I read the LARTC howto and set up two routing tables and
the correct balancing default gw. It works fine for connections
originating locally on the gw machine. Then I added two iptables rules
on the nat table:
iptables -t nat -A POSTROUTING -s 192.168.4.0/24 -o $TI_IF -j SNAT
--to-source $TI_IP
iptables -t nat -A POSTROUTING -s 192.168.4.0/24 -o $MC_IF -j SNAT
--to-source $MC_IP
ok, now all local ip can go to the internet but all connections go to
the second route specified in the default, whatever it is.
Here''s the default (as found on the howto):
i...
2007 Mar 02
8
DNAT and Load Balancing
Hi all!
After that good thread "DGD patch not detecting dead gateway" I was
able to set up a Load Balancing with ping based DGD (without Julian
Anastasov patch). But now I''m facing a new problem and tried some
options, with only partial solutions.
I made a script based on
http://www.mail-archive.com/lartc@mailman.ds9a.nl/msg16257.html (Thank
you Manish Kathuria),