Android Reverse Tethering 3.3 Download For Pc
4) Download Android Reverse Tethering Tool (Scroll down and download the latest one) Procedure Android Reverse Tethering tool is a free windows utility that makes use of ADB to share your Computer’s internet connection with your android phone over an USB data cable.
- Android Reverse Tethering 3.3 Download For Pc Windows 10
- Android Reverse Tethering 3.3 Zip Download For Pc
- Android Reverse Tethering 3.3 Download For Pc Windows
This guide is intended to help you share Internet connection from your PC to your Android smartphone/tablet via USB cable. This technique is called USB reverse tethering.
12 Steps total
Step 1: Download the 'GNIREHTET' (rev <<< tethering)
You can download it here:
https://github.com/Genymobile/gnirehtet/releases/tag/v1.1.1
Step 2: EXTRACT
Extract the zip file anywhere.
Step 3: Download ADB
You can download ADB.exe from any of these mirrors:
https://drive.google.com/file/d/0B0MKgCbUM0itNVB1elljU2NPR0k/view
https://www.dropbox.com/s/mcxw0yy3jvydupd/adb-setup-1.4.3.exe?dl=0
Step 4: Take note of the ADB location
Default location for the ADB after installation is:
%SYSTEMDRIVE%adb
** you need this for the execution of commands later on.
Step 5: OPEN CMD
OPEN CMD..
cd locationoftheextractedGNIREHTET
ex. cd usershandsomeMEDownloadsgnirehtet
Step 6: RUN Relay.jar
java -jar relay.jar
Output something like this:
2017-09-06 10:25:01.919 I Main: Starting server...
Exception in thread 'main' java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at com.genymobile.relay.TunnelServer.(TunnelServer.java:26)
at com.genymobile.relay.Relay.start(Relay.java:44)
at com.genymobile.relay.Main.main(Main.java:30)
Step 7: CONNECT YOUR ANDROID PHONE VIA USB
Go to settings - developer Options.
Make sure that USB Debugging is ON.
Step 8: Back to the CMD: Install the APK File.
c:adbadb.exe install -r gnirehtet.apk

**assuming that the adb.exe is located on C: as your %systemdrive%
Output must be:
290 KB/s (19110 bytes in 0.064s)
pkg: /data/local/tmp/gnirehtet.apk
Success!
Step 9: Create a Reverse TCP
c:adbadb.exe reverse tcp:31316 tcp:31416
No output.
Step 10: LAST THING TO DO: TYPE:
gnirehtet start [yourandroidserialnumber]
ex.
gnirehtet start UTNESAGQ99HAEWBE
TO GET YOUR ANDROID SERIAL NUMBER:
SETTINGS > ABOUT PHONE> STATUS > SERIAL NUMBER
Output:
Starting gnirehtet...
Starting service: Intent { act=com.genymobile.gnirehtet.START }
on your Phone, a prompt will come out, notifying you that the apk we install will create a tunnel..
Step 11: FROM YOUR PHONE:
YOU will see a key icon indication that a VPN tunnel has been created.
Browse :) Enjoy :)
Android Reverse Tethering 3.3 Download For Pc Windows 10
Step 12: ..
This Tut has been Done Using a Windows 10 Pro x64 machine.
The client registers itself as a VPN, in order to intercept the whole device network traffic, as byte[] of raw IPv4 packets, which it transmits to the relay server over a TCP connection (established over adb).
The relay server parses the packets headers, open connections from the computer to the requested destinations, and relays the content in both directions following the UDP and TCP protocols. It creates and sends response packets back to the Android client, which writes them to the VPN interface.
In a sense, the relay server behaves like a NAT, in that it opens connections on behalf of private peers. However, it differs from standard NATs in the way it communicates with the clients (the private peers), by using a very specific (though simple) protocol over a TCP connection.
References
Android Reverse Tethering 3.3 Zip Download For Pc
- ADB 15 seconds Installer
- gnirehtet README FILE -- Most important reference in this how - to
- Reverse Tethering - gnirehtet Introduction
3 Comments
Android Reverse Tethering 3.3 Download For Pc Windows
- HabaneroLegoMan Sep 6, 2017 at 07:35pm
uh that's neat, but why?
There are other ways...
https://www.amazon.com/ZyXEL-Wireless-150Mbps-802-11n-MWR102/dp/B005WKIKA0
http://www.connectify.me/
- CayenneCrownedClown Sep 6, 2017 at 07:39pm
Well, for users who dont have the money to pay for mobile data, and don't have wifi access in the area...
This might come handly for some.. maybe not for you :)
But thanks !
- Pimientodlroids Mar 2, 2018 at 11:48pm
Here, we will do reverse tethering without any software.
USB Internet is a built-in option which is available in specific model devices (I have Micromax mobile and it has this option).
If your device has this option, then you can use this option to reverse tether. This method works on both rooted and non-rooted devices.
Prerequisites
USB Cable
Connect Android to the laptop via USB cable.
Go to Settings in your Android phone.
Under Wireless & networks, you can find the option of 'USB Internet'. Tap it (you can only able to enable this option if you’ve connected devices via USB).
Choose your operating system.
Click Next. Click on 'Done' button.You can see that the devices are connected and you can see a new adapter (Local Area Connection 2) on your computer. To see new adapter, go to 'Run command'(Shortcut: Windows key + R), type ncpa.cpl and press enter.
However, we can’t get an internet connection? Why? Because we’ve not enabled the internet connection sharing yet. Let’s check it out the steps to do that.
Click on 'Properties' of internet connection that you want to share (Open Run, type ncpa.cpl, right click on the internet connection and choose Properties).
Navigate to Sharing tab.
Click on the first option and choose the new adapter (Local Area Connection 2) from the drop-down list. Click on 'OK' button.That’s it. Now, you can see that the PC internet is shared with your Android via USB internet option. c