I have some computers set up at home and would like to be able to access them from anywhere. I have achieved this by forwarding ports accordingly:
public | computer | private | Details
5001 | computer 1 | 3389 | Computer 1 RDP
5002 | computer 1 | 5900 | Computer 1 VNC
5003 | computer 2 | 3389 | Computer 2 RDP
If i try to connect using the publicIp followed by the appropriate public port everything works fine.
I am trying however to add them as a subdomain to my personal domain, so I would be able to connect using a subdomain rather than memorising the ip or port. (eg: connect to svn.domain.com, Not domain.com:5001)
what kind of record should I add, as none I tried work?