This commit is contained in:
2026-07-15 18:51:58 -05:00
parent e17b863b7b
commit 3cda80063b
+8 -1
View File
@@ -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/*