Port forwarding is set correctly. Apache's httpd is configured to listen on all IPs on port 5900. Firewall exception added for port 59. But when I try http://myip:5900/index.html I cannot have access. What could be wrong?

link|improve this question
1  
Firewall exception for port 59, trying to connect on 5900? Is that correct? – TessellatingHeckler Aug 19 '11 at 1:20
feedback

1 Answer

Listen to the traffic on your firewall to see if incoming traffic is even making it there. If so, examine the traffic logs to see if it's being NAT'd correctly. Then, sniff the traffic on the web server itself to see if anything is making it there. If it is, then turn to the web server itself. Check your error and access logs for anything of interest. There is so very little information that we have of your situation that not much more can be said.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.