interfaces file fix
This commit is contained in:
parent
dd8e14478c
commit
4ca3bdc314
1 changed files with 14 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
/etc/network/interfaces
|
|
14
interfaces
Normal file
14
interfaces
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# This file describes the network interfaces available on your system
|
||||||
|
# and how to activate them. For more information, see interfaces(5).
|
||||||
|
|
||||||
|
source /etc/network/interfaces.d/*
|
||||||
|
|
||||||
|
# The loopback network interface
|
||||||
|
auto lo
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
auto ens18
|
||||||
|
iface ens18 inet manual
|
||||||
|
|
||||||
|
auto ens19
|
||||||
|
iface ens19 inet manual
|
Loading…
Reference in a new issue