interfaces file fix

This commit is contained in:
deflax 2018-01-26 01:37:28 +02:00
parent dd8e14478c
commit 4ca3bdc314

View file

@ -1 +0,0 @@
/etc/network/interfaces

14
interfaces Normal file
View 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