RobertCNelson / boot-scripts

Just a bunch of useful scripts placed under /opt/scripts/
124 stars 131 forks source link

BBB Proper way to enable and use eth0 #62

Open leforban opened 6 years ago

leforban commented 6 years ago

I am attempting to use eth0 on BBB. I added the following in /etc/network/interfaces file auto eth0 iface eth0 inet dhcp dns-nameservers 8.8.8.8 8.8.4.4

I can then ping 8.8.8.8 but did not succeed to ping google.com unless if I remove dnsmasq.

It seems that network configuration is done in am335x_evm.sh script but I am a little bit lost on how to use it to enable dns resolution on eth0.