Skip to content

Commit

Permalink
fix grammar and style
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Oct 8, 2024
1 parent 74ab786 commit c5b7c52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userguide/advanceduse/reverse-tethering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is useful if there is no available Wi-Fi connection or you don't have a dat
Steps to Set Up Reverse Tethering
---------------------------------

#. Prepare your device (Ubuntu Touch) and your computer:
#. Prepare your *device* (Ubuntu Touch) and your *computer*:

- Connect your *computer* to the internet.
- Attach your *device* to your *computer* via USB.
Expand Down Expand Up @@ -46,10 +46,10 @@ You should now have a working internet connection on your *device*!
Troubleshooting
---------------

If the above steps don't give you working internet connection on your *device* the try these steps on your *computer*:
If the above steps don't give you working internet connection on your *device* then try these steps on your *computer*:

- Turn on IP forwarding: ``echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward``
- Apply Forwarding iptables Rule: ``sudo iptables -P FORWARD ACCEPT``
- Apply forwarding iptables Rule: ``sudo iptables -P FORWARD ACCEPT``

References
----------
Expand Down

0 comments on commit c5b7c52

Please sign in to comment.