i cannot figure out how to do a simple one to one nat for a hotspot client. The documentation example is not working.
I added the public ip address 192.168.2.60/24 to ether1
i want all public traffic directed to 192.168.2.60 to be fowarded to hotspot client 10.10.10.1/16 . When i follow the example provided by the help files i get an error “no such argument (to-dst-nat)” what am i doing wrong?
This is my syntax:
admin@mikrotik] ip firewall src-nat> add dst-address=192.168.2.60/24 action=nat to-dst-address=10.10.10.1.
what am i doing wrong?
Thank you.