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
Code: Select all
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
Zia