This commit is contained in:
light
2018-07-05 13:35:20 +08:00
parent aa85a9e03e
commit 795ad3e9c8
7 changed files with 139 additions and 21 deletions
@@ -0,0 +1,14 @@
# The loopback network interface
auto lo
iface lo inet loopback
auto enp0s8
iface enp0s8 inet static
address 10.0.0.11
netmask 255.255.255.0
auto enp0s9
iface enp0s9 inet manual
up ip link set dev $IFACE up
down ip link set dev $IFACE down