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.
Unlock lightning-fast Microsoft support with Magenium’s Premier Services+. Our expert team ensures seamless integration, proactive monitoring, and rapid issue resolution. Save up to 40% on costs while enjoying priority access to top-tier engineers. Experience unparalleled support today!
Recent comments
- After the initial Kong Mod 2 years 2 months ago
- Working the EXACT same 2 years 2 months ago
- While the "5 Easy Steps" 2 years 2 months ago
- R8000P would be grate to see. 2 years 2 months ago
- Have a R8000 but ordered a 2 years 2 months ago
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