Another thing I'm not sure on is what script I should save this as. I wouldn't think firewall-start is used in AP mode, so I'm thinking nat-start or init-start?
My next attempt based off this thread... https://www.snbforums.com/threads/ssid-to-vlan-only-works-with-open-authentication.55013/#post-466829
#!/bin/sh
# /jffs/scripts/firewall-start
# A VM in VLAN 4 (tagged) is plugged to port 1, it will act as router of guest network, offer DHCP, and do...
I'm trying to implement VLANs on my RT-AC3100 in AP Mode. Main LAN is VLAN 1, untagged on ports 0-7, tagged on 8 (but shouldn't matter since I'm not using it as a gateway). IoT Net is VLAN 4, tagged on port 0 and 5 (but not sure thats right).
I found the following script which seems like it...