Hi, everyone
I want to set static ip in my Xaiver NX board.
When i use my server(ubuntu 18.04 LTS), i set up static ip by using netplan in /etc/netplan directory,
but i can’t find it in my NX board.
How can i set staic ip in my Xavier NX board?
Hi, everyone
I want to set static ip in my Xaiver NX board.
When i use my server(ubuntu 18.04 LTS), i set up static ip by using netplan in /etc/netplan directory,
but i can’t find it in my NX board.
How can i set staic ip in my Xavier NX board?
I like the tool “nm-connection-editor
”. If you don’t have this, then “sudo apt-get install network-manager-gnome
”. There are also some tools which you can use directly from the NX, but I always use nm-connection-editor
. You might run “ifconfig
” first and write down the MAC address of the network device since this is how nm-connection-editor
will identify the particular network device.