I have a couple of servers with IIS and about 3 web sites per server. I would like to make NATs so I can access from outside using only https my internal web sites. Public DNS is set. Do I have to read the Content on NAT Rule > Advanced or there is some other way?
I think is simpler if I read the incoming requested URL on 443 and based of the requested site I redirect. Can i use IP > Firewall > NAT > Advanced > Content?
It’s not possible. You must NAT tcp connection from the first packet. First packet is SYN packet, it doesn’t contain any data payload, just IP addresses and ports.