Created
November 3, 2021 01:43
-
-
Save wmantly/5c0dd2c05ab38be7f2db2681e977ad09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π₯οΈ dl380-0 π ~ π Tue Nov 02 | |
π 09:41 PM root# cat /etc/network/interfaces | |
# network interface settings; autogenerated | |
# Please do NOT modify this file directly, unless you know what | |
# you're doing. | |
# | |
# If you want to manage parts of the network configuration manually, | |
# please utilize the 'source' or 'source-directory' directives to do | |
# so. | |
# PVE will preserve these directives, but will NOT read its network | |
# configuration from sourced files, so do not attempt to move any of | |
# the PVE managed interfaces into external files! | |
modify this file directly, unless you know what | |
auto lo | |
iface lo inet loopback | |
iface eno1 inet manual | |
auto eno2 | |
iface eno2 inet manual | |
auto eno3 | |
iface eno3 inet manual | |
auto eno4 | |
iface eno4 inet manual | |
iface ens2f0 inet manual | |
iface ens2f1 inet manual | |
auto vmbr0 | |
iface vmbr0 inet static | |
address 192.168.1.46/24 | |
gateway 192.168.1.1 | |
bridge-ports eno1 | |
bridge-stp off | |
bridge-fd 0 | |
#Management Bridge | |
auto vmbr100 | |
iface vmbr100 inet static | |
address 192.168.100.46/24 | |
bridge-ports ens2f0 | |
bridge-stp off | |
bridge-fd 0 | |
#Storage Bridge | |
auto vmbr99 | |
iface vmbr99 inet manual | |
bridge-ports none | |
bridge-stp off | |
bridge-fd 0 | |
#TOR bridge | |
auto vmbr20 | |
iface vmbr20 inet manual | |
bridge-ports none | |
bridge-stp off | |
bridge-fd 0 | |
#Internal Network | |
auto vmbr1 | |
iface vmbr1 inet static | |
address 192.168.1.47/24 | |
bridge-ports ens2f1 | |
bridge-stp off | |
bridge-fd 0 | |
#LAN traffic bridge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment