Jump to content

DHCP on ethernet by default ?


flow.gunso

Recommended Posts

Quick question for the Banana Pro builds.

I've tested with stable Armbian Bionic and Stretch.

By default DHCP is disabled on eth0, so the following lines must be added to /etc/network/interfaces to get it to work:

auto eth0
iface eth0 inet dhcp

But, official docs (section Common features) state:

Quote
  • Ethernet adapter with DHCP and SSH server ready on default port (22)

 

Is having DHCP disabled for ethernet by default the expected behaviour for that board ?

Link to comment
Share on other sites

On 9/10/2018 at 10:43 PM, flow.gunso said:

By default DHCP is disabled on eth0, so the following lines must be added to /etc/network/interfaces to get it to work:

 

Network manager is taking care of the network by default. Not ifupdown. That's why interfaces is empty.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines