Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3952 - Xiaomi Mi Router 3G lan2@eth0 is down by default #8971

Closed
openwrt-bot opened this issue Jul 27, 2021 · 1 comment
Closed

FS#3952 - Xiaomi Mi Router 3G lan2@eth0 is down by default #8971

openwrt-bot opened this issue Jul 27, 2021 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

thiagokokada:

Device: Xiaomi Mi Router 3G (mt7621)
Version: OpenWrt 21.02.0-rc3 r16172-2aba3e9784

I created a custom image using the Image Builder for 21.02.0-rc3 recently. With an older build of 21.02.0-rc3 everything was working fine, however with my newest image (that I assume downloaded newer packages) the lan2@eth0 is down by default. lan1@eth0 is ok though.

# ip addr ... 4: lan2@eth0: mtu 1500 qdisc noop state DOWN qlen 1000 link/ether 78:11:dc:49:d8:b8 brd ff:ff:ff:ff:ff:ff 5: lan1@eth0: mtu 1500 qdisc noqueue master br-lan state UP qlen 1000 link/ether 78:11:dc:49:d8:b8 brd ff:ff:ff:ff:ff:ff ...

As a workaround, I added the following line on System->Startup->Local Startup:

ip link set lan2 master br-lan up exit 0

And after a reboot, everything works as it should:

# ip addr ... 4: lan2@eth0: mtu 1500 qdisc noqueue master br-lan state UP qlen 1000 link/ether 78:11:dc:49:d8:b8 brd ff:ff:ff:ff:ff:ff 5: lan1@eth0: mtu 1500 qdisc noqueue master br-lan state UP qlen 1000 link/ether 78:11:dc:49:d8:b8 brd ff:ff:ff:ff:ff:ff ...
@openwrt-bot
Copy link
Author

thiagokokada:

Updating netifd here fixed the issue.

netifd with issues: 2021-07-23-17e453bd-1
netifd fixed: 2021-07-26-440eb064-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant