enp0s25 keeps spawning with 168.x local address.

Discussion in 'Desktop Operation' started by SamTzu, Nov 15, 2024 at 5:23 PM.

  1. SamTzu

    SamTzu Active Member

    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.
     
    Last edited: Nov 15, 2024 at 5:41 PM
  2. SamTzu

    SamTzu Active Member

    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
     
    ahrasis likes this.

Share This Page