asdf
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
auto lo
|
auto lo
|
||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# =======================================================
|
||||||
|
# VIRTUALIZED OPNSENSE BELOW
|
||||||
|
# =======================================================
|
||||||
# LAN
|
# LAN
|
||||||
iface nic0 inet manual
|
iface nic0 inet manual
|
||||||
# WAN
|
# WAN
|
||||||
@@ -9,7 +12,7 @@ iface nic1 inet manual
|
|||||||
# opnsense LAN
|
# opnsense LAN
|
||||||
auto vmbr0
|
auto vmbr0
|
||||||
iface vmbr0 inet static
|
iface vmbr0 inet static
|
||||||
address 192.168.100.51/24
|
address 192.168.100.50/24
|
||||||
gateway 192.168.100.1
|
gateway 192.168.100.1
|
||||||
bridge-ports nic0
|
bridge-ports nic0
|
||||||
bridge-stp off
|
bridge-stp off
|
||||||
@@ -23,6 +26,10 @@ auto vmbr1
|
|||||||
bridge-stp off
|
bridge-stp off
|
||||||
bridge-fd 0
|
bridge-fd 0
|
||||||
bridge-mcsnoop 0
|
bridge-mcsnoop 0
|
||||||
|
# =======================================================
|
||||||
|
|
||||||
|
# =======================================================
|
||||||
|
# ALWAYS LEAVE THIS
|
||||||
|
# =======================================================
|
||||||
source /etc/network/interfaces.d/*
|
source /etc/network/interfaces.d/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user