Here's the system layout.
(WAN)
|
Server/Gateway(SME9.1)
|
|
|
----------------------------------------------------------------------------------
| | | |
Media(SME9.1) File/Web(SME9.1) Backup(SME9.1) Automation(Dedicated)
I would like to be able to reach each of the servers and all of the ports through a subdomain. For example media.MyDomain.tld or file.MyDomain.tld.
I would like each of the subdomain servers to be exposed to the Internet as if they were in a DMZ.
Here's the db hosts show result:
backup.MyDomain.tld=host
Comment=Backup Server
ExternalIP=
HostType=Local
InternalIP=192.168.0.4
MACAddress=
(Server/Gateway).MyDomain.tld=host
ExternalIP=
HostType=Self
InternalIP=
MACAddress=
ReverseDNS=yes
static=yes
ftp.MyDomain.tld=host
ExternalIP=
HostType=Self
InternalIP=
MACAddress=
(File/Web).MyDomain.tld=host
Comment=Home Server
ExternalIP=
HostType=Local
InternalIP=192.168.0.8
MACAddress=
(Automation).MyDomain.tld=host
Comment=ISY Controller
ExternalIP=
HostType=Local
InternalIP=192.168.0.30
MACAddress=
mail.MyDomain.tld=host
ExternalIP=
HostType=Self
InternalIP=
MACAddress=
media.MyDomain.tld=host
Comment=Media Server
ExternalIP=
HostType=Local
InternalIP=192.168.0.2
MACAddress=
proxy.MyDomain.tld=host
ExternalIP=
HostType=Self
InternalIP=
MACAddress=
wpad.MyDomain.tld=host
ExternalIP=
HostType=Self
InternalIP=
MACAddress=
www.MyDomain.tld=host
ExternalIP=
HostType=Self
InternalIP=
MACAddress=
db domains show results in:
MyDomain.tld=domain
Content=Primary
Description=Primary domain
Nameservers=localhost
Removable=no
SystemPrimaryDomain=yes
customdns=
customprotocol=
dns=DYNDNS1
login=WayneJVM
mx=10 MyDomain.tld
password=xxxxx
Note: (File/Web) and (Server/Gateway) are used for clarity and consistency with the chart above.
As this stands, as long as I access the network on the local side of the Gateway/Server, I am able to reach each machine's server-manager. However, if I attempt to reach the server-manager of the media server by using
http://media.MyDomain.tld/server-manager from the WAN side of the Gateway/Server, I am redirected to the Gateway/Server server-manager or alternately if I disable remote management on the Gateway/Server I get the Forbidden page.
I apologize for my lack of clarity in my original post. This isn't as much about virtual hosts as it is physical hosts behind a Gateway/Server. Also the "Automation" server is not an SME server but requires the proper forward of port 443 as well.
Thanks in advance for your help!