Dear Maintainer, The default network configuration for Debian is ifupdown after running debian-installer, however systemd network-online.target by default does not wait for ifupdown-wait-online.service. sudo systemctl enable ifupdown-wait-online.service after installation makes the desired effect but before doing this network services start before DHCP is completed. Shouldn't the default to be to enable ifupdown-wait-online.service ? --- /etc/network/interfaces.d/*: cat: '/etc/network/interfaces.d/*': No such file or directory--- up and down scripts installed: /etc/network/if-down.d: total 0 lrwxrwxrwx 1 root root 32 Feb 26 06:19 wpasupplicant -> ../../wpa_supplicant/ifupdown.sh /etc/network/if-post-down.d: total 0 lrwxrwxrwx 1 root root 32 Feb 26 06:19 wpasupplicant -> ../../wpa_supplicant/ifupdown.sh /etc/network/if-pre-up.d: total 4 -rwxr-xr-x 1 root root 344 Jun 30 2016 ethtool lrwxrwxrwx 1 root root 32 Feb 26 06:19 wpasupplicant -> ../../wpa_supplicant/ifupdown.sh /etc/network/if-up.d: total 4 -rwxr-xr-x 1 root root 1685 Jun 30 2016 ethtool lrwxrwxrwx 1 root root 32 Feb 26 06:19 wpasupplicant -> ../../wpa_supplicant/ifupdown.sh