Redmi AX6000 won't connect to internet
FIXED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- My Router
- :
- Re: Redmi AX6000 won't connect to internet
Re: Redmi AX6000 won't connect to internet
21-03-2026 9:40 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The username will be as the VDSL (FTTC) connection as will the password (BT doesn't need credentials but Plusnet does).
Assuming the WAN interface is the port you think it is (I assume "dsl0" - probably the first port) then it should work.
However if the setup is the same as the FTTC plus Openreach (copper) modem and that was "dsl0" it should be the same physical port again.
I would also power everything down then power up starting with the Openreach ONT and then the router once the ONT is happy.
Re: Redmi AX6000 won't connect to internet
21-03-2026 9:41 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@Skuzzer this thread is getting very confusing as we have no idea which post you are replying to, It would be worth you starting again with a bit more detail on how it was working and what you have done, and why you have chabged things,.
You username on PN is not the generic BT one so not surprising that your config is not working. You need to use the same ure= username as in the PN router. ending in Plusdsl.net or similar
Re: Redmi AX6000 won't connect to internet
22-03-2026 7:42 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Problem may be the change of leads. Now connected to socket 1 (WAN) and not to socket 3 (LAN). Only socket 1 gives all LED's lit like it was before. Leaving in socket 3 the LED's for internet remain unlit. The display for WAN interface say unable to connect.
@Skuzzer according to the Openwrt wiki here https://openwrt.org/toh/xiaomi/redmi_ax6000
Ports 1-3 are LAN ports , port 4 is the WAN port
Numbers 2-4 are Ports 1-3 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 0 is the internal connection to the router itself.
| Port | Switch port |
|---|---|
| LAN 2 | 1 |
| LAN 3 | 2 |
| LAN 4 | 3 |
| Internet (WAN) |
4 |
If that doesnt help , then export your network config and post it ( redacting any passwords etc ).
I've run Openwrt on my PLusnet FTTP connection for a few years now, so am pretty familiar with configuring it
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Redmi AX6000 won't connect to internet
22-03-2026 8:15 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thread moved from Full Fibre to My Router
Moderator and Customer
If this helped - select the Thumb
If it fixed it, help others - select 'This Fixed My Problem'
Router won't connect
22-03-2026 10:25 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
MisterW suggested the following:- Here's my network settings
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd12:redacted::/48'
option packet_steering '1'
option dhcp_default_duid '000468b4redacted'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option name 'wan'
option macaddr 'cc:d8:redacted'
config interface 'wan'
option device 'wan'
option proto 'pppoe'
option username 'user@plusdsl.net'
option password 'password'
option ipv6 'auto'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option norelease '1'
I'm running Redmi AX6000 router with OpenWRT software. This was working on FTTC not on FFTP. Connected to WAN (1)
Network settings says Error: Connection attempt failed followed by Error: Unknown error (AUTH_TOPEER_FAILED). Any ideas?
Re: Router won't connect
22-03-2026 10:52 AM - edited 22-03-2026 11:03 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Connected to WAN (1)
Which physical port is that ? The Openwrt wiki suggests that WAN is port 4.
option username 'user@plusdsl.net'
option password 'password'
I'm guessing that is just info being redacted but to confirm 'user' above is your account name and 'password' is the one used to access the member centre ?
option ipv6 'auto'
Plusnet does not currently provide ipv6 so that line should be
option ipv6 0
and you should disable the wan6 interface
If that doesnt help then can we see the PPPoE events from the system log please ?
edit: you might want to uncomment the debug line in /etc/ppp/options to get more information in the log
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Router won't connect
22-03-2026 11:20 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The log is pretty big, do you want it all?
Re: Router won't connect
22-03-2026 11:26 AM - edited 22-03-2026 11:29 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
No, just any related to pppoe. Basically anything logged from 'pppd'
Simplest way is to ssh into the router and then run 'logread | grep pppd'
That should give just the pppd logs
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Router won't connect
22-03-2026 11:33 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
[17 Mar 2026, 02:56:11 GMT] daemon.notice: netifd: Interface 'wan' is now down
[17 Mar 2026, 02:56:11 GMT] daemon.notice: netifd: Interface 'wan' is setting up now
[17 Mar 2026, 02:56:11 GMT] daemon.info: pppd[10717]: Plugin pppoe.so loaded.
[17 Mar 2026, 02:56:11 GMT] daemon.info: pppd[10717]: PPPoE plugin from pppd 2.5.2
[17 Mar 2026, 02:56:12 GMT] daemon.notice: pppd[10717]: pppd 2.5.2 started by root, uid 0
[17 Mar 2026, 02:56:12 GMT] daemon.info: pppd[10717]: PPP session is 6165
[17 Mar 2026, 02:56:12 GMT] daemon.warn: pppd[10717]: Connected to B0:70:0D:1C:4D:63 via interface wan
[17 Mar 2026, 02:56:12 GMT] daemon.info: pppd[10717]: Using interface pppoe-wan
[17 Mar 2026, 02:56:12 GMT] daemon.notice: pppd[10717]: Connect: pppoe-wan <--> wan
[17 Mar 2026, 02:56:12 GMT] daemon.notice: netifd: Network device 'wan' link is down
[17 Mar 2026, 02:56:12 GMT] daemon.notice: netifd: Interface 'wan' has link connectivity loss
[17 Mar 2026, 02:56:12 GMT] kern.info: [ 108.812317] mt7530-mdio mdio-bus:1f wan: Link is Down
[17 Mar 2026, 02:56:12 GMT] daemon.info: pppd[10717]: Terminating on signal 15
[17 Mar 2026, 02:56:12 GMT] daemon.warn: odhcpd[1857]: No default route present, setting ra_lifetime to 0!
[17 Mar 2026, 02:56:13 GMT] daemon.info: dnsmasq[1]: read /etc/hosts - 12 names
[17 Mar 2026, 02:56:13 GMT] daemon.info: dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
[17 Mar 2026, 02:56:13 GMT] daemon.info: dnsmasq[1]: read /tmp/hosts/odhcpd.hosts.lan - 2 names
[17 Mar 2026, 02:56:13 GMT] daemon.info: dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
[17 Mar 2026, 02:56:13 GMT] daemon.err: dnsmasq[1]: cannot read /var/run/adblock-fast/dnsmasq.servers: No such file or directory
Re: Router won't connect
22-03-2026 11:52 AM - edited 22-03-2026 11:53 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
[17 Mar 2026, 02:56:12 GMT] daemon.notice: pppd[10717]: Connect: pppoe-wan <--> wan
[17 Mar 2026, 02:56:12 GMT] daemon.notice: netifd: Network device 'wan' link is down
[17 Mar 2026, 02:56:12 GMT] daemon.notice: netifd: Interface 'wan' has link connectivity loss
[17 Mar 2026, 02:56:12 GMT] kern.info: [ 108.812317] mt7530-mdio mdio-bus:1f wan: Link is Down
[17 Mar 2026, 02:56:12 GMT] daemon.info: pppd[10717]: Terminating on signal 15
You've got no physical connectivity on the WAN interface. Are you sure you're using the correct port on the AX6000 to connect to the ONT ?
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Router won't connect
22-03-2026 2:22 PM - edited 22-03-2026 2:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Really weird going on. I put the connector in LAN4, no internet LED's (4 for power, 4 for internet access) but while I was having dinner the internet access on my PC was normal. However still no connectivity. Only when in WAN1 do I get the internet LED,s flashing. When I look at the LEDE computer overview & Network wireless, it seems normal. Only the Interface shows Unknown error. I've tried playing around with settings to no avail
Interesting thing, when the BT man had done his bit, the Plusnet Two router didn't work either. A quick reset was all that was needed there.
Re: Router won't connect
22-03-2026 2:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
When I look at the LEDE computer overview
Do I take it from that you are running LEDE i.e an older fork of Openwrt ?
It could well be that the port assignment for WAN is different on a pre-DSA implementation.
Only when in WAN1 do I get the internet LED,s flashing.
So what's the log look like when connected to port 1 ?
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Router won't connect
22-03-2026 2:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'll have to get back to you if I can recreate it. I did have a quick look & it was a whole lot different, a lot more stable.
I'm running version 24.10.5, was running 25.12.1 but has made no difference.
Re: Router won't connect
22-03-2026 2:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm running version 24.10.5, was running 25.12.1 but has made no difference.
Those are official Openwrt versions, 25.12.1 being the latest release.
In that case AFAICS port 4 should be the WAN port according to the wiki.
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Router won't connect
22-03-2026 6:22 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Not been able to reproduce. I'll be in touch if I get anywhere....doubtful. If I don't get anywhere I guess it's just the Plusnet from now on. I don't really need the extras on OpenWRT other than it is up to date unlike the Plusnet Two.
Thanks for your help anyway
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- My Router
- :
- Re: Redmi AX6000 won't connect to internet