Hello,
I have Beaglebone Black board, which I connected to a USB and was able to set up Internet access from the BBB using network sharing on a Windows 8 PC. E.g. I could successfully ping
google.com from the BBB.
Recently I started playing with the Beaglebone Green Wireless and I cannot setup Internet connection from the BBGW the same way as with the BBB.
The steps I follow are:
1. Install Beaglebone drivers (BONE_D64.exe).
2. Connect the BBGW to USB, wait until another "Local Area Connection" appears (Linux USB Ethernet/RNDIS Gadget).
3. Share Internet connection in the properties of my laptop's Ethernet connection (with Internet access) to the "Local Area Connection".
4. In the properties of "Local Area Connection" (TCP/IP V4 page) choose to Obtain IP address and DNS servers automatically.
5. Login to BBGW over SSH using putty.
6. Execute commands as follows:

It looks like it cannot reach even the PC that it is connected to.
Pinging to itself (192.168.7.2) works fine.
I thought it could be a firewall/antivirus software, but disabling them didn't change anything. Also, same procedure to share Internet to BBB works well.
Does anyone have an idea what can be the issue?
Thank you.