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