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/*