Hello @JosephAtNXP ,
As far as I know, the /etc/network/interfaces file is used when NetworkManager manages the network interfaces. However, the Toradex BSP provides two utilities for network configuration: ConnMan and systemd-networkd. By default:
- The Ethernet port is managed by ConnMan.
- The USB RNDIS interface is managed by systemd-networkd.
In our setup, there was no /etc/network/interfaces file by default. After encountering this issue, we disabled the ConnMan service and assigned control of the eth0 interface to systemd-networkd.
Even after manually adding an interfaces file at /etc/network, the issue still persists.
Thank you,
Muthyam D.