On 07/21/2018 11:43 AM, Curt wrote:
/etc/network/interfaces the current and default installed is as follows:On 2018-07-21, Dave <debiantechquestions@gmx.com> wrote:i added "eth0" i added the "iface eth0 inet dhcp" rebooted and apache2 is still not starting on boot.What about Otto (I mean auto)? Or is this an inadvertent omission in your post and not in your /e/n/i? auto eth0 iface eth0 inet dhcp would correspond to the man page (but not exactly the wiki--https://wiki.debian.org/NetworkConfiguration--which appears to suggest *both* 'auto eth0' and 'allow-hotplug eth0' for those 'just' using DHCP but whatever, nothing is ever clear, and the cats get skinned all over the place and any which way). But then I thought the conclusion was your network was being brought up/configured by other means than /e/n/i (yet to be discovered or divulged). # 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 eth0 iface lo inet loopback iface eth0 inet dhcp |