Thursday, April 25, 2019

pfSense VLAN Configuration

Hi peeps, looking for some guidance with my pfSense setup at work please. The problem I'm facing is that I cannot get a device onto the correct VLAN, presumably because of the way the network switch ports are configured. server1 is only getting an IP from 10.0.0.0/24 whereas I'd like it to get an IP on VLAN 10 (10.0.10.0/24). Here's the configuration:

pfSense SG-3100

VLANs PUBLIC (wan) -> mvneta2 -> v4/DHCP4: 1.2.3.4/21 MGMT (opt1) -> mvneta0 -> v4: 5.6.7.8/21 LAB (lan) -> mvneta1 -> v4: 10.0.0.1/24 V10SERVERS (opt2) -> mvneta1.10 -> v4: 10.0.10.1/24 V20DESKTOPS (opt3) -> mvneta1.20 -> v4: 10.0.20.1/24

Dell N1524

VLANs on running-config: configure vlan 10 name "10.0.10.0-pfsense" exit interface vlan 10 exit

Interfaces status: Gi1/0/21 server1 Full 1000 Auto Up On A 10 [..] Gi1/0/23 pfsense-lan1 Full 1000 Auto Up Off T (10),1-9,11-4096

I have tried numerous combinations of Access/Trunk/General modes with the native VLAN or PVID set as 10. Example: interface Gi1/0/23 description "pfsense-lan1" spanning-tree portfast switchport mode trunk switchport trunk native vlan 10 switchport trunk allowed vlan all

Any ideas? Thanks in advance.



No comments:

Post a Comment