I'm trying to setup UltraVNC on my home computer so that I can access it through my router. I'm running Windows 7, with UltraVNC 1.0.8.2, over a Linksys WRT610N Router.
I'm able to connect to my computer directly by entering my own local ip (192.168.1.xxx:5900), or access the Java HTTP client with (12.168.1.xxx:5800). So I know the server is working. However I can not figure out how connect externally through my routers external IP address (24.xxx.xxx.xxx).
From what I understand VNC runs over port 5900, or 5800 if using the Java plugin over HTTP. So I've setup my Router to forward Port 5800, and 5900 to the IP of my computer. I've tried adding an outbound and inbound rule to windows firewall for winvnc.exe to allow connection over TCP for port 5900, and 5800. For the inbound rule I also allowed "edge traversal". I've also tried completely disabling the windows firewall.
However, after all this I am still not able to connect the VNC viewer back to my computer through my routers external IP (24.xxx.xxx.xxx:5900). The viewer just sits there trying to connect. The HTTP java plug-in also does not work through the 24.xxx.xxx.xxx:5800 address.
What else could be preventing me from connecting?