cancel
Showing results for 
Search instead for 
Did you mean: 

OpenWrt Plusnet Hub One (& BT HOME HUB 5a) Adsl setup

alag20
Grafter
Posts: 29
Thanks: 1
Registered: ‎12-10-2016

OpenWrt Plusnet Hub One (& BT HOME HUB 5a) Adsl setup

Hi Guys,
I am having trouble with openwrt. Could someone please help.
1. What is the adsl port for BT Home Hub 5 (on the interface)?
2. How to setup ADSL with this?
I have tried the below from https://wiki.openwrt.org/doc/howto/internet.connection

 

# Configure pppoe connection
uci set network.wan.proto=pppoe
uci set network.wan.username='yougotthisfromyour@isp.su'
uci set network.wan.password='yourpassword'
# Configure atm bridge
uci set network.atm.encaps='llc'
uci set network.atm.payload='bridged'
uci set network.atm.vpi='8'
uci set network.atm.vci='32'
# Configure adsl settings
uci set network.adsl.fwannex='a'
uci set network.adsl.annex='a2p'
# Save changes
uci commit network
# Restart network service to reflect changes
/etc/init.d/network restart
# Bring up the atm bridge and start it automatically on boot
/etc/init.d/br2684ctl start
/etc/init.d/br2684ctl enable

My ADSL settings are

Encapsulation: PPPoA
Username: myusername@isp.com
Password: install
VPI: 0
VCI: 38
Multiplexing: VC-BASED
MTU: 1500 



But the above didn't work. I have also tried several times using web interface but again to no luck.