oorspronkelijk :
# 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
aanpassen
lijn source /etc/network/interfaces.d/* in commentaar zodat setup niet aangeroepen wordt !
bekijk ethernet driver eth0 (ifconfig)
neem statisch ip adres ipv dynamisch
gebruik Wake On Lan
apt install wakeonlan, etherwake
ethtool enp3s0
moet op Wake-on moet op g staan ipv d !
ethtool -s enp3s0 wol g
aanpassen naar :
# 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