X
X
XiNull2019-03-02 04:14:30
Android
XiNull, 2019-03-02 04:14:30

How to redirect one IP address to another (Android)?

How can one redirect one IP address to another? For the following method does not work in android hosts:
153.23.5.3 143.34.54.67

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2019-03-02
@XiNull

Normally, in android, it was forbidden to use iptables and do nat (modem mode exception), but third-party firmware is possible or you can manually assemble an assembly where this feature is available.
https://android.stackexchange.com/questions/81753/...
Try ssh tcp forward, install an ssh client on android (it is in google apps) connect to your ssh server and configure redirection in the connection, so the traffic will go through the server but this is at least a solution.
ps when connecting android to your desktop pc (by usb or network debugging), you can use adb to set up tcp redirection and not only with the specified ports, in this case the traffic will go through your desktop machine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question