Hi,
I am having great difficulty getting VLANs to work within my setup. VLANs work internally to proxmox and pfsense but I am having no luck getting them to work with the physical network and the Netgear GS748T.
Heres my set up:-
Proxmox server with 3(of 8) NICS configured.
Pfsense as router/firewall.
20 VLAN
Eth0 bridge as WAN for pfsense and main IP for proxmox
Eth3 bridge as LAN for pfsense
Eth7 as VLAN LAN pfsense, each VLAN provides DHCP
Eth0 is working fine and as expected
Eth3 is working fine and as expected including DHCP to physical devices
Eth7 works internally providing VLANs for VM and issuing DHCP from pfsense.
I provide eth7 VMs with the tag in the interface like:- bridge=vmbr1,tag=11
I have followed pretty much every guide I can find available and just cannot get VLANs workiing with the physical Eth7 network. I have tagged 2 ports on the netgear gs748T for VLAN 11 as a test. Eth7 goes to port 1 (VLAN11) on the netgear switch and port 2 (also VLAN11 tagged) goes to a laptop set to get DHCP. this is for testing I will eventually want a trunk to the switch from eth7 that will serve all VLANS to the switch.
Heres my current network config:-
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
auto eth3
iface eth3 inet manual
iface eth4 inet manual
iface eth5 inet manual
iface eth6 inet manual
auto eth8
iface eth8 inet manual
auto eth9
iface eth9 inet manual
iface eth7 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
#WAN
auto vmbr2
iface vmbr2 inet static
address 192.13.37.1
netmask 255.255.255.0
bridge_ports eth3
bridge_stp off
bridge_fd 0
#LAN
auto vmbr1
iface vmbr1 inet manual
bridge_ports eth7
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
#Event LAN
Everything in this config works except for the physical VLAN. Your help is greatly appreciated.
Thanks
I am having great difficulty getting VLANs to work within my setup. VLANs work internally to proxmox and pfsense but I am having no luck getting them to work with the physical network and the Netgear GS748T.
Heres my set up:-
Proxmox server with 3(of 8) NICS configured.
Pfsense as router/firewall.
20 VLAN
Eth0 bridge as WAN for pfsense and main IP for proxmox
Eth3 bridge as LAN for pfsense
Eth7 as VLAN LAN pfsense, each VLAN provides DHCP
Eth0 is working fine and as expected
Eth3 is working fine and as expected including DHCP to physical devices
Eth7 works internally providing VLANs for VM and issuing DHCP from pfsense.
I provide eth7 VMs with the tag in the interface like:- bridge=vmbr1,tag=11
I have followed pretty much every guide I can find available and just cannot get VLANs workiing with the physical Eth7 network. I have tagged 2 ports on the netgear gs748T for VLAN 11 as a test. Eth7 goes to port 1 (VLAN11) on the netgear switch and port 2 (also VLAN11 tagged) goes to a laptop set to get DHCP. this is for testing I will eventually want a trunk to the switch from eth7 that will serve all VLANS to the switch.
Heres my current network config:-
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
auto eth3
iface eth3 inet manual
iface eth4 inet manual
iface eth5 inet manual
iface eth6 inet manual
auto eth8
iface eth8 inet manual
auto eth9
iface eth9 inet manual
iface eth7 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
#WAN
auto vmbr2
iface vmbr2 inet static
address 192.13.37.1
netmask 255.255.255.0
bridge_ports eth3
bridge_stp off
bridge_fd 0
#LAN
auto vmbr1
iface vmbr1 inet manual
bridge_ports eth7
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
#Event LAN
Everything in this config works except for the physical VLAN. Your help is greatly appreciated.
Thanks
Last edited: