Hi,
On UTM9 I have two interfaces:
eth0 - External (WAN) with example IP - 78.78.78.78
eth1 - Internal - 192.168.100.1/24
I have domain (example mynet.com), managed by (example GoDaddy) with several DNS entries .. example:
mynet.com - A record to 78.78.78.78 (my eth0 IP)
pc1.mynet.com - A record to 78.78.78.78
pc2.mynet.com - A record to 78.78.78.78
How to configure UTM to forward every subdomain to different IP in eth1 network?
For example:
pc1.mynet.com -> All ports [redirect to] -> 192.168.100.5
pc2.mynet.com -> All ports [redirect to] -> 192.168.100.7
And when request https://pc1.mynet.com:12345 UTM to pass request and answer from https://192.168.100.5:12345
Thank you in advance!
This thread was automatically locked due to age.