how to

jetson 静态 ip 固定 ip

Jan 5, 2025
osubuntunetwork
1 Minutes
87 Words

jetson 静态 ip 固定 ip

ref: https://www.cnblogs.com/cc1784380709/p/17601331.html

先插网线,连接任意一台电脑,然后通过小电脑主机或者无线 ssh 输入命令:

1
sudo nmcli c mod Wired\ connection\ 1 ipv4.address 192.168.2.245/24 ipv4.gateway 192.168.2.1 ipv4.dns 8.8.8.8 ipv4.method manual # 设置 ip 地址 网关 以及 静态地址
2
sudo nmcli c up Wired\ connection\ 1 # 将设置的地址生效

worked for jetson nano.

Article title:jetson 静态 ip 固定 ip
Article author:Julyfun
Release time:Jan 5, 2025
Copyright 2025
Sitemap