Upgraded to Stretch now networking doesn't start after reboot
by crowebox from LinuxQuestions.org on (#57WYJ)
Hello,
I have a Debian server that was I upgraded from Wheezy>Jessie>Stretch and now I have to manually restart the networking after its monthly reboot. It works fine until the next reboot and I haven't not been able to isolate the reason why this is happening. My interfaces file is below, is there something missing keeping it from starting on boot?
# 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 ens32
iface ens32 inet static
address 10.1.1.12
netmask 255.255.255.0
network 10.1.1.0
broadcast 10.1.1.255
gateway 10.1.1.1
~


I have a Debian server that was I upgraded from Wheezy>Jessie>Stretch and now I have to manually restart the networking after its monthly reboot. It works fine until the next reboot and I haven't not been able to isolate the reason why this is happening. My interfaces file is below, is there something missing keeping it from starting on boot?
# 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 ens32
iface ens32 inet static
address 10.1.1.12
netmask 255.255.255.0
network 10.1.1.0
broadcast 10.1.1.255
gateway 10.1.1.1
~