|
|
Hello list. Finally I try to get help here from the more experienced users of openvpn. My configuration is as follows: Openvpn server running on a linux box (SuSE 9.1), which serves as a router for the network behind it also, with config file like: port 1194 proto udp dev tun ca /etc/openvpn/keys/ca.crt cert /etc/openvpn/keys/server.crt key /etc/openvpn/keys/server.key # This file should be kept secret dh /etc/openvpn/keys/dh1024.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "route 192.168.10.0 255.255.255.0" client-config-dir /etc/openvpn/clientconfigdirectory route 192.168.0.0 255.255.255.0 keepalive 10 120 comp-lzo max-clients 1 user nobody group nobody persist-key persist-tun status openvpn-status.log log /var/log/openvpn.log verb 6 The client machine is a WinXP computer (10.8.0.6), which, if connected to the server, is able to ping both the openvpn server (192.168.10.1) and the client I want to go which is at 192.168.10.6. My intention is to get direct access to the remote machine (192.168.10.6) via VNC. A VNC-server is installed at 192.168.10.6 but even I am able to ping the machine, the VNC-server comes up with "Failed to connect to server" if trying to connect from the WinXP openvpn-client (10.8.0.6). The same happens, if I disable the firewall for the linux box and the machine (WinXP, 192.168.1.6) I want to get through. Does anybody have an advice? ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |