sto cercando di collegarmi alla vpn dell'ufficio con il client openVPN.
Ho provato sul portatile con Windows e dopo aver installato il client ed importato il file di configurazione di openVPN (già preparato dall'azienda) mi sono connesso senza problemi.
Allora ho provato sulla slackware-current: ho installato kvpnc, ho importato il file di configurazione di openVPN ma non si collegava, dopo un breve confronto ho notato che in windows il traffico viaggia sulla porta 443 mentre sulla slacky usava la 1197 (se non ricordo male), allora sono andato ad editare la configurazione forzando la porta 443 ma ancora non riesco a collegarmi.
Il log di openVPN è questo:
Codice: Seleziona tutto
debug: openvpn: /usr/sbin/openvpn
debug: Support for TUN/TAP found (compiled into kernel or kernel module already loaded).
debug: Default interface: "eth0".
debug: IP address of default interface: "192.168.1.2".
info: Trying to connect to server "xxx.xxx.xxx.xxx" with ...
debug: Setting DNS_UPDATE "NO".
debug: Starting Openvpn management handler...
debug: [openvpn] Fri Oct 1 20:46:57 2010 OpenVPN 2.1.1 i486-slackware-linux-gnu [SSL] [LZO2] [EPOLL] built on May 3 2010
debug: [openvpn]
info: Send username...
info: Send password...
debug: [openvpn] Fri Oct 1 20:46:57 2010 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
debug: [openvpn] Fri Oct 1 20:46:57 2010 WARNING: file '/root/.kde/share/apps/kvpnc/openvpn_privatekey__home_daniele50_pkg_kvpnc_client.pem' is group or others accessible
debug: [openvpn] Fri Oct 1 20:46:57 2010 WARNING: file '/root/.kde/share/apps/kvpnc/openvpn_tlsauth__home_daniele50_pkg_kvpnc_client.pem' is group or others accessible
debug: [openvpn] Fri Oct 1 20:46:57 2010 Control Channel Authentication: using '/root/.kde/share/apps/kvpnc/openvpn_tlsauth__home_daniele50_pkg_kvpnc_client.pem' as a OpenVPN static key file
debug: [openvpn] Fri Oct 1 20:46:57 2010 LZO compression initialized
debug: [openvpn] Fri Oct 1 20:46:57 2010 Attempting to establish TCP connection with xxx.xxx.xxx.xxx:443 [nonblock]
debug: [openvpn]
debug: [openvpn] Fri Oct 1 20:46:58 2010 TCP connection established with xxx.xxx.xxx.xxx:443
info: [openvpn]: Low level connection to xxx.xxx.xxx.xxx established.
debug: [openvpn] Fri Oct 1 20:46:58 2010 TCPv4_CLIENT link local: [undef]
debug: [openvpn] Fri Oct 1 20:46:58 2010 TCPv4_CLIENT link remote: xxx.xxx.xxx.xxx:443
debug: [openvpn]
debug: [openvpn] Fri Oct 1 20:46:58 2010 Connection reset, restarting [0]
debug: [openvpn] Fri Oct 1 20:46:58 2010 SIGUSR1[soft,connection-reset] received, process restarting
debug: [openvpn]
debug: [openvpn]
debug: [openvpn] Fri Oct 1 20:47:03 2010 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
debug: [openvpn] Fri Oct 1 20:47:03 2010 Re-using SSL/TLS context
debug: [openvpn] Fri Oct 1 20:47:03 2010 LZO compression initialized
debug: [openvpn] Fri Oct 1 20:47:03 2010 Attempting to establish TCP connection with xxx.xxx.xxx.xxx:443 [nonblock]
debug: [openvpn]
debug: [openvpn] Fri Oct 1 20:47:04 2010 TCP connection established with xxx.xxx.xxx.xxx:443
info: [openvpn]: Low level connection to xxx.xxx.xxx.xxx established.
debug: [openvpn] Fri Oct 1 20:47:04 2010 TCPv4_CLIENT link local: [undef]
debug: [openvpn] Fri Oct 1 20:47:04 2010 TCPv4_CLIENT link remote: xxx.xxx.xxx.xxx:443
debug: [openvpn] Fri Oct 1 20:47:04 2010 Connection reset, restarting [0]
debug: [openvpn] Fri Oct 1 20:47:04 2010 SIGUSR1[soft,connection-reset] received, process restarting
debug: [openvpn]
debug: [openvpn]
debug: [openvpn] Fri Oct 1 20:47:09 2010 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
debug: [openvpn] Fri Oct 1 20:47:09 2010 Attempting to establish TCP connection with xxx.xxx.xxx.xxx:443 [nonblock]
debug: [openvpn]
debug: [openvpn] Fri Oct 1 20:47:09 2010 Re-using SSL/TLS context
debug: [openvpn] Fri Oct 1 20:47:09 2010 LZO compression initialized
debug: [openvpn]
debug: [openvpn] Fri Oct 1 20:47:10 2010 TCP connection established with xxx.xxx.xxx.xxx:443
info: [openvpn]: Low level connection to xxx.xxx.xxx.xxx established.
debug: [openvpn] Fri Oct 1 20:47:10 2010 TCPv4_CLIENT link local: [undef]
debug: [openvpn] Fri Oct 1 20:47:10 2010 TCPv4_CLIENT link remote: xxx.xxx.xxx.xxx:443
debug: [openvpn] Fri Oct 1 20:47:10 2010 Connection reset, restarting [0]
debug: [openvpn] Fri Oct 1 20:47:10 2010 SIGUSR1[soft,connection-reset] received, process restarting
debug: [openvpn]
debug: [openvpn]
debug: Disconnect requested
debug: Disconnect requested, status connecting
debug: Killing process while connecting.
success: Successful connect try canceled.
debug: Disconnected.
