[GLLUG] Debian interfaces and disable systemd

Henrik Morsing henrik at morsing.cc
Wed Apr 11 05:55:47 UTC 2018


On 4/10/2018 8:34 PM, Andy Smith via GLLUG wrote:
> Hi Henrik,
>

Hi,

> systemd-networkd is meant to ignore interfaces defined in
> /etc/network/interfaces as long as ifupdown is installed.

root at emil:~# cat /etc/debian_version
9.4

root at emil:~# which ifup ifdown
/sbin/ifup
/sbin/ifdown

> I think you should probably show us your /etc/network/interfaces
> file.

# /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
allow-hotplug eth0

iface eth0 inet6 auto

iface eth0 inet static
     address 178.79.147.39/24
     gateway 178.79.147.1

# IPv6 gateway and primary address.
iface eth0 inet6 static
   address 2a01:7e00::f03c:91ff:fe6e:8c84/64
   gateway fe80::1

# Add a second IPv6 address.
iface eth0 inet6 static
   address 2a01:7e00:e000:a4::1/64

> Also note that there is an option "Auto-configure Networking" under
> the Linode configuration profile for each Linode that defaults to
> Yes, and I think that interferes. All mine are set to No, there.
>

Mine are set to "No" as well.

Thanks



More information about the GLLUG mailing list