After I set the Static IP address for jetson nano in /etc/network/interfaces:
interfaces(5) file used by ifup(8) and ifdown(8)
Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
auto eth0
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
and reboot, I can saw that my eth0 ip address have change to the new one and I have test the connection with ping to another devices connected to the same switch, and it’s working. But I am facing a issue afterward, the wifi I was connected is still showing connection, but the webpage can not be open anymore.
I am so confuse because all the change I have make should be on eth0, which not going to affect the wifi at all, Do anyone have idea about it? Also, I pinged the wlan0 and it is work I think.