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

SIP helper setup for 2 different networks

Hi,
a theoretical question about SIP helper.
I am looking at getting a second ADSL service, a cheap naked low quota for experimenting on the ASG with.
Is it possible to direct one VoIP phone out one ADSL service a different phone/provider out a different ADSL service?
Both VoIP providers use 5060 for SIP registration, but use a different range of ports for the voice component.

Would destination based NAT work or destination based routing?

I know a glutton for punishment, but there is nothing like a little brain teaser to keep the brain active, a challenge to setup and test.

Ian M


This thread was automatically locked due to age.
Parents
  • OK, just a little tease [;)]

    Wouldn't it be SNAT instead of DNAT?

    If you want HTTP to go out a different service port, you do: 'External (Address) -> HTTP -> Any : SNAT from External2 (Address)'.  But, that can't differentiate between traffic from one device or another, so all HTTP traffic is pushed out External2.  They've talked about changing the HTTP Proxy in V7.5 to facilitate the use of a specific public IP for HTTP traffic from a specific internal subnet.

    So, since we're talking about an Astaro proxy, I vote for "not possible" unless the Astaro SIP Proxy just knows, and I can't see how that would be.

    Cheers - Bob
Reply
  • OK, just a little tease [;)]

    Wouldn't it be SNAT instead of DNAT?

    If you want HTTP to go out a different service port, you do: 'External (Address) -> HTTP -> Any : SNAT from External2 (Address)'.  But, that can't differentiate between traffic from one device or another, so all HTTP traffic is pushed out External2.  They've talked about changing the HTTP Proxy in V7.5 to facilitate the use of a specific public IP for HTTP traffic from a specific internal subnet.

    So, since we're talking about an Astaro proxy, I vote for "not possible" unless the Astaro SIP Proxy just knows, and I can't see how that would be.

    Cheers - Bob
Children
  • Hi Bob,
    I agree with you on the source based NAT on thinking about your question.

    A question to tease or two to you with
    Is the SIP helper a proxy or not a proxy?

    If it is a proxy it wouldn't be doing the stateful firewall bit from my understanding of a proxy.

    If it isn't a proxy then routing or nat'ing should?

    Ian M