Archiv

Artikel Tagged ‘network’

[OpenVPN] Teil 5: Client Zertifikat zurückziehen

17. Dezember 2008

Hallo,

hier nun der letzte Teil. Weil es ja nun doch vorkommen kann, das zum Beispiel ein Mitarbeiter die Firma wechselt, will man auch in der Lage sein, dessen OpenVPN Zugang zu sperren. Wie das geht zeige ich jetzt. Mehr…

linux, windows ,

[OpenVPN] Teil 4: Client konfigurieren

17. Dezember 2008

Hallo,

kurz vorm Ende: der 4. Teil. Hier geht es um die Einrichtung der Clients – sowohl Linux als auch Windows. Mehr…

linux, windows ,

[OpenVPN] Teil 3: Anlegen eines Clients

17. Dezember 2008

Hallo,

heute nun der 3. Teil der OpenVPN Kurzanleitung: das Anlegen eines Clients. Mehr…

linux, windows ,

[OpenVPN] Teil 2: Anlegen der Zertifikate und Schlüssel für den Server

15. Dezember 2008

Hallo,

im Teil 2 beschreibe ich, wie man die Zertifikate und Schlüssel für den Server anlegt.

Ausserdem wird gleich der Grundstein gelegt, damit man später auch bereits vergebene Zertifikate zurückziehen kann. Mehr…

linux, windows ,

[OpenVPN] Teil 1: Server Konfiguration

15. Dezember 2008

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…

linux, windows ,

Bridging with Ubuntu Hardy

13. Juli 2008

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

linux , ,

Ubuntu and the IBM x60s Network Interface

4. Juni 2008

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…

linux , , , , , ,