Slashdot Mirror


NetworkManager 1.0 Released After Ten Years Development

An anonymous reader writes: After ten years of development focused on improving and simplifying Linux networking, NetworkManager 1.0 was released. NetworkManager 1.0 brings many features including an increasingly modernized client library, improved command-line support, a lightweight internal DHCP client, better Bluetooth support, VPN enhancements, WWAN IPv6 support, and other features.

5 of 164 comments (clear)

  1. apt-get remove ... by Anonymous Coward · · Score: 2, Interesting

    So, I want dnsmasq dynamically configured to use special name servers, in addition to and not in lieu of my regular name servers, when, and only when, a certain openvpn tunnel is active, as opposed to other openvpn tunnels I also have. Is this, after a decade of work, feasible using NetworkManager's normal built-in GUI interface? Or does it still cater to only straightforward DHCP wired and wireless use cases, ignoring anything move involved, as it has always done?

    I thought so.

    Dear distro makers; continue to anticipate the needs of those of us that cannot tolerate the limitations of NetworkManager and need to purge the thing from our systems. Specifically, ensure that it can be removed without being told the kernel depends on it, or some other ridiculousness. Thank you.

  2. Re:It's totally superfluous by Yosho · · Score: 4, Interesting

    And these guys spent 10 years simplifying that?

    No, they spent 10 years simplifying things like scanning for wireless access points, detecting the encryption type, and storing credentials. Or setting up routing over Bluetooth. Or configuring and switching between different types of VPNs. Or bridging between multiple interfaces. And having a little icon in your system tray that you can right-click on to do it all.

    If the only thing you ever do is set a static IP for your ethernet card then you probably don't need it, but a lot of people do more complex things than that.

    --
    Karma: Terrifying (mostly affected by atrocities you've committed)
  3. Re: It's totally superfluous by bill_mcgonigle · · Score: 3, Interesting

    oh, does bridging work finally? I spent well over an hour with nmcli docs and on Google trying to setup bridges for each vlan I was using on an el7 machine and got nowhere close to working. Spent 5 min setting up redhat ifcfg- files and was done after yum uninstalling nm. It says that nmcli got some love in 1.0, and boy that's a good thing.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  4. Re:It's totally superfluous by hobarrera · · Score: 4, Interesting

    > It's hard to see how one could simplify Linux networking. It requires one ip addr command to set an IP address and one ip route command to set a default route. And on IPv6 even those are unnecessary, it's automatic.

    And a dns, too. And the wireless network name. And the wireless network username+password.

    And then, I have to do it all again in two minutes when you walk out of range. And then again when you get home. And then again at a cafe.

    NM might not be the nicest of things, but it sure beats the hell out of running several commands every time I relocate myself/my laptop.

  5. I like NetworkManager, but.... by DerPflanz · · Score: 5, Interesting

    Since NetworkManager, day-to-day network use (be it WiFi, wired or whatever) Just Works. I like that.

    However, when (as a developer, hardware-tinkerer or network problem solver) you are plugging in and out cables, connecting devices, etc, it would be nice to have NetworkManager to be put on "mute" or something. Just keep my fixed IP on the correct devices and stop enabling and disabling connections. That's the only time I turn the service off.

    --
    -- The Internet is a too slow way of doing things, you'd never do without it.