From 8f0962a29476604dacba92151eb6d7dd310d7a62 Mon Sep 17 00:00:00 2001 From: Gerardo Marx Date: Thu, 12 Sep 2024 21:27:18 -0600 Subject: [PATCH] updating Readme --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 9270d1c..cf0c5a4 100644 --- a/Readme.md +++ b/Readme.md @@ -31,7 +31,7 @@ Next, open the **network connection** application to identify the internet conne ![Network Connection](./nc.png) -In my case, the `Ethernet` connection is the one with the Internet, while the `Ethernet 3` is the BeagleBone; notice that the BB indicates a **USB Host Device**. +In my case, the `Ethernet` connection is the one with the Internet, while the `Ethernet 4` is the BeagleBone; notice that the BB indicates a **Remote NDIS Compatibel Device**. ![Networks](./connections.png) @@ -39,12 +39,12 @@ Then, the network with an internet connection must be shared with the BBB. There ![options](./properties.png) -then click on the `Sharing` tab and enable the `Internet Connection Sharing` as shown below. Now, you have to select one network connection to share the internet; remember that, in my case, it is `Ethernet 3` (USB-BBB Device). +then click on the `Sharing` tab and enable the `Internet Connection Sharing` as shown below. Now, you have to select one network connection to share the internet; remember that, in my case, it is `Ethernet 4` (Remote NDIS Compatible Device). ![share option](./share.png) -After that, we should open the USB-Device network connection properties by right-clicking on its icon: +After that, we should open the **Remote NDIS Compatibel Device** network connection properties by right-clicking on its icon: ![](./tcp.png) @@ -66,7 +66,7 @@ and then check with `ping 8.8.8.8` command. ``` -echo "nameserver 8.8.8.8" >> /etc/resolv.conf +sudo sh -c 'echo "nameserver 8.8.8.8" >> /etc/resolv.conf' ``` # GNU/Linux