Hello,
I upgraded from a TP-Link TL-WR841N to a AVM Fritz!Box 4040 Router as it has my desired specs and a good price. After a successful installation of OpenWRT v18.06.2 everything works as expected until I try to set up VLANs in the LuCI Web-GUI.
The default "switch0" configuration on the Fritz!Box 4040 is:
VLAN ID | CPU (eth0) | LAN 1 | LAN 2 | LAN 3 | LAN4 |
---|---|---|---|---|---|
1 | untagged | untagged | untagged | untagged | untagged |
My desired "switch0" configuration is:
VLAN ID | CPU (eth0) | LAN 1 | LAN 2 | LAN 3 | LAN4 |
---|---|---|---|---|---|
1 | tagged | off | off | untagged | untagged |
2 | tagged | off | untagged | off | off |
3 | tagged | untagged | off | off | off |
This configuration is working as expected on my old TL-WR841N (OpenWRT v18.06.2) device.
If I connect to the Fritz!Box via the LAN4 Port and apply this configuration, I can't connect to the device (LAN4 port) anymore. Error Message in the Web-GUI: "Failed to confirm apply within 30s, waiting for rollback" and no SSH connection after that.
The only solution I found was to re-flash the device.
When I saved the desired configuration (connected on the LAN4 port) without applying, the default "LAN" interface auto-migrated from "eth0" to "eth0.1".
The "VLAN on WAN" is an unsupported function on the Fritz!Box 4040. But I'm not trying to set up The VLAN for the WAN port.
Did I do anything wrong? Is this a bug? I would appreciate any help.