惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Attack and Defense Labs
Attack and Defense Labs
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
爱范儿
爱范儿
Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
有赞技术团队
有赞技术团队
J
Java Code Geeks
小众软件
小众软件
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
U
Unit 42
大猫的无限游戏
大猫的无限游戏
G
Google Developers Blog
I
InfoQ
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
IT之家
IT之家
博客园 - Franky
腾讯CDC
罗磊的独立博客
雷峰网
雷峰网
M
MIT News - Artificial intelligence
博客园 - 司徒正美
A
About on SuperTechFans
SecWiki News
SecWiki News
Project Zero
Project Zero
T
Tenable Blog
The Last Watchdog
The Last Watchdog
Security Latest
Security Latest
Google DeepMind News
Google DeepMind News
C
Cyber Attacks, Cyber Crime and Cyber Security
PCI Perspectives
PCI Perspectives
博客园 - 【当耐特】
C
Check Point Blog
F
Full Disclosure
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
Google Online Security Blog
Google Online Security Blog
T
Tor Project blog
T
Threat Research - Cisco Blogs
AI
AI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
美团技术团队
Spread Privacy
Spread Privacy

NetworkManager

NetworkManager 1.58 NetworkManager 1.54 NetworkManager 1.52 Protect your VPN from TunnelVision attacks NetworkManager 1.50 Addressing hostname assignment in NetworkManager 1.40 Help NetworkManager project to triage issues NetworkManager 1.48 NetworkManager 1.46 NetworkManager 1.44 Set up NMCI on Fedora Linux VM Using Python and NetworkManager to control the network [link] Notes on D-Bus NetworkManager 1.40 NetworkManager 1.38 From ifcfg to keyfiles [link] NetworkManager 1.36 NetworkManager 1.34 NetworkManager 1.32 NetworkManager 1.30 Initscripts’ ifcfg-rh Format in NetworkManager and its Future [link] How to set up your NetworkManager environment [link] NetworkManager 1.28 [link] Looking forward to Linux network configuration in the initial ramdisk (initrd) [link] NetworkManager 1.26 [link] Internet connection sharing with NetworkManager [link] Why NetworkManager? [link] Please welcome: NetworkManager 1.20 [link] Becoming friends with NetworkManager [link] WireGuard in NetworkManager [link] MAC Address Spoofing in NetworkManager 1.4.0 [link] NetworkManager for administrators Resources for developers man pages Video tutorials VPN support RFKill
NetworkManager 1.42
Lubomir Rintel · 2023-02-10 · via NetworkManager

Half a year and almost 800 commits since NetworkManager 1.40, a new release is ready: NetworkManager 1.42.

Let’s take a look at the most interesting parts!

IEEE 802.1X support in nmtui

nmtui is a screen-oriented configuration tool for NetworkManager. While not nearly as powerful as nmcli, its command-line based equivalent, it certainly has its niche of users.

In the new version, nmtui gained support for configuring IEEE 802.1X. IEEE 802.1X is an authentication method most commonly utilized by secure enterprise Wi-Fi networks. Wired networks utilize IEEE 802.1X to control port access or secure the traffic in conjuction with MACsec.

nmtui

Providing a reasonable user experience for a mechanism as complex as IEEE 802.1X is nothing but easy. Those brave enough to cope with the complexity now have an option of configuring access to their secure network can do so from within nmtui.

Managing the loopback interface

Linux’s loopback interface is a virtual network link that treats data sent to it as if it arrived from an actual network. It always exists and is guaranteed to always have a well known address that can’t appear on wire. This is typically used to simulate network operation, debug network issues or to bind network services to be used only by a single machine.

Because of the loopback interface’s somewhat unique characteristics, NetworkManager traditionally treated it specially. That basically meant it ensured it’s up and that’s about it.

In the new version of NetworkManager, loopback interfaces are less special. While it’s still a little special – it will be configured even if there’s no connection profile for it – it’s now possible to actually activate a connection profile on a loopback interface. It behaves a lot like on an actual physical interface with some interesting properties. With the loopback interface always guaranteed to exist in one instance, a connection on a loopback interface can be used to specify configuration that’s always supposed to be applied. This includes things like adding an extra IP address or perhaps a DNS server.

ECMP routing

IPv4 routes now support weight attribute along with the next hop. With multiple such routes set up, ECMP is utilized for multipath routing. This increases network utilization in case the destination is reachable via multiple paths.

What else?

It is now possible to specify a host name along with the address of a manually configured DNS-over-TLS server. This makes using a DNS-over-TLS service that uses a virtual host with a SNI as opposed to a dedicated IP address.

The VLANs can now alternatively use 802.1ad protocol headers for VLAN tagging. Compared to more traditional 802.1Q protocol, it allows the tagging headers to be nested.

Etherned bonding gained support for Source Load Balancing.

IP tunnels now support for VTI protocol.

Developer documentation was significantly improved.

WEP support was removed from nmtui.

Plus a lots and lots of bugfixes and translation updates. See NEWS file for even more detailed summary of what’s new.

Acknowledgements

Many thanks to all contributors who provided feedback, ideas or patches.

Adrian Freihofer, Alexander Elbs, Alexander Lochmann, Ana Cabral, Andrew Zaborowski, Balázs Úr, Beniamino Galvani, Bhushan Shah, Dylan Van Assche, Fernando Fernandez Mancera, Frederic Martinsons, gaoxingwang, Gris Ge, Lubomir Rintel, Marc Muehlfeld, Michael Biebl, Michael Catanzaro, NorwayFun, Piotr Łobacz, Ratchanan Srirattanamet, Thomas Haller, Vojtech Bubela, Wen Liang, yan12125, Yufan You, Yuri Chornoivan.

Also thanks to our Quality Engineers from Red Hat for all the testing: Vladimír Beneš, Filip Pokryvka, David Jasa and Matej Berezny.

Join us on our GitLab project.

Get the new release

As usual, the next release of your favorite Linux distribution will surely ship the new version.

In case you’re too impatient to wait, or you are, in fact, responsible for keeping NetworkManager up to date in a distribution, get the tarball from our download page.

Thanks for tuning in and goodbye!