I’m trying to wrap my head around this but can’t quite figure it out. I am attempting to setup a Direct Access Server behind a NAT which is not supported by Microsoft. It is necessary to have two Network Adapters, one with two private IP’s for the internal side, and one with two consecutive public IP addresses for the external side. I do not want my server directly online without a firewall, but it’s a requirement to have public IP addresses on the external interface of the server.
This trickery here is supposed to work behind a NAT, I’m just not quite sure how I’d go about setting it up with Mikrotik. Any Help would be greatly appreciated.
\
- have two internal ip’s nat’d to the two public ip;'s you want to use.
2 .Give the internal interface on the DA server an ip from your internal network
-
Give the external interface the two public addresses you will use.
-
put the external interface on a new vlan
-
make the gateway for the new vlan an ip in the same range as your public ip
-
nat your external ip to the internal ip that is nat’d to your public ip
It’s tricking the direct access server into thinking it is on the public internet, but in reality it is going from public-internal-public.
I understand how to NAT a public IP to private IP, I’m just a little confused as to how I’d go about setting up the VLAN and gateway.
Below is the thread where I found this info.
Thanks again for any help You can provide.