[solved] Dumb AP with VLAN interface: unmanaged or static?

config interface 'iot'
        option proto 'none'

none Unspecified protocol, therefore all the other interface settings will be ignored (like disabling the configuration) -


as the documentation says an unmanaged interface has no ip address, it doesn't respond so you have classic ping, nmap, etc commands

it could be useful to assign an ip address in the hypothesis that you want to serve a service provided by a dump-ap (samba, http, etc.)

1 Like