Can anyone explain how I would access LAN resources by port instead of hostname?
I access a server remotely by going to
www.myname.com:33000. I need to access that from my LAN by using the same domain name but I want to access other resouces locally also so I can't just use the wildcard, that would make everything go to the one host.
Any way around this?
Right now I have :
Host Domain IP Description
*
www.myname.com local ip of server name of resource being accessed
It works to access the server (home automation server) locally or remotely but I want to be able to access my surveillance DVR locally also and that just uses the domain name and a different port, not a hostname.
Would I be able to use a WHS as a local dns and override the whole domain?