[SOLVED] v3.1 + vnc external

ibasaw

Member
Jan 4, 2014
39
0
6
hi,

i try to use tigervnc on proxmox 3.1

i install openbsd-inetd and config it like this

Code:
59004 stream tcp nowait root /usr/sbin/qm qm vncproxy 103

and open my firewall rules like this

Code:
/sbin/iptables -A INPUT -p tcp --dport 59004 -j ACCEPT
/sbin/iptables -A INPUT -p udp --dport 59004 -j ACCEPT

but it doesn't work

Code:
root:~# telnet xxxxx 59004
Trying xxxxxx...
Connected to xxxxxx.
Escape character is '^]'.
unable to connect to socket '/var/run/qemu-server/103.vnc' - Connection refused at /usr/sbin/qm line 57.
Connection closed by foreign host.

so?

thanks for your help ;)


problem solved, i set chmod+x+x+x on the file, restart and it was good
 
Last edited: