Not able to ping 192.168.7.1 from beaglebone via putty and also not able to ping google

When I try to ping 192.168.7.1 packages are transmitted but 0 are received and there is 100% loss .
Same is with google.com
I have tried editing resolv.conf using vim

I guess you first have to complete the proper Ethernet connection of Beaglebone by manually assigning static ip 192.168.7.1. Also, you need to add route gateway for the beaglebone to 192.168.7.1.

For more help, the problem can be easily resolved using the below link:

https://ofitselfso.com/BeagleNotes/HowToConnectBeagleboneBlackToTheInternetViaUSB.php

I am sure that you will get perfect output after completely following the steps.

Regards,
Sagar

You didn’t say. How are you wired to the P.C.? USB <> Micro-USB or Ethernet to Ethernet?

How are you accessing the BBB now? Via serial port on board?

cat /etc/dogtag

route

ip a

Ken