From 8b3b731e1ad7d7160c03d310daf8997f5f8f20a5 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Thu, 17 Dec 2020 20:28:57 -0800 Subject: [PATCH] add verify section to android tether instructions --- .../instructions-for-tethering-from-phone.md | 11 +++++++ .../index.html | 28 ++++++++++++++++++ site/search/search_index.json | 2 +- site/sitemap.xml | 22 +++++++------- site/sitemap.xml.gz | Bin 201 -> 200 bytes 5 files changed, 51 insertions(+), 12 deletions(-) diff --git a/docs/posts/instructions-for-tethering-from-phone.md b/docs/posts/instructions-for-tethering-from-phone.md index fc39018..20ec615 100644 --- a/docs/posts/instructions-for-tethering-from-phone.md +++ b/docs/posts/instructions-for-tethering-from-phone.md @@ -16,6 +16,17 @@ date: 2020-12-17 ### Part Two 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!** * **DO NOT** turn on ethernet tethering * you probably don't have the physical equipment available to do that diff --git a/site/posts/instructions-for-tethering-from-phone/index.html b/site/posts/instructions-for-tethering-from-phone/index.html index edb6887..609944d 100644 --- a/site/posts/instructions-for-tethering-from-phone/index.html +++ b/site/posts/instructions-for-tethering-from-phone/index.html @@ -283,6 +283,13 @@ Part Two + + +
  • + + Verify! + +
  • @@ -490,6 +497,13 @@ Part Two +
  • + +
  • + + Verify! + +
  • @@ -538,6 +552,20 @@
    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.

    +

    ACHTUNG Do Not!