Mikrotik CCR1036-12 Forward Port
interface ethernet1
Wan1 fix ip = 10.10.10.1 ,10.10.10.2 ,10.10.10.3
lan ethernet10 = 192.168.0.1/24
ip firewall nat add chain=dstnat protocol=tcp dst-port=3389 action=dst-nat to-addresses=192.168.0.10 to-ports=3389 dst-address-type=local
forward port default fix ip = 10.10.10.1 OK but i change fix ip
ip firewall nat add chain=dstnat protocol=tcp dst-add = 10.10.10.1 dst-port=3389 action=dst-nat to-addresses=192.168.0.10 to-ports=3389 dst-address-type=local
ip firewall nat add chain=dstnat protocol=tcp dst-add 10.10.10.2 dst-port=3389 action=dst-nat to-addresses=192.168.0.20 to-ports=3389 dst-address-type=local
forward port not working
i change firewall nat ?