I am using the FreeDNS Update client to dynamically update the IP address of a subdomain. I can access https://localhost:8282/svn/ on the laptop but I cannot access it from https://my.domain.com:7430/svn/.
I enabled port forwarding on my router to connect the internal 8282 port to the external 7430 port. The request always times out. Interestingly, I have Glassfish running on the same machine under a different port using the same my.domain.com and it works fine. I also verified my.domain.com resolves to my router's IP address. Any idea why the request times out?
Router Port Forwarding Setup:
GlassFish (External Port: 7429; Internal Port: 8080; To IP Address: 192.168.1.122)
VisualSVN (External Port: 7430; Internal Port: 8282; To IP Address: 192.168.1.122)
The VisualSVN server is setup to listen to port 8282 over my.domain.com same as Glassfish.