On Monday, 11 February 2019 16:28:55 UTC+2, [email protected] wrote: > > In /etc/resolv.conf there is a line nameserver 8.8.8.8 > > I am sorry, there is Debian on BB and not Ubuntu, this may explain the > missing tools. >
I'd recommend debugging DNS connectivity using the low-level "host" command. It ignores the system's DNS client configuration. For example, the following command queries the name "google.com" from DNS server 8.8.8.8: $ host google.com 8.8.8.8 I would firstly try the DNS servers provided by my Internet Service Provider. Anyway, if "host" resolves names and the system's DNS client doesn't, then you have a lead. If neither option resolves names, your Internet connection is broken. -- Kind regards, Tarmo -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/cc18d88c-9710-46ac-a002-8621dc162fef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
