1.文件
sudo vim /etc/network/interfaces
2.设置ip 网关
auto eth0
#iface eth0 inet dhcp #自动获取ip
iface eth0 inet static
address 192.168.31.101
netmask 255.255.255.0
gateway 192.168.31.1
dns-name
本文档详细介绍了如何为Jetson Nano设置静态IP地址、网关、DNS,并提供了重启网络的步骤,确保设备连接稳定性。
1.文件
sudo vim /etc/network/interfaces
2.设置ip 网关
auto eth0
#iface eth0 inet dhcp #自动获取ip
iface eth0 inet static
address 192.168.31.101
netmask 255.255.255.0
gateway 192.168.31.1
dns-name
2858

被折叠的 条评论
为什么被折叠?