ubuntuusers.de

noVNC durch Proxytunnel

Status: Gelöst | Ubuntu-Version: Ubuntu 20.04 (Focal Fossa)
Antworten |

goerdi

Anmeldungsdatum:
18. Januar 2009

Beiträge: 145

Hi ! Ich probiere schon seit ein paar Tagen novnc (mit websockify) in Apache durch einen proxytunnel zu "schieben". Durch verschiedene Google Funde bin ich schon soweit das zumindest die Haupseite erreichbar ist auf der ich mich Verbinden kann. allerdings bekomme ich imer ein failed to connect to server. meine Apacheconfig

<Location /novnc/>
	ProxyPass http://192.168.63.1:6080/
	ProxyPassReverse http://192.168.63.1:6080/
	Order allow,deny
	Allow from all
</Location>

<LocationMatch ^/(api2/json/nodes/[^\/]+/[^\/]+/[^\/]+/vncwebsocket.*)$>
	ProxyPass wss://192.168.63.1:8060/$1 retry=0
	Order allow,deny
	Allow from all
</LocationMatch>

<Location /websockify>
	ProxyPass ws://192.168.63.1:8060/websockify/
	ProxyPassReverse ws://192.168.63.1:8060/websockify/
	Order allow,deny
	Allow from all
</Location>

Log siehe Bild....

Grs

Bilder
Antworten |