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

Vonage with Astaro?

I am trying to get my Vonage VoIP working with Astaro 6.0 that I just installed with following setup :

Cable Modem directly connected  Astaro External Interface
VoIP Gateway is Linksys RTP300 which is also acting as switch connected to Astaro Internal Interface.
Disable router function on RTP300
Disable DHCP on RTP300

Setup NAT Rule
Set packet filtering rule for following ports inbound & outbound :
53,69,123,5060:5064, 10000:20000

Tried with SIP proxy & by disabling SIP proxy.

Only thing I havent tried is DMZ and if all else fails I will try that but would like to know if Astaro can be configured to Vonage.

Any clues or suggestion, I will really appreciate that.  [:S]
thanks


This thread was automatically locked due to age.
Parents
  • Here is my network setup with Vonage and Astaro

    Cable modem ---> Astaro box --> switch -> RTP300

    I have workstations and the RTP300 hanging off the switch.  I left the router functionality of the RTP300 on because it didn't matter, I don't use any of it's ports.  

    The interface on my internal network (I have a wireless DMZ as well) is 192.168.2.1.  The RTP300 is 192.168.2.10.  I didn't change any of the configurations on the RTP300.

    On Astaro, I don't use the SIP proxy.

     I created and service called RTP.   This is a UDP based protocol with a source port range of 10000-20000 and a destination port range of 10000-2000.

    I created two service groups called:

    vonage-incoming
    vonage-outgoing

    I assigned RTP and SIP to vonage-incoming.

    I assigned DNS, HTTP, NTP, NTP-Sync, RTP, SIP, and TFTP to vonage-outgoing.

    Next I created a network definition and called it vonage-ata with an IP of 192.168.2.10 to match the IP I configured on the RTP300.

    I then created two rules:

    (Source) vonage-ata (Service) vonage-outgoing (Action) Allow high priority (Destination) Any

    (Source)Any (Service) vonage-incoming (Action) Allow high priority (Destination) vonage-ata

    Moving on I created two NAT rules.  

    The first:

    Name: vonage-incoming
    Rule Type: DNAT/SNAT

    Source address: Any

    Destination address: External (Address)

    Service:
    vonage-incoming

    Change Source to:
    :: No change ::

    Change Destination to:
    vonage-ata

    Service destination:
    :: No change ::

    The second:

    Name: vonage-outgoing
    Rule Type: DNAT/SNAT

    Packets to match:
    Source address: vonage-ata

    Destination address: any

    Service: vonage-outgoing

    Change Source to:
    :: MASQ on 'External' ::

    Change Destination to:
    :: No change ::


    I'm sure there are better ways to do this, but it got me up and running.  I haven't had time yet to go back and see if there is a better way.
  • Hello Folks,

    'mkofron' thanks for you help and last night I created entire setup for VoIP from scratch following word to word instruction as you indicated.


    Cable modem ---> Astaro box -->  RTP300
    Created or confirmed following services exist :

      VOIP   TCP/UDP  1:65535  123   [none]  
      VOIP1   UDP   1:65535  53   Vonage DNS  
      VOIP2   UDP   1:65535  69   Vonage TFTP  
      VOIP3   UDP   1:65535  123   Vonage NTP  
      VOIP4   UDP   1:65535  5060:5064   Vonage SIP  
      RTP   UDP   1:65535  10000:20000   Vonage RTP  

    (I know I only need 5060:5061 but I read some VoIP need 5062 & 63 also, so to be safe)

    Created two new service groups like ‘mkofron’ said : 
    vonage-incoming
    vonage-outgoing

    Added following service to the each group : 
    DNS – HTTP – NTP - NTP-Async – RTP – SIP – TFTP

    Network Definition for VoIP adapter (linksys RTP300) already exist.
    Linksys VoIP Router    192.168.1.1   VoIP Adapter  

    then created two “Packet Filter” Rules as instructed in “mkofron” post followed by two NAT rules exactly as done by “mkofron”

    Well to no avail.

    I actually enabled the “LiveLog” and tried to see if there is any traffic generated by my VoIP adapted (192.168.1.1) and found none.
     
    So, no I m back to square one and no where even close, I think its not necessarily the packet filtering as I set up one rule for my XP RDP connection” and that seems to be working fine.
    So, I am starting to think that something is up with RTP 300?
  • Is the RTP300 a router? If so, do you have the link to the ASG plugged into the WAN port or the LAN port. If the LAN port, it is possible the RTP300 doesn't know it's default gateway how to reach Vonage servers.
Reply
  • Is the RTP300 a router? If so, do you have the link to the ASG plugged into the WAN port or the LAN port. If the LAN port, it is possible the RTP300 doesn't know it's default gateway how to reach Vonage servers.
Children
No Data