Set a static IP address on Jetson devices


$ sudo apt-get install netplan.io -y

$ cd /etc/netplan

$ sudo vim 01-network-manager-all.yaml

Add the following content, then save and exit:

network:

    version: 2

    renderer: NetworkManager

    ethernets:

        eth0:  # name of the wired network interface

            mtu: 9000 # MTU value; if set, a system reboot is required for it to take effect

            addresses: [11.22.33.44/24]  # set IP address, must include /24

            dhcp4: no  # disable IPv4 automatic IP assignment

            dhcp6: no  # disable IPv6 automatic IP assignment

            gateway4: 11.22.33.2  # set gateway; the first three segments must match the IP address

            nameservers:

                addresses: [22.33.44.1,22.33.44.2] # primary and secondary DNS servers; multiple values separated by commas, no spaces

Product Recommendations

28F1E4
28F1E4

Jetson™ Thor T5000/T4000

301F1E5
301F1E5

176TOPS INT8,48GB LPDDR4X,128GB eMMC

AIV3X
AIV3X

176 TOPS INT8, 48GB LPDDR4X, 128GB EMMC

28F2E4
28F2E4

Jetson™ AGX Orin

Download Documentation
Custom Solutions
Pre-Sales Inquiry
After-Sales Support
Contact Us