
Originally Posted by
naq
What's the error you get from tightvnc?
Also post the vnc log too, I wrote the command to display the log in Putty in the guide.
edit: I'd also check iptables to see if there might be a firewall preconfigured which would be blocking the VNC port, type:
# iptables -t filter -L
the output for the 3 chains (INPUT, FORWARD, andOUTPUT) should be empty with policy ACCEPT. If it's not empty, post the output here. And you can use this command to delete all the entries in the firewall:
# iptables -t filter -F
Bookmarks