[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OpenVPN Verständnisfrage(n) [war: OpenVPN / SSL - Zertifikat-Problem]



Hi Martin,

>>> Ich will den VPN-Server in Bridge-Modus betreiben. Die
>>> Konfigurationsdatei habe ich durch, das Kernelmodul tun geladen, der
>>> Server startet brav:
>>> Mon Jan 23 21:27:09 2006 Initialization Sequence Completed

>> wenn du OpenVPN im Bridgemodus laufen hast, dann nimmt er nicht das tun
>> Interface, sondern das tap interface. Dein tun wirst du lange suchen.

> Du hast natürlich recht. Der heutige Tag hat schon lange gedauert und
> ich bin da mit dem Modulnamen durcheinander gekommen. Natürlich mein ich
> TAP. Aber auch TAP kann ich nicht finden.

ifconfig tap0 ist dein Freund. OpenVPN sagt dir beim starten, welches
Interface er benutzt, z.B.:
-----%<-----
Tue Jan 24 08:19:34 2006 TUN/TAP device tap0 opened
-----%<-----
Allerdings wundere ich mich auch gerade, warum der nicht beim Befehl
ifconfig angezeigt wird.

> Was könnte schuld daran haben. Und: Loggt OpenVPN wohin? In syslog ist
> nichts zu sehen.

Siehe deine Server Config:
-----%<-----
# By default, log messages will go to the syslog (or
# on Windows, if running as a service, they will go to
# the "\Program Files\OpenVPN\log" directory).
# Use log or log-append to override this default.
# "log" will truncate the log file on OpenVPN startup,
# while "log-append" will append to it.  Use one
# or the other (but not both).
;log         openvpn.log
;log-append  openvpn.log

# Set the appropriate level of log
# file verbosity.
#
# 0 is silent, except for fatal errors
# 4 is reasonable for general usage
# 5 and 6 can help to debug connection problems
# 9 is extremely verbose
verb 3
-----%<-----

Ich hoffe das hilft dir weiter. Viel Erfolg noch.

Grüssle, Tobias



Reply to: