VLAN Configuration

qu1ck

New Member
Aug 12, 2024
3
0
1
So i've been trying to configure VLAN's for PROXMOX and VM's but i just cant seem to get it to work. An important information is that i am using a Fortigate 40F to configure the VLAN's, Policys, etc. Although i think my firewall config should be good. I think theres something wrong with the proxmox interface configuration.

My Config is in the attachment below.

If anyone can help me i would appreciate it alot.

If any more info is needed i can provide it.
 

Attachments

What are you trying to do here? to what bridge are you connecting the VM's? Does the Proxmox host have appropriate internet access?


Code:
auto lo
iface lo inet loopback

iface eno2 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.0.74/29
        gateway 192.168.0.73
        bridge-ports eno1.3
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

iface eno1.3 inet manual

source /etc/network/interfaces.d/*

Above is what you included in the text.

Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

auto vmbr0.3
iface vmbr0.3 inet static
        address  192.168.0.74/29
        gateway  192.168.0.73

auto vmbr0
iface vmbr0 inet manual
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

Might work better and is more in keeping with proxmox suggestions