hi,
is it possible to load balance (or share) multiple PPPoE connections, while the ip is dynamic (assigned by the ISP) ?
the ip->route doesnt assign correctly the routing table!
i.e. if i have two connections pppoe1 and pppoe2 connected, the routing table looks like this:
0.0.0.0 0.0.0.0 pppoe1 (ip of pppoe1)
0.0.0.0 0.0.0.0 pppoe1 (ip of pppoe1)
where is pppoe2 ??
has anyone successfully done this?
i read the wiki, but it’s only if my IP is static.
please let me know, if not is this a near feature in the OS?
how do you create a new route to an interface?? this is great feature by the way.
but i tried to do it, the interface field cant be modified???
pls see attached shot
also, may i ask how many pppoe connections i can make?
[normis@demo2.mt.lv] > ip route add gateway=
wlan1 wlan2 ether1 ether2
but that won’t help to load-balance. your ISP will give you two IPs of the same range which will cause more problems than benefits. the only realistic solution is having 3 routers.
What if my ISP will give me the same IP for both PPPoE, would that be any help?
i am just woundering, if such a routes can be added as static:
ip route 0.0.0.0 0.0.0.0 pppoe1
ip route 0.0.0.0 0.0.0.0 pppoe2
both same metric, and then, any traffic will be natted on the same IP of the connection, this way, i can load balance the outgoing traffic only (MT should take care of this, does it?), which somehow will load balance the incomming.
i have done similar config in cisco, and it works fine..
you can create a watchdog to keep watching your ISP gateway, if it’s down, reboot the RB150 router
set a script on RB150 to automatically disabled ip address of your local ethernet (which is connected to your router) whenever you couldn’t ping to ISP gateway. your distribution router would not pass the traffic to an unreacheable RB150.
set a script on RB150 to automatically disabled ip address of your local ethernet (which is connected to your router) whenever you couldn’t ping to ISP gateway. your distribution router would not pass the traffic to an unreacheable RB150.
can you help with such a script that disabled eth1 when pppoe connection go down?
Hi, thanks for this,
i have a question, this script will run on the distribution router or the RB150 between dsl modem & the router?
i am assuming this is on the distribution router, if yes, then how can the RB150 know that it’s PPPoE has dropped?
netwatch watches IP address, i am getting dynamic IP.
the script is for RB150. Script would automatically disable interface which links to your distribution router.
Let’s say you have 4 RB150 which local interface (connect to your distribution router) address is :
Router A :192.168.1.1
Router B :192.168.2.1
Router C :192.168.3.1
Router D :192.168.4.1
You need to set check gateway function (in IP route) in your distribution router
If the gateway failed on router A, script on router A would disable it’s ethernet (192.168.1.1), so that your distribution router would not pass the traffic to router A.