Vlan
From Wiki of WFilter NG Firewall
(Difference between revisions)
(Created page with "{{DISPLAYTITLE:VLAN}}") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:VLAN}} | {{DISPLAYTITLE:VLAN}} | ||
+ | |||
+ | = Introduction = | ||
+ | |||
+ | "VLAN module" can add "802.1Q VLAN" support for LAN interfaces of WFilterROS. Usually, you can add VLANs by below two solutions: | ||
+ | |||
+ | * Add LAN interfaces in "Interfaces" of WFilterROS, and assign different subnets to LAN interfaces. This is a simplest solution(similar to port-based VLAN). | ||
+ | * Setup VLAN in your core three-layer switch. | ||
+ | ** Core switch is connected to WFilterROS via an "access port". With this connection type, you don't need to configure VLAN in WFilterROS. | ||
+ | ** Core switch is connected to WFilterROS via a "trunk port". With this type, you need to create VLANs in the WFilterROS "VLan" for the target VLANs to access internet. | ||
+ | |||
+ | = Settings = | ||
+ | |||
+ | You can add multiple VLANs in each LAN interfaces. | ||
+ | |||
+ | [[File: vlan01.png|600px]] | ||
+ | |||
+ | |||
+ | [[File: vlan02.png|900px]] | ||
+ | |||
+ | |||
+ | [[Category:Network]] |
Revision as of 14:21, 23 June 2016
1 Introduction
"VLAN module" can add "802.1Q VLAN" support for LAN interfaces of WFilterROS. Usually, you can add VLANs by below two solutions:
- Add LAN interfaces in "Interfaces" of WFilterROS, and assign different subnets to LAN interfaces. This is a simplest solution(similar to port-based VLAN).
- Setup VLAN in your core three-layer switch.
- Core switch is connected to WFilterROS via an "access port". With this connection type, you don't need to configure VLAN in WFilterROS.
- Core switch is connected to WFilterROS via a "trunk port". With this type, you need to create VLANs in the WFilterROS "VLan" for the target VLANs to access internet.
2 Settings
You can add multiple VLANs in each LAN interfaces.