cancel
Showing results for 
Search instead for 
Did you mean: 

Airport Express / PPPoE

apjashley1
Grafter
Posts: 307
Registered: ‎31-07-2012

Airport Express / PPPoE

Thought I'd share my (eventual) success getting an Apple AirPort Express to do all the routing and turning a modem-router into a modem only bridge.
This is in preparation for fibre when it gets activated at my exchange in a few months.
The modem-router is a Belkin N300. You have to set it up first, turn off the WiFi and then set it to "Modem Only (no Internet sharing)"  and make sure to use LLC not VC-MUX, at which point it restarts and you can never get the admin page back Sad
AirPort's WAN to any any old port on the modem.
On AirPort Setup Assistant enter username@plusdsl.net / password for the PPPoE settings.
2 REPLIES 2
adamwalker
Plusnet Help Team
Plusnet Help Team
Posts: 16,877
Thanks: 882
Fixes: 221
Registered: ‎27-04-2007

Re: Airport Express / PPPoE

Good post @apjashley1 I hope that comes in useful for others trying to do the same.
If this post resolved your issue please click the 'This fixed my problem' button
 Adam Walker
 Plusnet Help Team
apjashley1
Grafter
Posts: 307
Registered: ‎31-07-2012

Re: Airport Express / PPPoE

To do this on a Technicolor 582n (adapted from http://community.plus.net/forum/?topic=105753😞

ppp relay flush
ppp flush
eth flush
atm flush
atm phonebook flush
saveall
atm phonebook add name=BrPPPoE_ph addr=0.38
atm ifadd intf=BrPPPoE_atm
atm ifconfig intf=BrPPPoE_atm dest=BrPPPoE_ph encaps=llc ulp=mac
atm ifattach intf=BrPPPoE_atm
eth bridge ifadd intf=BrPPPoE_br
eth bridge ifconfig intf=BrPPPoE_br dest=BrPPPoE_atm
eth bridge ifattach intf=BrPPPoE_br
saveall