I have a Lenovo Thinkpad and a NVIDIA Jetson Xavier NX, both connected over wifi to a Fritzbox 7590. The Thinkpad has Ubuntu 20.04 LTS installed on it. I am not sure which is the version Jetpack installed on the NVIDIA Jetson Xavier NX but running lsb_release -a
gives output Ubuntu 18.04.6 LTS. I have assigned the hostname ritvik-nx to the NVIDIA Jetson Xavier NX and compile to the Thinkpad.
I get the following output when I run the command on my Thinkpad:
ping ritvik-nx
PING ritvik-nx.fritz.box (192.168.188.61) 56(84) bytes of data.
From compile.fritz.box (192.168.188.20) icmp_seq=1 Destination Host Unreachable
From compile.fritz.box (192.168.188.20) icmp_seq=2 Destination Host Unreachable
From compile.fritz.box (192.168.188.20) icmp_seq=3 Destination Host Unreachable
From compile.fritz.box (192.168.188.20) icmp_seq=4 Destination Host Unreachable
From compile.fritz.box (192.168.188.20) icmp_seq=5 Destination Host Unreachable
The address it is trying to ping to is incorrect. The Fritzbox has assigned the IP Address 192.168.188.57 to the Jetson Xavier NX.
Why is it picking the incorrect address? The /etc/hosts on my Thinkpad does not contain any entry for the NVIDIA Jetson Xavier NX.
It is important to point out that the ssh seems to work.
Running the command on my Thinkpad:
ssh username@ritvik-nx
opens up a new ssh session with the NVIDIA Jetson Xavier NX.