Load Balancing ppp

Hello everybody

How can i Load Balance two slow ppp(gprs) connections with iptables .

You can try this:

Routing for multiple uplinks/providers

Thanks for this information but it works only with static ip not with dynamic ip,

ppp(gprs) use dynamic ip

In gprs no default gateway exists because dynamic ip itself a default gateway

You can make a script which changes the routing rules with every ip change.

Ex.: you can find out the ip (gateway for ppp) with this simple line:

ifconfig ppp0 | grep "inet addr" | cut -f2 -d":" | awk '{print $1}'

then you can create your rules.

Thanks gooogl3

sorry for late reply but after 13 days gprs load balancing has completed and now it is working