How to disable rndis0 on Apalis/T30

Hi, I’ve updated my Apalis T30 from a 2.3 to 2.6. After the update, I’m experiencing network issues, because ifconfig is now showing an rndis0 interface, which gets an ip address already used by another device in my static ip network.

After manually executing “ip link set rndis0 down” everything works fine again. I don’t need and don’t want rndis0, where can I disable it?

systemctl disable usb-rndis

thank you very much :slight_smile: