VLAN for VM and WebAccess

Joined
Apr 22, 2023
Messages
1
Hello everyone,

I am facing a problem with my TrueNAS Core configuration and I am feeling frustrated because of it. Currently, I have two network interfaces that are aggregated into a LAG and have been assigned the IP address 192.168.200.10 for only use of Proxmox node ISCSI sharing. Additionally, I have assigned a VLAN on the LAG interfaces with the IP address 10.10.10.37, which I use for TrueNAS web management.

Interfaces:
NAMETYPEParrent IntefacesIP Addresses
ix0PHYSICAL------
ix1PHYSICAL------
lagg0LINK_AGGREGATION (LACP)ix0,ix1192.168.200.10
vlan100VLANlagg010.10.10.37


However, I'm encountering an issue when attempting to connect a VM hosted on TrueNAS Core to the same VLAN100.

I would appreciate any advice on how to properly configure VLANs in TrueNAS Core for VM connection and WebAccess.

Thank you in advance for your help.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
VMs rely on a tap interface as a member of a bridge interface to communicate with the outside world. Try manually creating bridge0 bridge interface, and making your vlan100 interface a member of the bridge.
 
Top