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!