This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple WAN connections, SIP, and multipath

I currently have two external IP addresses (cable & DSL), buth dynamic with dyndns setup to provide names.  Using the default setup, I am currently routing everything out the cable using NAT.

I would like to be able to route SIP traffic out the DSL link (all SIP traffic should come from a single host in our LAN).  Are there other special considerations for SIP traffic with the SIP helper?  (which seams to be working pretty well in the single cable modem setup).

I would like to route all other traffic out the cable WAN.

If either is down, would like to failover to the other.

Is this possible? I have tried several attempts at multipath setup but I can't get it right.

  Thanks!


This thread was automatically locked due to age.
  • Hi again -

    Here is what I ended up doing...

    1) Enabled Uplink Balancing w/ Multipath - put Cable first in list, DSL second
    2) Added multipath rule for SIP server to use DSL interface
          192.168.1.60 -> Any -> Any -> DSL
    3) I also added a DNS rule for DSL (because it has faster/more stable ping times)
         Any -> DNS -> Any -> DSL
    4) Added multipath rule for everything else to use Cable interface
         Any -> Any -> Any -> Cable

    I pulled network plugs to simulate downtime and it seams to work correctly, of course it takes a bit for the SIP server to re-register.

    However, for some reason, now I need to add a "allow" packet filter rule for ftp access (port 21).  I assume this worked before because of the ftp helper?  Any idea why I would now have to add a rule?