From 4ca3bdc314a521dc593debde02cb1d280ad4abc5 Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 26 Jan 2018 01:37:28 +0200 Subject: [PATCH] interfaces file fix --- interfaces | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) mode change 120000 => 100644 interfaces diff --git a/interfaces b/interfaces deleted file mode 120000 index 1ed334e..0000000 --- a/interfaces +++ /dev/null @@ -1 +0,0 @@ -/etc/network/interfaces \ No newline at end of file diff --git a/interfaces b/interfaces new file mode 100644 index 0000000..bc44ec4 --- /dev/null +++ b/interfaces @@ -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