mirror of
https://github.com/tiyn/wiki.git
synced 2025-11-01 10:51:15 +01:00
fixed typos in reverse tethering
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user