Since today Debian gives an error: ifup: couldn't read interfaces file "/etc/network/interfaces"
If I look up the interfaces file I see the following:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dchp
allow-hotplug eth1
iface eth1 inet dchp
I'm running Debian in a Virtual Box; eth0 is a NAT and eth1 is a host-only adapter I also tried it with an ethernet cable plugged in, but that didn't make a change.
How can I get rid of this error?
Thank you in advance,
Remco