- Mitglied seit
- 17. Apr 2013
- Beiträge
- 9.067
- Punkte für Reaktionen
- 1.237
- Punkte
- 308
Ich habe vor einiger Zeit die Open VPN in Betrieb genommen.
Mit dem GUI Tool von openVPN und dem Cert ging es gut.
Allerdings war die Situation dann nicht sehr gut, da die beiden Netze den gleichen IP Range hatten.
Nun habe ich zu hause wo sich die DS befindet 192.168.100.x
und in der Arbeit von wo ich den openVPN starte 192.168.1.x
ich habe auch versucht 'float' in dem Script einzustellen, aber hat nichts geholfen.
Es gibt dauernd TLS Timeout.
Dyndns findet meinen Anschluss, die Ports sind durchgeschaltet, also in diesem Fall 1194 ist vorhanden.
Bin so weit nicht in der Lage den Log richtig zu interpretieren.
Kann da jemand von den VPN Experten helfen?
Hier meine cfg Datei:
Mit dem GUI Tool von openVPN und dem Cert ging es gut.
Allerdings war die Situation dann nicht sehr gut, da die beiden Netze den gleichen IP Range hatten.
Nun habe ich zu hause wo sich die DS befindet 192.168.100.x
und in der Arbeit von wo ich den openVPN starte 192.168.1.x
ich habe auch versucht 'float' in dem Script einzustellen, aber hat nichts geholfen.
Es gibt dauernd TLS Timeout.
Dyndns findet meinen Anschluss, die Ports sind durchgeschaltet, also in diesem Fall 1194 ist vorhanden.
Bin so weit nicht in der Lage den Log richtig zu interpretieren.
Kann da jemand von den VPN Experten helfen?
Rich (BBCode):
Thu Jul 04 11:56:36 2013 OpenVPN 2.3.1 i686-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [IPv6] built on Mar 28 2013
Thu Jul 04 11:56:45 2013 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Thu Jul 04 11:56:45 2013 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Thu Jul 04 11:56:46 2013 UDPv4 link local (bound): [undef]
Thu Jul 04 11:56:46 2013 UDPv4 link remote: [AF_INET]188.61.47.101:1194
Thu Jul 04 11:57:46 2013 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Thu Jul 04 11:57:46 2013 TLS Error: TLS handshake failed
Thu Jul 04 11:57:46 2013 SIGUSR1[soft,tls-error] received, process restarting
Thu Jul 04 11:57:48 2013 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Thu Jul 04 11:57:48 2013 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Thu Jul 04 11:57:48 2013 UDPv4 link local (bound): [undef]
Thu Jul 04 11:57:48 2013 UDPv4 link remote: [AF_INET]188.61.47.101:1194
Hier meine cfg Datei:
Rich (BBCode):
dev tun
tls-client
remote <mydyndns> 1194
# The "float" tells OpenVPN to accept authenticated packets from any address,
# not only the address which was specified in the --remote option.
# This is useful when you are connecting to a peer which holds a dynamic address
# such as a dial-in user or DHCP client.
# (Please refer to the manual of OpenVPN for more information.)
float
# If redirect-gateway is enabled, the client will redirect it's
# default network gateway through the VPN.
# It means the VPN connection will firstly connect to the VPN Server
# and then to the internet.
# (Please refer to the manual of OpenVPN for more information.)
#redirect-gateway
# dhcp-option DNS: To set primary domain name server address.
# Repeat this option to set secondary DNS server addresses.
#dhcp-option DNS DNS_IP_ADDRESS
pull
proto udp
script-security 2
ca ca.crt
comp-lzo
reneg-sec 0
auth-user-pass
Zuletzt bearbeitet: