1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-31 18:31:15 +01:00

fixed typos in reverse tethering

This commit is contained in:
tiyn
2025-10-31 06:48:42 +01:00
parent c292bea09b
commit dc4ea0c91b
2 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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.