wit-network-config/files/interfaces

23 lines
415 B
Plaintext
Raw Normal View History

2018-07-26 03:57:41 -05:00
auto lo
iface lo inet loopback
auto mgmt1
iface mgmt1 inet6 auto
iface mgmt1 inet dhcp
pre-up /bin/ip link add mgmt type vrf table mgmt
pre-up /bin/ip link set up dev mgmt
pre-up /bin/ip link set master mgmt dev mgmt1
post-down /bin/ip link del dev mgmt
auto feth1
iface feth1 inet manual
mtu 9000
auto feth2
iface feth2 inet manual
mtu 9000
2018-07-27 05:39:47 -05:00
source-directory /etc/network/interfaces.d