diff --git a/wiki/linux/gnirehtet.md b/wiki/linux/gnirehtet.md index e14f9c2..5f69a11 100644 --- a/wiki/linux/gnirehtet.md +++ b/wiki/linux/gnirehtet.md @@ -12,11 +12,11 @@ package Gnirehtet in the `gnirehtet` package. This section addresses the usage of Gnirehtet. -## Usage +## Setting Up and Running Reverse Tethering The following command can be used to setup the reverse tethering and also run it. -For it to work the mobile device has to enable `USB Tethering` so the corresponding app can be -automatically installed (which is internally done using `adb`). +For it to work the mobile device has to enable `USB Debugging` so Gnirehtet can automatically be +installed (which is internally done using `adb`). ```sh gnirehtet run diff --git a/wiki/tethering.md b/wiki/tethering.md index 567450b..571291a 100644 --- a/wiki/tethering.md +++ b/wiki/tethering.md @@ -12,3 +12,7 @@ and is usually available in the settings of [Android](/wiki/android.md) and iOS Reverse Tethering describes the sharing of a computers network with a [mobile device](/wiki/smart_device.md#smartphones-and-tablet-computers). For [Linux](/wiki/linux.md) this can be achieved using [Gnirehtet](/wiki/linux/gnirehtet.md). + +When using USB- and Reverse Tethering make sure that the host machine does not recognize the USB +connection towards the mobile device as eithernet connection. +Otherwise none of the two devices will be able to connect to local or internet pages.