Checking my comprehension

jfamiens

New Member
Aug 16, 2023
10
0
1
Good morning all

I have been struggling for the last couple of days with the configuration of my LAN network (based on Unifi gateway UDM PRO SE and several switches) - I have created few LAN networks as listed below / few WIFI
  • VLAN 1 = secure network
  • VLAN 2 = IOT devices
  • VLAN 3 = CCTV
  • VLAN 4 = Homelab - my target is to get all my LXCs using 192.168.4.0/24 subnet
  • VLAN 99 = Guest
Topology as shown below
1749907374558.png
1749907475451.pngI am following some YT videos but i end up with no connection for my two first LXCs

My Unifi firewall configuration
1749907813761.png
Some info about my Proxmox configuration
  • Firewall Promox : OFF both for the node and Datacenter
  • etc/network/interfaces file modified (see below)
1749907595513.pngBelow the content of my

Code:
auto lo
iface lo inet loopback

auto enp87s0
iface enp87s0 inet manual

auto enp89s0
iface enp89s0 inet manual

auto enp2s0f0np0
iface enp2s0f0np0 inet manual

auto enp2s0f1np1
iface enp2s0f1np1 inet manual

iface enx00e08f006dc7 inet manual

auto bond0
iface bond0 inet manual
        bond-slaves enp2s0f0np0 enp2s0f1np1
        bond-miimon 100
        bond-mode 802.3ad
        bond-xmit-hash-policy layer3+4
#LACP

auto bond1
iface bond1 inet manual
        bond-slaves bond0 enp87s0
        bond-miimon 100
        bond-mode active-backup
        bond-primary bond0

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.245/24
        gateway 192.168.1.1
        bridge-ports bond1
        bridge-stp on
        bridge-fd 0

iface wlp90s0 inet manual

source /etc/network/interfaces.d/*

What did I miss please ?

Thanks
 
Last edited: