Skip to content

Networking Setup

Adham Elarabawy edited this page Aug 1, 2020 · 1 revision

Networking Setup

This isn't meant to be a comprehensive guide. It acts more like a reference.

Note: You are expected to have setup your jetson nano with a hostname for easy ssh. Follow this tutorial (especially step 12), and make sure that you note the hostname you pick.

Initial Setup

Now, everytime you want to be able to ssh into the jetson nano (for debug for instance), just plug in the usb wifi dongle into your laptop. Your laptop should then automatically go into internet sharing mode. If you wait a minute or two, your jetson should automatically connect to the laptop hotspot. You can check if the jetson nano has connected to the wifi hotspot by running the following command in your terminal: ping [jetson-hostname].local. Once the ping starts receiving packets, you can now ssh [username]@[hostname].local. You should now be able to ssh into the jetson nano, and the jetson nano should also share the internet connection that your computer has (on the other network card).

Note: I would only use this for starting scripts/quick debugging, since there is a little bit of latency between your laptop and the jetson.

Clone this wiki locally