First post on the forums, hopefully this will not be a chore to read or respond to.
Problem: TightVNC View running on Windows 7 says: "Error in TightVNC Viewer: No connection could be made because the target machine actively refused it."
Things I have done:
1) Installed Rasbian from noobs on my RPi
2) Set my pi to a static IP address (192.168.1.222) by modifying the /etc/network/interfaces file according to: https://www.andrewmunsell.com/blog/sett ... ess-device
3) Installed TightVNC on my RPi trying to follow http://elinux.org/RPi_VNC_Server as closely as possible.
4) I BELIEVE I have correctly created the vncboot exectuable file correctly because when i type
pi@raspberrypi $ ps aux | grep vnc
I get:
root 2090 0.0 0.1 1756 524 ? S 10:03 0:00 /bin/sh /etc/init.d/vncboot start
root 2091 0.0 0.5 4744 2672 ? S 10:03 0:00 /usr/bin/perl /usr/bin/vncserver :0 -geometry 1280x800 -depth 16 -pixelformat rgb565
root 2101 0.0 0.0 1680 440 ? S 10:03 0:00 vncpasswd /root/.vnc/passwd
pi 2349 0.0 0.1 3548 808 pts/1 S+ 11:45 0:00 grep --color=auto vnc
5) I insalled TightVNC Viewer on Windows 7.
6) I installed Putty on Windows 7, and can SSH into my RPi without problems (192.168.1.222 port 22).
7) I open up TightVNC Viewer and put in: 192.168.1.222::5900 for the connection host. (it also happens for 192.168.1.222::5900, 192.168.1.222::5901, 192.168.1.222::5902, and 192.168.1.222:5900)
8) On all connection attempts I get the same message
I assume that something is wrong on the windows end since vnc server shows up as a process on the RPi. From my reading of the same problems, the user error was usually the server not running on the Pi, or the user forgetting to put ::5900 at the end of the IP address.
