initial
This commit is contained in:
1
proxmox/etc/kernel/cmdline
Normal file
1
proxmox/etc/kernel/cmdline
Normal file
@@ -0,0 +1 @@
|
||||
root=ZFS=rpool/ROOT/pve-1 quiet intel_iommu=on boot=zfs
|
||||
28
proxmox/etc/network/interfaces
Normal file
28
proxmox/etc/network/interfaces
Normal file
@@ -0,0 +1,28 @@
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
# LAN
|
||||
iface nic0 inet manual
|
||||
# WAN
|
||||
iface nic1 inet manual
|
||||
|
||||
# opnsense LAN
|
||||
auto vmbr0
|
||||
iface vmbr0 inet static
|
||||
address 192.168.100.51/24
|
||||
gateway 192.168.100.1
|
||||
bridge-ports nic0
|
||||
bridge-stp off
|
||||
bridge-fd 0
|
||||
bridge-mcsnoop 0
|
||||
|
||||
# opnsense WAN
|
||||
auto vmbr1
|
||||
iface vmbr1 inet dhcp
|
||||
bridge-ports nic1
|
||||
bridge-stp off
|
||||
bridge-fd 0
|
||||
bridge-mcsnoop 0
|
||||
|
||||
source /etc/network/interfaces.d/*
|
||||
|
||||
6
proxmox/etc/systemd/network/90-nic0.link
Normal file
6
proxmox/etc/systemd/network/90-nic0.link
Normal file
@@ -0,0 +1,6 @@
|
||||
[Match]
|
||||
MACAddress=58:47:ca:72:ef:21
|
||||
|
||||
[Link]
|
||||
Name=nic0
|
||||
|
||||
6
proxmox/etc/systemd/network/91-nic1.link
Normal file
6
proxmox/etc/systemd/network/91-nic1.link
Normal file
@@ -0,0 +1,6 @@
|
||||
[Match]
|
||||
MACAddress=58:47:ca:72:ef:22
|
||||
|
||||
[Link]
|
||||
Name=nic1
|
||||
|
||||
Reference in New Issue
Block a user