Publishsing multiple Web sites using FortiGate and FortiWeb and only one public IP
Hello everyone,
I have a single IP address on which I'm going to publish multiple websites.
IP is set on one of Fortigate's interfaces. How can I tell FortiGate to:
External DNS:
aaa.test.com -> My Public IP1
bbb.test.com -> My Public IP1
ccc.Hello.com -> My Public IP1
1. DNAT "https://aaa.test.com" To "192.168.1.50"
1. DNAT "https://bbb.test.com" To "192.168.1.60"
3. DNAT "http://ccc.hello.com" To "192.168.1.70"
*192.168.1.50,60,70 are VIPs on FortiWeb. It should send traffic destination-ed to each VIP to desired web server.
* All client's requests must point to default HTTPS port. All web servers also must only listen over default HTTPS port.
