Here are the rules I’m using in the NAT for the 1-to-1 rule.
Code: Select all
0 ;;; CWL Airport VPN
chain=dstnat dst-address=204.244.66.xxx action=dst-nat
to-addresses=10.10.0.xxx to-ports=0-65535
1 chain=srcnat src-address=10.10.0.xxx action=src-nat
to-addresses=204.244.66.xxx to-ports=0-65535
2 ;;; CMA Airport VPN
chain=dstnat dst-address=204.244.66.xxx action=dst-nat
to-addresses=10.10.0.xxx to-ports=0-65535
3 chain=srcnat src-address=10.10.0.xxx action=src-nat
to-addresses=204.244.66.xxx to-ports=0-65535
If you need to see any other rules I'm using or have any further questions, please post what it is you need and I'll supply the information.
I'm using Microtik 2.9.28