Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fehleranalyse OpenVPN Logfile

Empfohlene Antworten

Veröffentlicht

Hallo,

ich versuche ein VPN mit Hilfe von OpenVPN einzurichten, am Server bekomme ich folgendes Logfile - kann mir damit jemand helfen?

Thu Jul 19 15:49:57 2007 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] built on Oct  1 2006

Thu Jul 19 15:49:57 2007 Diffie-Hellman initialized with 384 bit key

Thu Jul 19 15:49:57 2007 TLS-Auth MTU parms [ L:1541 D:138 EF:38 EB:0 ET:0 EL:0 ]

Thu Jul 19 15:49:58 2007 TAP-WIN32 device [LAN-Verbindung 3] opened: \\.\Global\{62FBC218-B1C3-4150-8C1B-36C072DC056C}.tap

Thu Jul 19 15:49:58 2007 TAP-Win32 Driver Version 8.4 

Thu Jul 19 15:49:58 2007 TAP-Win32 MTU=1500

Thu Jul 19 15:49:58 2007 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.1/255.255.255.252 on interface {62FBC218-B1C3-4150-8C1B-36C072DC056C} [DHCP-serv: 10.8.0.2, lease-time: 31536000]

Thu Jul 19 15:49:58 2007 Sleeping for 10 seconds...

Thu Jul 19 15:50:08 2007 NOTE: could not get adapter index for \DEVICE\TCPIP_{62FBC218-B1C3-4150-8C1B-36C072DC056C}, status=55 : Die angegebene Netzwerkressource bzw. das angegebene Gerät ist nicht mehr verfügbar.  

Thu Jul 19 15:50:08 2007 route ADD 10.8.0.0 MASK 255.255.255.0 10.8.0.2

Thu Jul 19 15:50:08 2007 Warning: route gateway is not reachable on any active network adapters: 10.8.0.2

Thu Jul 19 15:50:08 2007 Route addition via IPAPI failed

Thu Jul 19 15:50:08 2007 Data Channel MTU parms [ L:1541 D:1450 EF:41 EB:4 ET:0 EL:0 ]

Thu Jul 19 15:50:08 2007 UDPv4 link local (bound): [undef]:2000

Thu Jul 19 15:50:08 2007 UDPv4 link remote: [undef]

Thu Jul 19 15:50:08 2007 MULTI: multi_init called, r=256 v=256

Thu Jul 19 15:50:08 2007 IFCONFIG POOL: base=10.8.0.4 size=62

Thu Jul 19 15:50:08 2007 Initialization Sequence Completed

Danke

Lars

Thu Jul 19 15:50:08 2007 NOTE: could not get adapter index for \DEVICE\TCPIP_{62FBC218-B1C3-4150-8C1B-36C072DC056C}, status=55 : Die angegebene Netzwerkressource bzw. das angegebene Gerät ist nicht mehr verfügbar.  

OpenVPN findet kein Device. Entweder ist keins eingerichtet, oder es hat den falschen Namen. Mein Device benenne ich immer in "TAP-Win32" um.

  • Autor

Habe ich nun einfach mal genauso umbenannt, funktioniert aber leider immer noch nicht, die Fehlermeldung bleibt die selbe. Hast du vielleicht einen Rat? Das wäre wirklich nett.

Danke

Lars

kannst du einmal deine Config posten?

  • Autor
ca C:\\Programme\\OpenVPN\\keys\\ca.crt

cert C:\\Programme\\OpenVPN\\keys\\server.crt

key C:\\Programme\\OpenVPN\\keys\\server.key

dh C:\\Programme\\OpenVPN\\keys\\dh384.pem


port 1194

proto udp

dev tun0


mode server

server 10.8.0.0 255.255.255.0


keepalive 10 120


status openvpn-status.log

verb 3

Änder mal

dev tun0
in
dev tap

ich glaube Windows kennt kein tun bzw tunX device.

Gurß

David

  • Autor

Sieht nach der Änderung immer noch wie folgt aus:

Mon Jul 23 17:21:33 2007 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] built on Oct  1 2006

Mon Jul 23 17:21:33 2007 Diffie-Hellman initialized with 384 bit key

Mon Jul 23 17:21:33 2007 TLS-Auth MTU parms [ L:1573 D:138 EF:38 EB:0 ET:0 EL:0 ]

Mon Jul 23 17:21:33 2007 TAP-WIN32 device [TAP-Win32] opened: \\.\Global\{62FBC218-B1C3-4150-8C1B-36C072DC056C}.tap

Mon Jul 23 17:21:33 2007 TAP-Win32 Driver Version 8.4 

Mon Jul 23 17:21:33 2007 TAP-Win32 MTU=1500

Mon Jul 23 17:21:33 2007 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.1/255.255.255.0 on interface {62FBC218-B1C3-4150-8C1B-36C072DC056C} [DHCP-serv: 10.8.0.0, lease-time: 31536000]

Mon Jul 23 17:21:33 2007 Sleeping for 10 seconds...

Mon Jul 23 17:21:44 2007 NOTE: could not get adapter index for \DEVICE\TCPIP_{62FBC218-B1C3-4150-8C1B-36C072DC056C}, status=55 : Die angegebene Netzwerkressource bzw. das angegebene Gerät ist nicht mehr verfügbar.  

Mon Jul 23 17:21:44 2007 Data Channel MTU parms [ L:1573 D:1450 EF:41 EB:4 ET:32 EL:0 ]

Mon Jul 23 17:21:44 2007 UDPv4 link local (bound): [undef]:1194

Mon Jul 23 17:21:44 2007 UDPv4 link remote: [undef]

Mon Jul 23 17:21:44 2007 MULTI: multi_init called, r=256 v=256

Mon Jul 23 17:21:44 2007 IFCONFIG POOL: base=10.8.0.2 size=253

Mon Jul 23 17:21:44 2007 Initialization Sequence Completed

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.