howardb
Expert Member
Is it possible to use these together on one PC? If so, how? 
Any advice appreciated...
Any advice appreciated...
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Is it possible to use these together on one PC? If so, how?
Any advice appreciated...
Is it possible to use these together on one PC? If so, how?
Any advice appreciated...
It should be possible, look up routing. You can add routes for certain traffic to go through ADSL, and certain traffic to go through 3G. Think of it like Local / International split, the exact same principal at work.
I imagine this is possible with one of the new dsl /3g routers, like a BiPAC 7402X , but without one of those, how would one do it? Dsl is a fixed line ppoe, and 3g is a dial-up modem. This is all beyond me...![]()
Well, I'm not too sure about how this would work on Windows, but I know it's possible. Here's how I'd do it in FreeBSD:
1) Set up /etc/ppp/ppp.conf with both accounts, make sure 'add default HISADDR' is not included, so no default route gets added. (FreeBSD's ppp handles both dial up style ppp and PPPoE)
2) ppp -background -nat adsl; ppp -background -nat 3g
3) route add default adsl
4) route add www.myadsl.co.za -iface tun1 (tun1 would be the 3g connection, since it was started later)
Heh, I guess you didn't see my edit![]()