Closed jasonlytehouse closed 6 months ago
When using the latest Jetson Nano 20.04 prebuilt images I was not able to access internet using domain name resolution.
ping 8.8.8.8 resolved ping www.google.com failed
ping 8.8.8.8
ping www.google.com
Fix:
sudo vi /etc/systemd/resolved.conf.d/custom.conf
i
[Resolve] DNS=8.8.8.8 8.8.4.4
Then save and quit using Esc then :wq
Esc
:wq
rm -f /etc/resolv.conf ln -sv /run/systemd/resolve/resolv.conf /etc/resolv.conf
systemctl restart systemd-resolved
it is fixed in the main branch but the new images are not built yet. so if you build an image yourself you should not have the issue anymore
When using the latest Jetson Nano 20.04 prebuilt images I was not able to access internet using domain name resolution.
ping 8.8.8.8
resolvedping www.google.com
failedFix:
i
and paste this:Then save and quit using
Esc
then:wq