Sorry, I wasn't clear enough in my previous post. I have three websites. Two DNN sites (one is the community 5.x version and the other is the professional 5.x version) and one html static site. So yes I do need to specify different host headers, because we are using the same IP to back all three sites. At the command prompt I can ping both dnncomm and dnncomm.xyz.org and i get successful replies back from both pointing to x.x.x.240. I've listed more details below for more info. Being that I can ping all four (dnncomm, dnncomm.xyz.org, dnnpro, dnnpro.xyz.org) names with successful replies, my network guy says DNS appears to be working fine. Does this issue have to do with the DNN alias's that are in each DNN config? We are new to host headers and that is where our network team wants to go with down the road instead of assigning a new IP address to every new website on the server.
Community 5.x version
IIS host header setup: (I only used one header this time)
server ip (x.x.x.240), port 80, dnncomm
In DNN Alias listing I have three:
server ip (x.x.x.240)
dnncomm
dnncomm.xyz.org
In the web.config file I have:
<add key="HostHeader" value="dnncomm.xyz.org" />
Professional 5.x version
IIS host header setup: (I only used one header this time)
server ip (x.x.x.240), port 80, dnnpro
In DNN Alias listing I have three:
server ip (x.x.x.240)
dnnpro
dnnpro.xyz.org
In the web.config file I have:
<add key="HostHeader" value="dnnpro.xyz.org" />
TIA...