DD-WRT PPPoE Passthrough (on WRT54G)

Posted on Tue 29 December 2009 in Linux • Tagged with DD-WRT, Linux, howto • 1 min read

For a PPPoE Passthrough on DD-WRT, enable jffs and do the following steps on a *nix-based system

cd /tmp;
wget http://kamikaze.openwrt.org/8.09.1/brcm-2.4/packages/rp-pppoe-relay_3.10-1_mipsel.ipk;
tar zxf rp-pppoe-relay_3.10-1_mipsel.ipk;
tar zxf data.tar.gz;
scp usr/sbin/pppoe-relay root@:/tmp/

Start …


Continue reading

Building DD-WRT Firmware....Part One

Posted on Tue 07 July 2009 in Linux • Tagged with DD-WRT, Linux • 1 min read

Yeah...1 o'clock and i'm not able to sleep....

...and what happend when i'm not able to sleep ? I'm trying something new - yes, okay Christian would say i'm hacking \^\^

20 minutes after i started the svn checkout from the dd-wrt source, i've read that the source is approximately 20GB huge …


Continue reading

freeRADIUS & DD-WRT mit WPA2 und Windows XP - Teil 1

Posted on Tue 16 September 2008 in Linux • Tagged with DD-WRT, Debian, HowTo, RADIUS, Server, Linux • 3 min read

RADIUS steht für Remote Authentication Dial In User Service und ist ein Triple-A-System (Authentifizierung, Autorisierung und Accounting). Dieser kann in einem WLAN als zentraler Authentifizierungsserver dienen und genau dass will ich hier mal dokumentieren !

Da ich Zertifikate einsetzen wollte, musste ich erstmal den freeRADIUS unter Debian Etch/Lenny neubauen, weil …


Continue reading

freeRADIUS & DD-WRT mit WPA2 und Windows XP - Teil 2

Posted on Tue 16 September 2008 in Linux • Tagged with DD-WRT, Debian, HowTo, RADIUS, Server, Linux • 3 min read

So nach dem wir nun dem freeRADIUS EAP & TLS u.s.w beigebracht haben, können wir nun den Router konfigurieren. In meinem Fall ist das das Linksys WRT54GL mit DD-WRT v24.

[caption id="attachment_141" align="aligncenter" width="300" caption="Einstellungen für DD-WRT"]Einstellungen für DD-WRT[/caption]

Als erstes Loggen wir uns auf dem …


Continue reading