I have an OpenWrt home router at the front of my network with my Proxmox host connected directly as such:
OpenWrt-LAN4 --> Proxmox-LAN1
On my proxmox host I have LAN1 configured as a trunk port carrying VLANs 10, 20, 30, 40, 99:
Read more
OpenWrt-LAN4 --> Proxmox-LAN1
On my proxmox host I have LAN1 configured as a trunk port carrying VLANs 10, 20, 30, 40, 99:
Code:
auto lo
iface lo inet loopback
auto enp1s0
iface enp1s0 inet manual
#LAN1 - TRUNK PORT
auto enp2s0
iface enp2s0 inet manual
#LAN2 - 3D PRINTER
iface enp3s0 inet manual
#LAN3 - NOT CONNECTED
iface enp4s0 inet manual
#LAN4 - NOT CONNECTED
iface enp5s0 inet...
Read more