TheRoDent
Cool Ideas Rep
Well, I still have my ADSL, and after getting MyWireless going under Linux, I thought: hmmm, How to loadbalance traffic across the 2 interfaces?
So, I figured, easy. Install Zebra (A BGP4 capable routing daemon) and let it handle the routing decisions between my ADSL PPP, and Sentech PPP.
Turns out it's more difficult than pulling teeth to get hold of BGP peering connections in .za. No single ISP I talked to were willing to make their BGP tables accessible via BGP, so that my "zebra" could slave off it.
In the end, I found that Internet Solutions runs a public route-server which can be queried for the list of local subnets. This isn't via BGP, but Telnet. Still the routing information is live, and accurate, and I don't really care how I get the local subnet list, as long as I get one...
http://rodent.za.net/BGPInformation for a small writeup, and a script to pull it down.
So, finally I have a small script, that will update my routing tables once a day, with the local subnets, so I can use my ADSL for nice fast local gaming, and surfing.
The Sentech connection is the "gateway of last resort" and thus all international traffic, and Gnutella, etc gets routed over it. I can get capped on ADSL, and I won't feel the difference, since even when capped, ADSL's local traffic is mostly unaffected.
Long live perl, Linux, Sentech and er... No. Not ADSL.
<center><h5><font color="red">Oo. MyWireless <s>Hacks</s> Tweaks & Tech Info.oO </font id="red"></h5>
<h6>postcount++;</h6>
</center>
So, I figured, easy. Install Zebra (A BGP4 capable routing daemon) and let it handle the routing decisions between my ADSL PPP, and Sentech PPP.
Turns out it's more difficult than pulling teeth to get hold of BGP peering connections in .za. No single ISP I talked to were willing to make their BGP tables accessible via BGP, so that my "zebra" could slave off it.
In the end, I found that Internet Solutions runs a public route-server which can be queried for the list of local subnets. This isn't via BGP, but Telnet. Still the routing information is live, and accurate, and I don't really care how I get the local subnet list, as long as I get one...
http://rodent.za.net/BGPInformation for a small writeup, and a script to pull it down.
So, finally I have a small script, that will update my routing tables once a day, with the local subnets, so I can use my ADSL for nice fast local gaming, and surfing.
The Sentech connection is the "gateway of last resort" and thus all international traffic, and Gnutella, etc gets routed over it. I can get capped on ADSL, and I won't feel the difference, since even when capped, ADSL's local traffic is mostly unaffected.
Long live perl, Linux, Sentech and er... No. Not ADSL.
<center><h5><font color="red">Oo. MyWireless <s>Hacks</s> Tweaks & Tech Info.oO </font id="red"></h5>
<h6>postcount++;</h6>
</center>