Created
March 21, 2020 10:18
-
-
Save sneak/42bf64fa90dd15a4c508a3d14adfeea0 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
# ifupdown has been replaced by netplan(5) on this system. See | |
# /etc/netplan for current configuration. | |
# To re-enable ifupdown on this system, you can run: | |
# sudo apt install ifupdown | |
#auto wlx801f02ee7727 | |
#iface wlx801f02ee7727 inet dhcp | |
# wpa-ssid "eeqj.de" | |
# wpa-psk "REDACTED" | |
#auto eno1 | |
#iface eno1 inet dhcp | |
auto enp131s0 | |
iface enp131s0 inet manual | |
post-up ifconfig enp131s0 mtu 8100 | |
# 5 is just for nostromo | |
auto enp131s0.5 | |
iface enp131s0.5 inet manual | |
vlan-raw-device enp131s0 | |
post-up ifconfig enp131s0.5 mtu 8100 | |
auto vlan5 | |
iface vlan5 inet static | |
address 10.5.1.2 | |
netmask 255.255.255.0 | |
bridge_ports enp131s0.5 | |
bridge_stp on | |
bridge_maxwait 10 | |
auto enp131s0.2000 | |
iface enp131s0.2000 inet manual | |
vlan-raw-device enp131s0 | |
pre-up ifconfig enp131s0.2000 mtu 1500 | |
auto vlan2000 | |
iface vlan2000 inet dhcp | |
bridge_ports enp131s0.2000 | |
bridge_stp on | |
bridge_maxwait 10 | |
auto enp131s0.2004 | |
iface enp131s0.2004 inet manual | |
vlan-raw-device enp131s0 | |
pre-up ifconfig enp131s0.2004 mtu 1500 | |
auto vlan2004 | |
iface vlan2004 inet manual | |
bridge_ports enp131s0.2004 | |
bridge_stp on | |
bridge_maxwait 10 | |
auto enp131s0.2003 | |
iface enp131s0.2003 inet manual | |
vlan-raw-device enp131s0 | |
pre-up ifconfig enp131s0.2003 mtu 1500 | |
auto vlan2003 | |
iface vlan2003 inet manual | |
bridge_ports enp131s0.2003 | |
bridge_stp on | |
bridge_maxwait 10 | |
auto enp131s0.2001 | |
iface enp131s0.2001 inet manual | |
vlan-raw-device enp131s0 | |
pre-up ifconfig enp131s0.2001 mtu 1500 | |
auto vlan2001 | |
iface vlan2001 inet manual | |
bridge_ports enp131s0.2001 | |
bridge_stp on | |
bridge_maxwait 10 | |
#auto eno2 | |
#iface eno2 inet dhcp | |
#auto eno3 | |
#iface eno3 inet dhcp | |
#auto eno4 | |
#iface eno4 inet dhcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment