We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837c44d commit 18ec038Copy full SHA for 18ec038
porting/debug-build/usbnet.rst
@@ -18,9 +18,15 @@ You'll need them for the following commands::
18
sudo iptables -A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
19
sudo iptables -A FORWARD -i [USBNETWORK] -o [INTERNET] -j ACCEPT
20
21
-Then, run the following command using your telnet connection on your phone::
+Then, run the following command as root on your phone:
22
23
- route add default gw 192.168.2.1
+If you're in initrd debug (telnet)::
24
+
25
+ ip route add default gw 192.168.2.1
26
27
+If you're in the real rootfs (ssh)::
28
29
+ ip route add default gw 10.15.19.100
30
31
Then try ``ping 8.8.8.8`` from the phone. The pings should go through.
32
0 commit comments