From 7db55ac1d4fbf583a1072c9b3947cee8892e0af5 Mon Sep 17 00:00:00 2001 From: Peter Tanner Date: Wed, 31 Jul 2024 18:13:14 +0800 Subject: [PATCH] Add more troubleshooting tips --- ...berry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_posts/2024-07-23-Raspberry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md b/_posts/2024-07-23-Raspberry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md index b9bee37..08baf2d 100644 --- a/_posts/2024-07-23-Raspberry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md +++ b/_posts/2024-07-23-Raspberry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md @@ -205,6 +205,11 @@ From HOST icmp_seq=6 Destination Host Unreachable 9 packets transmitted, 0 received, +2 errors, 100% packet loss, time 8283ms ``` +## General Failure when pinging the machine after rebooting Windows + +- If you are using a Wireguard VPN client which is activated on startup, try disconnecting and reconnecting the VPN tunnel +- Make sure the the static IP configuration is still correct (You might need to re-configure this when switching to a new network if it gets reset) + ## It still doesn't work I originally used debian bookworm lite as my OS, but looks like there are still a lot of issues specifically with the ethernet gadget and I never got it to work (In my case, while I could ping the pi I could never ssh into it, it appeared that the packets were never being recevied by the pi according to the `sshd` logs).