add verify section to android tether instructions

This commit is contained in:
2020-12-17 20:28:57 -08:00
parent e158e3816b
commit 8b3b731e1a
5 changed files with 51 additions and 12 deletions

View File

@ -283,6 +283,13 @@
Part Two
</a>
</li>
<li class="md-nav__item">
<a href="#verify" class="md-nav__link">
Verify!
</a>
</li>
<li class="md-nav__item">
@ -490,6 +497,13 @@
Part Two
</a>
</li>
<li class="md-nav__item">
<a href="#verify" class="md-nav__link">
Verify!
</a>
</li>
<li class="md-nav__item">
@ -538,6 +552,20 @@
<ol>
<li>Turn on wifi hotspot <strong>or</strong> usb tethering</li>
</ol>
<h3 id="verify"><strong>Verify!</strong></h3>
<p>You want to verify that you are connected to your Android hotspot.
Android tether is a router that will stand up a subnet of <code>192.168.43.0/24</code> for wifi hotspot,
and <code>192.168.42.0/24</code> for usb tether.</p>
<ul>
<li>On linux open a terminal and type <code>ip addr</code></li>
<li>
<p>on Windows open a <code>cmd</code> console and type <code>ipconfig</code></p>
</li>
<li>
<p>If tethering via wifi hotspot you should see an ipv4 address of <code>192.168.43.XX</code></p>
</li>
<li>If tethering via usb you should see an ipv4 address of <code>192.168.42.XX</code></li>
</ul>
<h3 id="achtung-do-not"><strong>ACHTUNG Do Not!</strong></h3>
<ul>
<li><strong>DO NOT</strong> turn on ethernet tethering<ul>