How do I connect jetson nano to my PC offline?

Hello, I want to use jetson (VNC,ssh) in offline.

So, I considered that there is no problem if PC and jetson are connected by a wired LAN.

But, after I connected them , there is no IP address. ( ifconfig )

docker0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255
        ether 02:42:a7:9b:ba:4e  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:04:4b:e6:60:44  txqueuelen 1000  (Ethernet)
        RX packets 5003  bytes 5103015 (5.1 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1996  bytes 567913 (567.9 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 151  base 0xa000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 1589  bytes 102884 (102.8 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1589  bytes 102884 (102.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

rndis0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether c6:f2:dc:d1:db:2d  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

usb0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether c6:f2:dc:d1:db:2f  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Please tell me the solution.( ļ¼›āˆ€ļ¼›)

I think you will have to assign a manual IP to the Jetson as well as your PC as there is no hardware in between to assign an IP address. If you have a UI for Jetson, you can set it in the settings itself. If you have console access (given you shared ifconfig, you must be having), do ā€œifconfig eth0 ā€ in the shell.

1 Like

Basically, the IP assignment is done by a dhcp server. If your host side does not have a dhcp server, then you need to assign the IP manually.

IF you connect your Jetson Nano and desktop(windows or Linux) through microUSB cable,
you can use Ethernet as an wired LAN.
In this case, your Jetson Nano has 192.168.55.1 and your desktop does 192.168.55.100 without any IP assignment.

Thank you everyone .

After I assigned IP (jetson and PC),I succeeded in ping.

Iā€™d like to add one thing, I need to set up about the firewall.

If you donā€™t do that, ping (PCā†’jetson) will failed

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.