PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : OpenVPN auf WRT54GL installieren?


Peppo
2009-02-14, 12:32:31
Hi All,

Ich möchte einfach mein Router als VPN Server nutzen.
Hab zwar einige Anleitungen gefunden, aber gehts trotzdem nicht...:redface:

HW: Linksys WRT54GL 1.1
FW: DD-WRT v24-sp2 (09/19/08) std - build 10404M NEWD Eko

eth0
2009-02-14, 12:36:17
Welche Anleitungen? Was hast Du gemacht? Was geht? Was geht nicht? Fehlermeldungen?

Mirko

Gast
2009-02-14, 13:49:15
Linksammlung für WLAN, Antennenbau und den Linksys WRT
http://www.forum-3dcenter.org/vbulletin/showthread.php?t=223442

Gast
2009-02-14, 13:57:35
viel spaß beim lesen ;)
http://wiki.openvpn.eu/index.php/Hauptseite
http://sarwiki.informatik.hu-berlin.de/OpenVPN_(deutsch)
http://www.online-tutorials.net/security/openvpn-tutorial/tutorials-t-69-209.html

Peppo
2009-02-14, 14:44:28
Welche Anleitungen? Was hast Du gemacht? Was geht? Was geht nicht? Fehlermeldungen?

Mirko

Zuerst hab ich das versucht:
http://www.dd-wrt.com/wiki/index.php/Ipkg#Use_ipkg_on_DD-WRT_24

Mit dem Ergebnis:


root@DD-WRT:/tmp# mount --bind /tmp/smbshare /jffs
root@DD-WRT:/tmp# nvram set sys_enable_jffs2=1
root@DD-WRT:/tmp#
root@DD-WRT:/tmp# ipkg update
root@DD-WRT:/tmp# ipkg list
ERROR: File not found: /jffs/usr/lib/ipkg/lists/whiterussian
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/non-free
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/backports
You probably want to run `ipkg update'
root@DD-WRT:/tmp#
root@DD-WRT:/tmp# mkdir -p /jffs/tmp/ipkg
root@DD-WRT:/tmp# ipkg update
root@DD-WRT:/tmp# ipkg list
ERROR: File not found: /jffs/usr/lib/ipkg/lists/whiterussian
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/non-free
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/backports
You probably want to run `ipkg update'
root@DD-WRT:/tmp#
root@DD-WRT:/tmp#
root@DD-WRT:/tmp# cd /jffs
root@DD-WRT:/jffs# ls
root@DD-WRT:/jffs#
root@DD-WRT:/jffs#
root@DD-WRT:/jffs# ls -l
root@DD-WRT:/jffs# ipkg -d root install http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/openvpn_2.1_rc9-1_mipsel.ipk
Downloading http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/openvpn_2.1_rc9-1_mipsel.ipk
...
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
ipkg_download: ERROR: Failed to retrieve http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/openvpn_2.1_rc9-1_mipsel.ipk
, returning
root@DD-WRT:/jffs#
root@DD-WRT:/jffs#



2.Versuch:
http://www.dd-wrt.com/wiki/index.php/Jffs#Directions_for_.28normal.29_users:_using_Web-GUI_Interface

Aber Anscheinend hab ich da nichts frei:
Total / Free Size
192.00 KB / 0

Wenn nichts Frei ist, dann:
http://www.dd-wrt.com/wiki/index.php/Ipkg#What_if_your_jffs_partition_is_full_.28routers_with_NO_JFFS_space_avail.29


root@DD-WRT:~# mkdir -p /tmp/smbshare/tmp/ipkg
root@DD-WRT:~#
root@DD-WRT:~# ipkg -d smbfs install http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/openvpn_2.1_rc9-1_mipsel.ipk
Downloading http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/openvpn_2.1_rc9-1_mipsel.ipk ...
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
Done.
ERROR: File not found: /jffs/usr/lib/ipkg/lists/whiterussian
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/non-free
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/backports
You probably want to run `ipkg update'
Unpacking openvpn...Done.
Configuring openvpn...Done.
root@DD-WRT:~#


Es ist jetzt im /tmp/smbshare "installiert"
Beim reboot ist es natürlich weg. Zu GUI komm ich nicht einmal.

Bin ganz ratlos...


@Gäste
Nun... Ich weiß WIE man ein VPN-Tunnel konfiguriert.
Ich will ZUSÄTZLICH OpenVPN auf meiner WRT54GL installieren. ;)