If you are on a systemd based system, that would be "systemctl stop NetworkManager".
If you want to prevent it from starting on the next boot: "systemctl disable NetworkManager".
To enable the network legacy code to work: "systemctl enable network", then "systemctl start network".
I still have problems with any system that has more than one network interface active and using NetworkManager, so I nearly always disable NetworkManager.
|