- Mitglied seit
- 9 Jun 2008
- Beiträge
- 18
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo,
nach tagelangem Suchen im Internet bin ich fast soweit aufzugeben OpenVPN auf der Fritzbox mit Freetz 1.1 zum laufen zu bringen.
Ich möchte ein Internetgateway mit einem XP-Client über die Fritzbox mit Zertifikaten bereitstellen. Mit meinem bisherigen Windows OpenVPN-Server funktioniert das einwandfrei. Mit der Fritzbox komm ich trotz Freetz und Anleitung nicht klar. Es kommt keine Verbindung zustande.
Ich erhalte folgende Fehlermeldung:
Thu Jul 23 13:55:44 2009 OpenVPN 2.1_rc19 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Jul 16 2009
Thu Jul 23 13:55:44 2009 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Thu Jul 23 13:55:44 2009 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Thu Jul 23 13:55:44 2009 Attempting to establish TCP connection with 192.168.178.1:1194
Thu Jul 23 13:55:45 2009 TCP: connect to 192.168.178.1:1194 failed, will try again in 5 seconds: Connection refused (WSAECONNREFUSED)
Thu Jul 23 13:55:50 2009 SIGTERM[hard,init_instance] received, process exiting
Server Config:
# OpenVPN 2.1 Config, Sat Jan 1 01:13:15 CET 2000
proto tcp-server
dev tap0
#Helperline for rc.openvpn to add tap0 to lan bridge
ca /tmp/flash/ca.crt
cert /tmp/flash/box.crt
key /tmp/flash/box.key
dh /tmp/flash/dh.pem
tls-server
port 1194
mode server
ifconfig-pool 192.168.200.10 192.168.200.15
push "route 192.168.200.1 "
ifconfig 192.168.200.1 255.255.255.0
push "route-gateway 192.168.200.1"
push "route 192.168.178.0 255.255.255.0"
max-clients 5
tun-mtu 1500
mssfix
log /var/tmp/debug_openvpn.out
verb 3
daemon
cipher AES-256-CBC
keepalive 10 120
Client-Config:
remote 192.168.178.1 1194
proto tcp-client
dev tap
tls-client
ca ca.crt
cert client1.crt
key client1.key
tun-mtu 1500
mssfix
nobind
pull
cipher AES-256-CBC
nach tagelangem Suchen im Internet bin ich fast soweit aufzugeben OpenVPN auf der Fritzbox mit Freetz 1.1 zum laufen zu bringen.
Ich möchte ein Internetgateway mit einem XP-Client über die Fritzbox mit Zertifikaten bereitstellen. Mit meinem bisherigen Windows OpenVPN-Server funktioniert das einwandfrei. Mit der Fritzbox komm ich trotz Freetz und Anleitung nicht klar. Es kommt keine Verbindung zustande.
Ich erhalte folgende Fehlermeldung:
Thu Jul 23 13:55:44 2009 OpenVPN 2.1_rc19 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Jul 16 2009
Thu Jul 23 13:55:44 2009 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Thu Jul 23 13:55:44 2009 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Thu Jul 23 13:55:44 2009 Attempting to establish TCP connection with 192.168.178.1:1194
Thu Jul 23 13:55:45 2009 TCP: connect to 192.168.178.1:1194 failed, will try again in 5 seconds: Connection refused (WSAECONNREFUSED)
Thu Jul 23 13:55:50 2009 SIGTERM[hard,init_instance] received, process exiting
Server Config:
# OpenVPN 2.1 Config, Sat Jan 1 01:13:15 CET 2000
proto tcp-server
dev tap0
#Helperline for rc.openvpn to add tap0 to lan bridge
ca /tmp/flash/ca.crt
cert /tmp/flash/box.crt
key /tmp/flash/box.key
dh /tmp/flash/dh.pem
tls-server
port 1194
mode server
ifconfig-pool 192.168.200.10 192.168.200.15
push "route 192.168.200.1 "
ifconfig 192.168.200.1 255.255.255.0
push "route-gateway 192.168.200.1"
push "route 192.168.178.0 255.255.255.0"
max-clients 5
tun-mtu 1500
mssfix
log /var/tmp/debug_openvpn.out
verb 3
daemon
cipher AES-256-CBC
keepalive 10 120
Client-Config:
remote 192.168.178.1 1194
proto tcp-client
dev tap
tls-client
ca ca.crt
cert client1.crt
key client1.key
tun-mtu 1500
mssfix
nobind
pull
cipher AES-256-CBC
Zuletzt bearbeitet: