DD-WRT VLAN's in physical ports

2 posts / 0 new
Last post
KillerBee
KillerBee's picture
DD-WRT VLAN's in physical ports

Can I set VLAN's by physical LAN port's ? 

Goal is to segregate LAN trafic, for instance port 1 and 2 can connect to each other (and the internet) and port 3 and 4 can only go to the internet.

nycmaster
nycmaster's picture
1) You need to segment your

1) You need to segment your port 3 & 4 by giving its own VLAN (ie port 3 into VLAN10 and port 4 into VLAN11)  

2) Make sure you TAG "WAN" port for VLAN 10 & 11 along with VLAN 1 & 2

3) Goto "Setup - Networking" and create bridge "br1" and "br2" 

4) Set up its own ip address subnet for br1 & br2  (I have br1 with 192.168.99.2/24 and br2 with 192.168.98.2/24)

5) Assign br1 with VLAN10 and br2 to VLAN11