http://idienstler.de/2255/tutorial-so-r ... erver-ein/
beim verbinden des clients:
Code: Alles auswählen
openvpn --config netbook.ovpn
Code: Alles auswählen
Options error: In [CMD-LINE]:1: Error opening configuration file: netbook.ovpn
Use --help for more information.
hier ein manueller test:
Code: Alles auswählen
openvpn --remote.xxx.xxx.xx --dev tun1 --ifconfig 10.9.8.2 10.9.8.1
Mon Aug 25 16:43:17 2014 OpenVPN 2.3.2 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [eurephia] [MH] [IPv6] built on Mar 17 2014
Mon Aug 25 16:43:17 2014 ******* WARNING *******: all encryption and authentication features disabled -- all data will be tunnelled as cleartext
Mon Aug 25 16:43:17 2014 TUN/TAP device tun1 opened
Mon Aug 25 16:43:17 2014 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Mon Aug 25 16:43:17 2014 /sbin/ip link set dev tun1 up mtu 1500
Mon Aug 25 16:43:17 2014 /sbin/ip addr add dev tun1 local 10.9.8.2 peer 10.9.8.1
Mon Aug 25 16:43:17 2014 UDPv4 link local (bound): [undef]
Mon Aug 25 16:43:17 2014 UDPv4 link remote: [AF_INET]217.172.179.16:1194
^CMon Aug 25 16:43:37 2014 event_wait : Interrupted system call (code=4)
Mon Aug 25 16:43:37 2014 /sbin/ip addr del dev tun1 local 10.9.8.2 peer 10.9.8.1