I have script that makes a laptop in to WIFI router. Unfortunatelly when the WIFI signal is lost Debian 12 KDE network manager automatically spawns enp0s25 because I have configured it without a default gataway so that it can reroute all traffic with WIFI network. It also appears that every time the system boots, the zeroconf route (169.254.0.0) is enabled. How can I disable this insanity? Why is it creating new connections with 169.254.0.0 networks? Why is 127.0.0.1 not enough? Why does Linux use this Microsnot crapola? Network manager often spawns enp0s25 copies faster than I can remove them.
End rant. For Debian based systems the avahi-daemon configuration has to be changed. Code: $ sudo nano /etc/default/avahi-daemon Code: AVAHI_DAEMON_DETECT_LOCAL=0