Debian 9: Change the network from enp3s0 to eth0
nano /etc/udev/rules.d/10-network.rules
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="08:00:27:a6:ad:0e", NAME="eth0"
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="08:00:27:6e:77:cc", NAME="wlan0"
then reboot.