@SipriusPT said in How to block IP conflicts automatically:
There are devices where NICs needs to be reconfigured manually in production site, and also some computers need to have administrator rights to run certain types of programs.
While that certainly used to be the case, many programs that require those rights now ask for them. You then have the needed rights in that app only. In the Linux world, we know better. We normally run as users, not root. While some apps require root privilege, they prompt for the password. It's very rare to actually log into a system as root. In my work, I have often had admin rights, as I needed them to change network settings, but that sort of thing should be limited to only those who understand the risks.