Here is the setup:
Linksys web cam is setup as a static IP on my local LAN. I’m using port 1024 to access it over the internet. Everything works fine and I can access the login page for the camera when I use:
xx.xxx.xxx.xxx:1024
I have a DDNS setup too, so I’m good with my IP address. I can also access the page if I use:
I have a domain name and a subdomain setup as:
What I want is to point this sub-domain to the camera address and port so the user only needs to enter the sub-domain to access the camera login page.
xx.xxx.xxx.xxx:1024
How can I make this happen? You can’t specify ports when changing an A record so I’m stumped as to what needs to happen.
Are there some re-writes that I need to make and if so where would I do that?
Thanks!!