Archiv
[OpenVPN] Teil 4: Client konfigurieren
[OpenVPN] Teil 3: Anlegen eines Clients
[OpenVPN] Teil 2: Anlegen der Zertifikate und Schlüssel für den Server
[OpenVPN] Teil 1: Server Konfiguration
Update: Key-Eintrag hinzugefügt, Danke an Sven Truderung.
Hallo,
da OpenVPN doch einiges an Einarbeitungszeit erfordert und die nicht jeder hat, bzw. auch nicht an Details interessiert sein wird, stelle ich meine Lösung hier mal als Mehrteiler online.
Falls darin Fehler enthalten sind oder Sicherheitsmängel würde ich mich über einen Kommentar dazu freuen. Vielen Dank.
Diese Anleitung wurde mit OpenVPN 2.1_rc9 erstellt.
Als Windows Client eignet sich die Version “OpenVPN Package 2.0.9, GUI 1.0.3″. Mehr…
Bridging with Ubuntu Hardy
Hi there…
Situation: You have a computer which you want to connect to your already existing network infrastructure.
Problem: You don’t have any switch or hub available only a network card and an already connected computer.
Solution: Use bridging. Its just two clicks away… ok, not really – I don’t like clicking over ssh
So what I’ll tell you now is what I’ve learned from: http://www.barmasse.org/linux/praxishilfe/ubuntu/virtualbox.html and http://ubuntuforums.org/showthread.php?t=132515 (post from user “woedend”).
Open the file /etc/network/interfaces as root and add the lines:
auto br0
iface br0 inet dhcp
bridge_ports eth0 eth1
Then install the package bridge-utils and type as root:
/etc/init.d/networking restart
You’re dhcp server must be configured to give the br0 interface an IP address. After that, you can do everything with your external connected computer as if it where connected directly.
Bye
Sven
Ubuntu and the IBM x60s Network Interface
Hi,
today I tried to do some online banking at www.sparkasse-zwickau.de. To my suprise, I took a very long time till the welcome page was loaded.
I checked this again with another browser: same problem. Than I tried a host outside the university… wow, it goes very fast. Hmm, and another host inside? Also fast. So I’d check the installed windows and it also worked perfectly.
I googled a bit and found that the problem is my network interface which is handled by the e1000 driver.
Mehr…
Letzte Kommentare