silvertonesx24 DD-WRT Novice
Joined: 06 Oct 2015 Posts: 20
|
Posted: Sun Oct 19, 2025 20:13 Post subject: NETGEAR R9000 Nighthawk X10 DD-WRT VLANs |
|
I'm having a tough time migrating my r7000 router to an r9000 considering that I have a VLAN for security cameras that all route through a single ethernet port on the router, on it's own 192.168.107.x subnet.
The R9000 apparently has multiple switches apparently, so configuring the VLANs has to be done on the CLI which is making my head spin. The main problem is when I connected a laptop to the ethernet port I'm trying to tag with the VLAN and it keeps connecting to br0 and the 192.168.1.x subnet.
These are the chatGPT sourced prompts for my request:
swconfig dev switch1 set enable_vlan 1
# Main LAN on VLAN1 → all ports except port 1, plus CPU tagged
swconfig dev switch1 vlan 1 set ports "0 2 3 4 6t"
# Camera VLAN (10) → port1 + CPU tagged
swconfig dev switch1 vlan 10 set vid 10
swconfig dev switch1 vlan 10 set ports "1 6t"
# Make sure port1 untagged frames go to VLAN10
swconfig dev switch1 port 1 set pvid 10
# Apply
swconfig dev switch1 set apply
stopservice dnsmasq
echo "interface=br0" > /tmp/dnsmasq.conf
echo "interface=br1" >> /tmp/dnsmasq.conf
echo "dhcp-range=br1,192.168.107.50,192.168.107.150,255.255.255.0,5m" >> /tmp/dnsmasq.conf
startservice dnsmasq |
|
Alozaros DD-WRT Guru

Joined: 16 Nov 2015 Posts: 7090 Location: UK, London, just across the river..
|
Posted: Sun Oct 19, 2025 21:09 Post subject: |
|
Chap GPT and AI shait will get you into a troubles...pull your hairs off...this set up here has some bullshit lines...
better invest time in
doing it correctly, do a forum search and find the R9000 vlan guide, even somewhere on the go i posted my R9000 x2 vlans set up  _________________ Atheros
TP-Link WR1043NDv2 -DD-WRT 62606 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 -DD-WRT 63600 GTW/SmDNS/DoT,AD-Blk,Forced DNS,AP&Net Isolation,x2VLAN,Vanilla
Netgear R7800 --DD-WRT 62606 Gateway/DNSCryptv2,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla,VPN cli
Netgear R9000 --DD-WRT 62606 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Dynalink DL-WRX36-DDWRT 62606
Broadcom
Netgear R7000 --DD-WRT 63600 GTW/DNScrypt-proxy2/AD-Block,IPset Firewall,Forced DNS,x4VLAN,VPN cli
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913 |
|