Hi greeng, The mentioned setup will work if you are running internal server with different private IP address. Please find the below example for the same. External Internal mysite.org - xxx.xxx.67.18 Port-2000 > 192.168.1.20 -port-80 mysite1.org - xxx.xxx.67.18 port-2001 > 192.168.1.21 -port-80 mysite2.org - xxx.xxx.67.18 port-2002 > 192.168.1.22 port 80 NAT/security policy should be configures as mentioned below: Name: mysite.org (outside) - FQDN: mysite.org Name: mysite.org (inside) - IP Address: 192.168.1.20 NAT Policy ----------------- Src: untrust Dst: untrust Src Addr: Any Services : External Port ( Ex : 2000, 2001, 2002) Destination Addr: mysite.org (outside) Dst Addr Translation: mysite.org (inside) Dst port : 80 Security Policy ------------------- Src: untrust Dst: trust Dst addr : mysite.org (outside) Regards, Sarath
... View more