Displaying 3 results from an estimated 3 matches for "aen268".
Did you mean:
aen265
2004 May 29
1
Single bandwidth pipe
Hi all,
Can someone help me in creating a single bandwidth
pipe out of two or more bandwidth providers.
Say, I have 2 internet connections
1) 128 K
2) 128 K
I want to use both of them on a single linux box.
Is there any way to do so.
Of course loadbalancing can be done, but I don''t want
loadbalancing. I want to have a single pipe of 256 K.
Some time back I was suggested to use squid on
2007 Nov 21
0
Split access multi-route problem - need help.
...to shed some light on a weird problem I have with a multiple route
configuration.
Some time ago I configured a web server to have two different IP
addresses from two different ranges on each of it''s two ethernet cards.
I followed the excellent instructions at
http://lartc.org/lartc.html#AEN268 and came up with the following
configuration:
#!/bin/bash
/sbin/ip route add 194.164.97.0 dev eth0 src 194.164.97.252 table T1
/sbin/ip route add default via 194.164.97.1 table T1
/sbin/ip route add 86.54.82.144 dev eth1 src 86.54.82.146 table T2
/sbin/ip route add default via 86.54.82.145 table T...
2007 Dec 04
2
Multiple routing query
...I''m not all
that au fait with routing using multiple interfaces.
Some time ago I configured a web server to have two different IP
addresses from two different network ranges on each of it''s two ethernet
cards.
I followed the excellent instructions at
http://lartc.org/lartc.html#AEN268 and came up with the following
configuration:
#!/bin/bash
/sbin/ip route add 194.164.97.0 dev eth0 src 194.164.97.252 table T1
/sbin/ip route add default via 194.164.97.1 table T1
/sbin/ip route add 86.54.82.144 dev eth1 src 86.54.82.146 table T2
/sbin/ip route add default via 86.54.82.145 table T...