(1) Well, since I dont see any trunk ports, perhaps you could use subnets only on the setup,,,,,,,,,,,, until I realized you have the CapaC as an access port.
RUDE........ telling the smart capac its a dummy switch.
Did you not read the resource??
viewtopic.php?t=143620
(2) Also need to post your config for the capac as well............
(3) this is not efficient, figure out why.
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
add action=drop chain=forward comment="VLAN Drop All Else"
Clue..........
add action=accept chain=forward comment=allow port forwarding \
connection-nat-state=dstnat connection-state=new in-interface-list=WAN
add action=drop chain=forward comment="Drop All Else"
(4) Get rid of detect internet wan rule.............not needed and can cause problems based on what I have read here on the forums.
(5) I would handle this differently especially because you have the admin rule already in place....
From
add action=accept chain=input comment="VLAN Allow Admin to Router" \
in-interface="AdminPC VLAN101" src-address=192.168.101.101
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
To
add action=accept chain=input comment="VLAN Allow Admin to Router" \
in-interface="AdminPC VLAN101" src-address=192.168.101.101
+++++++++++++++++++++++++++++++++++++++++++
add action=drop chain=input comment="Drop All Else"
Where as in the forward chain, you add any rules such as your admin access rule that you wish to allow.
I dont like the default rule because it allows ALL in the LAN to access your router, and thus why have the admin rule in place.
So get rid of it and replace it ONLY with services users need to access the router. There is mainly one possibly two for most configs.
a. DNS (ucp+tdp) and b. NTP time server.