Hi,
Mit statischen Keys lief das schon alles super. Wollte jetzt mit Zertifikaten eine Verbindung aufbauen. Klappt aber nicht.
Server: Fritzbox 7170
Client: Windows 7
Zertifikate unter Windows mittels easy-rsa erstellt:
Server
Client
Verbindungsaufbau
Danach kommt ein Timeout und es geht von vorne los.
Was mach ich falsch?
Danke
Hunter06
Mit statischen Keys lief das schon alles super. Wollte jetzt mit Zertifikaten eine Verbindung aufbauen. Klappt aber nicht.
Server: Fritzbox 7170
Client: Windows 7
Zertifikate unter Windows mittels easy-rsa erstellt:
Server
Code:
# OpenVPN 2.1 Config, Mon Nov 12 09:14:15 CET 2012
proto udp
dev tun
ca /tmp/flash/openvpn/ca.crt
cert /tmp/flash/openvpn/box.crt
key /tmp/flash/openvpn/box.key
dh /tmp/flash/openvpn/dh.pem
crl-verify /etc/crl.pem
tls-server
port 1194
ifconfig 10.0.0.1 10.0.0.2
mode server
ifconfig-pool 10.0.0.3 10.0.0.8
push "route 10.0.0.1"
route 10.0.0.0 255.255.255.0
tun-mtu 1500
mssfix
verb 3
daemon
cipher BF-CBC
comp-lzo
keepalive 10 120
status /var/log/openvpn.log
chroot /tmp/openvpn
user openvpn
group openvpn
persist-tun
persist-key
Client
Code:
remote meinserver
proto udp
port 1194
dev tun
ifconfig 10.0.0.2 10.0.0.1
tls-client
ca ca.crt
cert client1.crt
key client1.key
pull
tun-mtu 1500
verb 3
cipher BF-CBC
comp-lzo
persist-tun
persist-key
Verbindungsaufbau
Code:
Mon Nov 12 10:11:41 2012 OpenVPN 2.2.2 Win32-MSVC++ [SSL] [LZO2] [PKCS11] built on Dec 15 2011
Mon Nov 12 10:11:41 2012 WARNING: using --pull/--client and --ifconfig together is probably not what you want
Mon Nov 12 10:11:41 2012 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Mon Nov 12 10:11:41 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon Nov 12 10:11:42 2012 LZO compression initialized
Mon Nov 12 10:11:42 2012 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mon Nov 12 10:11:42 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Mon Nov 12 10:11:45 2012 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon Nov 12 10:11:45 2012 Local Options hash (VER=V4): '41690919'
Mon Nov 12 10:11:45 2012 Expected Remote Options hash (VER=V4): '530fdded'
Mon Nov 12 10:11:45 2012 UDPv4 link local (bound): [undef]:1194
Mon Nov 12 10:11:45 2012 UDPv4 link remote: xx.xx.xx.xx:1194
Mon Nov 12 10:11:45 2012 TLS: Initial packet from xx.xx.xx.xx:1194, sid=7df52940 d16962f4
Mon Nov 12 10:11:46 2012 VERIFY OK: depth=1, /C=xx/ST=xx/L=xxx/O=OpenVPN/OU=OpenVPN/CN=Wurzelzertifikat/name=xxxx/[email protected]
Mon Nov 12 10:11:46 2012 VERIFY OK: depth=0, /C=xx/ST=xx/L=xxx/O=OpenVPN/OU=OpenVPN/CN=OpenVPN-Server/name=xxxx/[email protected]
Danach kommt ein Timeout und es geht von vorne los.
Was mach ich falsch?
Danke
Hunter06
Zuletzt bearbeitet: