Hi,
I wanted to set a static IP on the Orin NX with JP6.1 ETH interface and used systemd via creating a file in /etc/systemd/network which configures the interface.
The problem is that sometimes after system login I see in the GUI two settings for the configured interface- the static config and a DHCP config. In addition, sometimes the interface stops, the ETH communication stops and there is no config at all (no static that configured via systemd and not the dhcp one)
It seems like conflict or race condition between two network managers or something like that. Is there a known issue with the steps I’ve done?
Configure your ip the Debian way using /etc/network/interfaces
NetworkManager should detect this and mark this interface “managed” by a different entity.
Do you familiar with the problem that the system waits around 5min during poweroff/power on for raising/closing network interfaces if the network cable is not connected?
Sorry, I don’t. Basically Jetson/Ubuntu should behave like PC/Ubuntu in this area. There is nothing NVidia specific here. If there is a setup problem a Ubuntu PC should behave the same. You may try this.