On Tue, Jul 1, 2014 at 8:29 AM, 'Ryan' via BeagleBoard <[email protected]> wrote: > No problem, thank you for helping me in a bad time.. > > eth0.. I never did re-comment out the usb0, I was a little bit confused > after reading a few guides on setting a static IP for if I was suppose to > comment out the usb0 after un-commenting and using the eth0 > > > I tried doing a shutdown to see if that could have been the problem, so I > went back in to check the /etc/resolve.conf and saw that it became empty for > some reason?
It get's overwritten on bootup.. Add this to your iface: for eth0: dns-nameservers 8.8.8.8 127.0.0.1 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
