I have several NAT rules in my MT, port forwarding traffic such as http,https,ssh and some VOIP ports.
What I dont understand is some of them work and some don’t, even though they have been setup identically in winbox.
example, my public ip is 10.10.10.10 (ether2) and I have an SSH server in ether3 on 192.168.10.2
I have a chain dst-nat and dst address of 10.10.10.10 protocol tcp and dst port of 22. then an action of dst-nat to 192.168.10.2 port 22
I have exactly the same for all, this ssh rule doesn’t work but http does.
My UDP rules don’t work either, this maybe expected as NAT can break some protocols - but how can I get around this? I can’t give my voip server a public IP
any ideas?
thank you in advance