the other side of life
DD-WRT PPPoE Passthrough (on WRT54G)
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 WRT54G and DD-WRT v23 !
| Print article | This entry was posted by rmichel on December 29, 2009 at 14:18, and is filed under HowTo, Linux. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 7 months ago
Using http://kamikaze.openwrt.org/8.09.2/brcm47xx/packages/rp-pppoe-relay_3.10-1_mipsel.ipk
this howto works with linksys wrt320n and DD-WRT v24-preSP2 build 13575.
Be sure to change the commandline to:
/jffs/bin/pppoe-relay -C br0 -S vlan2
about 4 months ago
Great journey and experience!