• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended
Hi,
 
I'm pretty happy with the "realpresence 500" so far and plan to continue recommending it to my clients. The issue I'm having is that I can initiate video calls from my unit to other units over the internet (Site A to B), however calls from the internet to my "realpresence 500" fail to connect (Site B to A). I receive a notification on my unit that an incoming call is connecting and then it just disconnects. On the initiating side (ex. realpresence desktop client at Site B) it shows that the call is connected, but no video or audio is coming through.
 
My "realpresence 500" is connected directly to a DD WRT router that is acting as an openVPN gateway and incoming port forwarder to the realpresence unit. The tcp/udp ports being forwarded are 1718:1731, 3230:3291 & 5060. ALL traffic from/to the "realpresence 500" is being routed through the VPN. The VPN server (cloud hosted linux server with static ip)  is configured to forward the same aforementioned incoming ports to the DD WRT router through the VPN. External clients dial my VPN server's xx.xx.xxx.xx/23 public IP. The attached quick images shows my network setup & realpresence 500 firewall configuration.
 
The port checker http://www.yougetsignal.com/tools/open-ports/ shows that the aforementioned ports are open when scanning my VPN server's public IP. Im able to ping the "realpresnece 500" private IP from the VPN server, DD WRT router & other VPN clients. Iptables rules on the openvpn server and DD WRT router are as follows:
 
OpenVPN server:
iptables -t nat -A PREROUTING -i ens3 -p tcp -m multiport --dports 1718:1731 -j DNAT --to-destination 172.27.232.2
iptables -A FORWARD -i ens3 -d 172.27.232.2/32 -p tcp -m multiport --dports 1718:1731 -j ACCEPT
(...Repeat for the other ports mentioned above, ens3 is external interface, as0t1 is the VPN interface, 172.27.232.2 is the DD WRT router)
iptables -t nat -A POSTROUTING -o as0t1 -j MASQUERADE
 

DD WRT:
iptables -t nat -A PREROUTING -i tun1 -p tcp --match multiport --dports 1718:1731 -j DNAT --to-destination 192.168.101.100
iptables -I FORWARD -i tun1 -p tcp -d 192.168.101.100 --match multiport --dports 1718:1731 -j ACCEPT
(...Repeat for other ports mentioned above, tun1 is the VPN interface, 192.168.101.100 is the realpresence 500)
 
At this point im not sure whether its a NATting or realpresence configuration issue. Any tips would be greatly appreciated.
 
Thanks
3 REPLIES 3
HP Recommended

Hello JoMo,

welcome to the Polycom Community.

The community's Video contains thes posts here:

  • Jun 21,2014 Question: Is there a way I can make a test call to a Polycom site?

    Answer: Have a look at this post => here <=

 

  • Jun 21,2014 Question: Are there specific Ports in my firewall that I need to open in order to utilize video conferencing?

    Answer: Please check the relevant release notes or admin guide for your device under the section “Inbound and Outbound Ports” or "Port usage" => here <=.

    In addition check this FAQ post => here <= for more details and troubleshooting suggestions.

 

  • Jun 21,2014 Question: What could be causing one way video or one way audio when utilizing video conferencing?

    Answer: Please check the relevant release notes or admin guide for your device under the section “Inbound and Outbound Ports” or "Port usage" => here <= in order to open the relevant firewall ports.

    In addition check this FAQ post => here <= for more details and troubleshooting suggestions.

The above examples include a Wireshark trace so you can verify the ports that are negotiated via H.323 as an example. This is also in a similar way replicable for SIP. Some examples can be found in the VoIP FAQ as well.

Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.

Best Regards

Steffen Baier

Polycom Global Services

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
HP Recommended

Thanks Steffen, looking forward to other members input as well.

HP Recommended

Hello JoMo,


pretty simple to troubleshoot.

 

On your calling device, i.e. RPD, run a wireshark and see what ports are negotiated and span a port on your receiving device and compare what you receive.


Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.

Best Regards

Steffen Baier

Polycom Global Services

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.