VPN and NAT
Posted: Thu Dec 28, 2006 2:48 am
I need to know this: Does Microtik’s NAT handle passing a VPN tunnel through it? I have several clients that are dependant on this to work and I have had little success with this. I’ve been using a 1-to1 NAT to try and get it to work. I had it working with a software VPN but when I tried again with another client it didn’t work. Another client has a hardware router to router VPN and this also doesn’t work. I have a hotspot controller enabled on this box as well and am using IP bindings to bypass these clients through the hotspot.
Here are the rules I’m using in the NAT for the 1-to-1 rule.
The 204.244.66.xxx addresses are our public IPs we've been assigned by our pipe provider. I have one address assigned to the public interface for the 1-to-1 NAT to work for each client.
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
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