flow.gunso Posted September 10, 2018 Posted September 10, 2018 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 ?
Igor Posted November 1, 2018 Posted November 1, 2018 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.
Recommended Posts