You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Beaglebone Black(Rev C) for my project. I am also successfull installing drivers for windows 8.1, then connecting it via Putty. Everything seems good unitll here but the problem exists while sharing the host wi-fi connection with the Beaglebone black. I initiated my host network to share its connection with the BBB ethernet and made BBB to obtain IP and DNS automatically. On console window I set 192.168.7.1 as a default gateway awith this following command:
. sudo /sbin/route add default gw 192.168.7.1
Then I starting pinging 192.168.7.1 but I am not able to recieve any packets but the same packets are getting transmitted. I also pinged 8.8.8.8 after doing this:
. echo "nameserver 8.8.8.8" >> /etc/resolv.conf
still it is not pinging.
Please suggest me with this. I am running out of time for my project.Kind of stuck with this.
Thanks in advance,
Regards,
Sampath Kumar Krishna Murthy
The text was updated successfully, but these errors were encountered:
Hallo @jadonk,
I am using Beaglebone Black(Rev C) for my project. I am also successfull installing drivers for windows 8.1, then connecting it via Putty. Everything seems good unitll here but the problem exists while sharing the host wi-fi connection with the Beaglebone black. I initiated my host network to share its connection with the BBB ethernet and made BBB to obtain IP and DNS automatically. On console window I set 192.168.7.1 as a default gateway awith this following command:
. sudo /sbin/route add default gw 192.168.7.1
Then I starting pinging 192.168.7.1 but I am not able to recieve any packets but the same packets are getting transmitted. I also pinged 8.8.8.8 after doing this:
. echo "nameserver 8.8.8.8" >> /etc/resolv.conf
still it is not pinging.
Please suggest me with this. I am running out of time for my project.Kind of stuck with this.
Thanks in advance,
Regards,
Sampath Kumar Krishna Murthy
The text was updated successfully, but these errors were encountered: