From 4816b197f961cd606235d2e6c5d2de9427042894 Mon Sep 17 00:00:00 2001 From: Tyler Lentz Date: Tue, 11 Jun 2024 22:10:44 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bca9b76d..5d926c8d 100644 --- a/README.md +++ b/README.md @@ -250,5 +250,7 @@ No formatter has been added yet. Formatting will be enforced once one is set up. If you are having problems sending UDP broadcast packets from the jetson, ensure that the default gateway ip is set correctly. You can use the following command to do this: ``` -route add default gw 192.168.1.1 -``` \ No newline at end of file +route add default gw 10.42.0.1 +``` + +Essentially what this is doing is telling the Jetson that the default network gateway is itself on the jetspot hotspot network.