Hi I am trying to forward the ports for my VOIP Adapter but it does not seem to be working.
The Ports I am trying to forward to my VOIP Adapter (192.168.88.3)
Local SIP port: 5060
Local RTP port: 10002
I printed out my current filter rules.
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade out-interface=sfp1-gateway
1 ;;; default configuration
chain=srcnat action=masquerade out-interface=ether1-gateway
2 chain=dstnat action=dst-nat to-addresses=192.168.88.50 to-ports=24430 protocol=tcp dst-port=24430
3 chain=dstnat action=dst-nat to-addresses=192.168.88.50 to-ports=24430 protocol=udp dst-port=24430
4 chain=dstnat action=dst-nat to-addresses=192.168.88.3 to-ports=5060 protocol=udp dst-port=5060
5 chain=dstnat action=dst-nat to-addresses=192.168.88.3 to-ports=10002 protocol=udp dst-port=10002
I see some packets move on 5060 but my device in not registering to voip.ms
My VOIP Adapter is a Grandstream HT702
Any help would be greatly appreciated.
Thank you,
Raymond