From 3cda80063b036f387dc12da3e999ab9e2a4a6b01 Mon Sep 17 00:00:00 2001 From: wvr Date: Wed, 15 Jul 2026 18:51:58 -0500 Subject: [PATCH] asdf --- proxmox/etc/network/interfaces | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/proxmox/etc/network/interfaces b/proxmox/etc/network/interfaces index b9c66f9..c1bc4ec 100644 --- a/proxmox/etc/network/interfaces +++ b/proxmox/etc/network/interfaces @@ -1,6 +1,9 @@ auto lo iface lo inet loopback +# ======================================================= +# VIRTUALIZED OPNSENSE BELOW +# ======================================================= # LAN iface nic0 inet manual # WAN @@ -9,7 +12,7 @@ iface nic1 inet manual # opnsense LAN auto vmbr0 iface vmbr0 inet static - address 192.168.100.51/24 + address 192.168.100.50/24 gateway 192.168.100.1 bridge-ports nic0 bridge-stp off @@ -23,6 +26,10 @@ auto vmbr1 bridge-stp off bridge-fd 0 bridge-mcsnoop 0 +# ======================================================= +# ======================================================= +# ALWAYS LEAVE THIS +# ======================================================= source /etc/network/interfaces.d/*