add verify section to android tether instructions

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

View File

@ -16,6 +16,17 @@ date: 2020-12-17
### Part Two ### Part Two
1. Turn on wifi hotspot **or** usb tethering 1. Turn on wifi hotspot **or** usb tethering
### **Verify!**
You want to verify that you are connected to your Android hotspot.
Android tether is a router that will stand up a subnet of `192.168.43.0/24` for wifi hotspot,
and `192.168.42.0/24` for usb tether.
* On linux open a terminal and type `ip addr`
* on Windows open a `cmd` console and type `ipconfig`
* If tethering via wifi hotspot you should see an ipv4 address of `192.168.43.XX`
* If tethering via usb you should see an ipv4 address of `192.168.42.XX`
### **ACHTUNG Do Not!** ### **ACHTUNG Do Not!**
* **DO NOT** turn on ethernet tethering * **DO NOT** turn on ethernet tethering
* you probably don't have the physical equipment available to do that * you probably don't have the physical equipment available to do that

View File

@ -283,6 +283,13 @@
Part Two Part Two
</a> </a>
</li>
<li class="md-nav__item">
<a href="#verify" class="md-nav__link">
Verify!
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -490,6 +497,13 @@
Part Two Part Two
</a> </a>
</li>
<li class="md-nav__item">
<a href="#verify" class="md-nav__link">
Verify!
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -538,6 +552,20 @@
<ol> <ol>
<li>Turn on wifi hotspot <strong>or</strong> usb tethering</li> <li>Turn on wifi hotspot <strong>or</strong> usb tethering</li>
</ol> </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> <h3 id="achtung-do-not"><strong>ACHTUNG Do Not!</strong></h3>
<ul> <ul>
<li><strong>DO NOT</strong> turn on ethernet tethering<ul> <li><strong>DO NOT</strong> turn on ethernet tethering<ul>

File diff suppressed because one or more lines are too long

View File

@ -1,47 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2020-12-17</lastmod> <lastmod>2020-12-18</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.