I have a linksys wrt3200acm with a zyxel NWA110AX accespoint.
As a example on the router in openwrt i make 2 vlans in in br-lan called
br-lan0.1 home
br-lan0.2 maint.
I setup the zyxel with 2 SSID's 1 called "home" 2nd "maint"
SSID home is on vlan 1
SSID maint. is on vlan 2
on the wrt3200acm router i have 2 vlan in br-lan, I use one cable to the zyxel.
The port i use on the router is lan 1 there is a cable runing from lan 1 of the router to the zyxel, and on port 4 "lan4' i use one cable straight from the router to a computer for maintenance
If i use this setup i don't have internet acces and cannot acces my openwrt with a cable on lan 4
lan 1 lan 2 lan3 lan 4
vlan 1: T - - -
vlan 2: T - - U
if I use this i can acces the zyxel and have wireless acces
lan 1 lan 2 lan3 lan 4
vlan 1: T - - -
vlan 2: U - - U
so wich one is good i thought you need to tagg every vlan on lan 1 for the cable to the accespoint?
Please run the following commands (copy-paste the whole block) and paste the output here, using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have
ubus call system board; \
uci export network; uci export wireless; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ls -l /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; head -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/*
Most likely your accesspoint is improperly configured and is sending untagged packets to the secure network instead of tagged 4.
What you set up on port 1 should only affect the AP. Make sure the logical numbers agree with what you think are the physical ports-- when you plug and unplug the cable to the PC, 'lan4' should be shown as going up and down in the log.
The accesspoint should be configured to accept all VLANs as tagged on the trunk cable, then you would set up the 3200 to tag them all on the trunk cable.
I think it's not possible to tag on the accespoint side.
The only option to tag or untag is in the device administrator but this is only to admin in the device.
As i read some articles from zyxel and sone guides of how-to i can make up you can't tagg ports at the wireless accesport.
But you need to add the vlan nummer to the pvid section.
Also i now have a tagged port 1 with vlan2 to the acces point and have a connection.
Update from zyxel: all the vlan's are tagged except the administrator you can set this to tag or untag and that is for that whole vlan.
now i tag everything in openwrt on lan port 1 everything works accept if i tagg vlan4 my managed vlan i don't get a connection if i untag in openwrt it works