Every computer on my VLANs network can access the internet, but my 3CX VoIP Firewall Checker complain about no response received or port mapping is closed from ports 5060 and 05090. Firewall check failed.
How do I get incoming requests to be forwarded to my internal VoIP server running on 192.168.30.3 instead of the router config page?
No /ip firewall filter configured
/ip firewall nat
0 chain=srcnat action=masquerade src-address=192.168.30.0/24
1 chain=srcnat action=masquerade src-address=192.168.20.0/24
2 chain=srcnat action=masquerade src-address=192.168.41.0/24
3 chain=dstnat action=dst-nat to-addresses=192.168.30.3 to-ports=5060 protocol=udp dst-address=PUBLIC IP
4 chain=dstnat action=dst-nat to-addresses=192.168.30.3 to-ports=5090 protocol=udp dst-address=PUBLIC IP
5 chain=srcnat action=masquerade out-interface=ether9
Thanks
Zia