--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/9PWK96YLkzA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It appears you have done everything right but any little item missed will stop the link from working properly.There are several questions you need to ask yourself...Except where stated otherwise all the tests below are performed from the BeagleBone system.1. Does ifconfig command show the correct information for the usb0 interface?
2. Can you ping the ip address assigned to the usb0 interface (192.168.7.2)?If not then there is something not configured properly on your usb0 interface. Check the /etc/network/interfaces file to make sure the entry for usb0 is correct.
3. Can you ping the ip address of the PC's link interface (192.168.7.1)?If you can not ping the PC link interface address then there is something incorrectly configured on that interface - double check the interface settings to make sure the assigned IP address & netmask address is set correctly.
4. From the PC can you ping the link interface (192.168.7.1)?If not there is something wrong with the link interface configuration.
5. From the PC can you ping the BeagleBone usb0 interface (192.168.7.2)?If not double-check the usb0 interface config
6. Can you ping the PC's network bridged IP address (the interface you have bridged over to the usb link interface on the PC)?If not make sure you have the bridging setup properly on the PC interfaces.
7. Can you ping the PC's default gateway IP address?
If everything is reachable (pingable) up to this point then it has to be something in the resolver settings (DNS).Double check to make sure the /etc/resolv.conf file has the proper DNS server entry so you can resolve FQDN names (those listed in DNS that is).It has been my experience when network issues crop up they tend to be something simple but over looked if things had previously worked before something was changed.
I am having the exact same problem Raj; did you ever figure it out?
--
root@sg1:~# ping google.com
ping: unknown host google.com
root@sg1:~# pico /etc/resolv.conf
root@sg1:~# dhclient
root@sg1:~# ping google.com
PING google.com (172.217.0.46) 56(84) bytes of data.
64 bytes from lga15s43-in-f46.1e100.net (172.217.0.46): icmp_req=1 ttl=55 time=8.62 ms
64 bytes from lga15s43-in-f46.1e100.net (172.217.0.46): icmp_req=2 ttl=55 time=8.24 ms
64 bytes from lga15s43-in-f46.1e100.net (172.217.0.46): icmp_req=3 ttl=55 time=8.21 ms
64 bytes from lga15s43-in-f46.1e100.net (172.217.0.46): icmp_req=4 ttl=55 time=8.35 ms
^C
--- google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 5531ms
rtt min/avg/max/mdev = 8.214/8.360/8.625/0.161 ms
root@sg1:~#
I realize this is an old post but I'm hoping to get some answers ;) : Problems pinging www.google.comI have a BeagleBone Black Rev C that is running the latest Debian. I've been going through Derek Malloys book and video to get things started (excellent material BTW),I am connected to a Win 10 laptop (64-bit) using the USB interface and am using putty to connect through SSH. My problem is I cannot ping a DNS name, i.e. www.google.com. pinging 8.8.8.8 does work. When I try to edit /etc/ resolv.conf it says file does not exist. On the terminal the file resolv.conf is shown in red; What does this mean?Can anybody help with hints on how to set up name server on BB Black Rev C with Debian?
nameserver 208.67.220.220
nameserver 208.67.222.222
I'd use Googles DNS personally since my ISP actually tries to prevent me from accessing certain domains;nameserver 8.8.8.8
nameserver 8.8.4.4
address 192.168.1.102 netmask 255.255.255.0 gateway 192.168.1.254 dns-nameservers 8.8.8.8 dns-nameservers 8.8.4.4
Other stuff to check out:
https://wiki.debian.org/resolv.conf
https://www.howtoforge.com/debian-static-ip-address
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/9PWK96YLkzA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/22ad93f3-c979-4f1d-a7ac-cc661f523dd5%40googlegroups.com.