[Amportal-users] Dual broadband connections

It’s easy enough to add an extra ethernet card, and have it connected to a separate ISP. But you can really only have one default route, or at least one route for a given destination. For example, you can route just your ITSP (telephony provider) through one connection (by their IP), and then everything else (like web traffic) through another connection. By writing a small script, you can detect when the connection goes dead (i.e. ping the ITSP) and then change the routing tables. Here’s the catch: the ITSP needs to be able to deal with you switching IP addresses (you can’t be static) and you will not be able to keep a live conversation going when it switches over. Everything has to be re-registered and calls started up again. The only way around that is to have your own private IP address, and have two providers that are willing to route to you simulataneously (much more cost).

-----Original Message-----
From: [email protected]
[mailto:[email protected]]On Behalf Of
versodom
Sent: Saturday, July 22, 2006 20:18
To: [email protected]
Subject: [Amportal-users] Dual broadband connections

Has anyone set up 2 ethernet ports on an Asterisk box for redundant IAX2 or SIP trunks. I have 2 seperate broadband connections and I would like to use one as a primary and one trunk as a backup. :roll:


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

Can you get around this issue by assigning 2 trunks with diferent routes (maybe even register 2 trunks on the other end with seperate static IP addresses). Then in the outbound rules have it switch to the other trunk, when it goes out of service. This is what I do with ZAP PSTN trunks. If one goes down, it selects the next one.

Having two trunks works. Wouldn’t matter if each connection was static IP or not, so long as the ITSP can deal with you being a dynamic address (generally not an issue). Inbound routing might be difficult though, unless you manage to arrange two distinct trunks with the same ITSP and have them tied together for the same set of DID’s.

-----Original Message-----
From: [email protected]
[mailto:[email protected]]On Behalf Of
versodom
Sent: Sunday, July 23, 2006 23:51
To: [email protected]
Subject: Re: [Amportal-users] Dual broadband connections

Can you get around this issue by assigning 2 trunks with diferent routes (maybe even register 2 trunks on the other end with seperate static IP addresses). Then in the outbound rules have it switch to the other trunk, when it goes out of service. This is what I do with ZAP PSTN trunks. If one goes down, it selects the next one.


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)