Posted on December 29, 2009, 14:18, by rmichel, under
HowTo,
Linux.
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 the relay agent on the router /tmp/pppoe-relay -S vlan1 -C br0 Now you can start your pppoe client on your notebook. Tested with a [...]
Posted on July 7, 2009, 01:29, by rmichel, under
Linux.
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 – wtf ? [...]
Posted on September 16, 2008, 09:25, by rmichel, under
HowTo,
Linux.
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. Als erstes Loggen wir uns auf dem Router ein. Klicken dann auf Wireless und dann auf Wireless Security. Dort wählen wir WPA2 Enterprise aus. Nun [...]
Posted on September 16, 2008, 09:25, by rmichel, under
HowTo,
Linux.
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 dieser keine TLS/EAP/PEAP/TTLS Unterstützung hat [...]