Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/wireless
It sounds like the vlan setup is causing however you are connected to the openwrt device to no longer be able to see the web ui.. It may help if you describe what link you are trying to use to connect to the web ui.
thanks for the feedback, but unfortunately the same behavior exists.
if I set it and restart the network service, I remain hanging on the device and everything works.
when i restart, it only works when i really take the power away.
if i don't change anything and then restart again, i can't get back on the device.
all of the networks functioning properly (often the best way to test is to connect a computer via ethernet and test that it gets an IP address and the expected connectivity)
The tagging properly configured for so that your trunk port is indeed set with vlans 40, 41, and 99 all tagged?
Is there anything between your OpenSense router and your dumb AP (such as a switch)? If so, what is it and is it properly configured?
Finally, let's take a look at the latest config file.
on the opnsense side everything should be correct, we have over 50 switches that are also connected via vlan.
after setting and after a reboot (with power off) the mgmt interface with the vlan id 99 gets an ip assigned.
if i set the other interfaces to dhcp client, they also get an ip assigned and you can reach them through it.
I have also tried it with a fixed ip, but that does not work either.
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 'fd77::1acc::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan3'
list ports 'lan4'
config interface 'lan'
option device 'br-lan'
option proto 'dhcp'
config interface 'wan'
option device 'wan'
option proto 'dhcp'
option type 'bridge'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
config device
option type 'bridge'
option name 'trunk'
list ports 'lan1'
list ports 'lan2'
config bridge-vlan
option device 'trunk'
option vlan '40'
list ports 'lan1:t'
list ports 'lan2:t'
config bridge-vlan
option device 'trunk'
option vlan '41'
list ports 'lan1:t'
list ports 'lan2:t'
config bridge-vlan
option device 'trunk'
option vlan '99'
list ports 'lan1:t'
list ports 'lan2:t'
config interface 'mgmt'
option proto 'dhcp'
option device 'trunk.99'
config interface 'guest'
option proto 'none'
option device 'trunk.41'
config interface 'office'
option proto 'none'
option device 'trunk.40'