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

推荐订阅源

Martin Fowler
Martin Fowler
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
The Register - Security
The Register - Security
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
MyScale Blog
MyScale Blog
云风的 BLOG
云风的 BLOG
博客园_首页
U
Unit 42
T
Tailwind CSS Blog
G
GRAHAM CLULEY
F
Full Disclosure
V
Vulnerabilities – Threatpost
T
Tenable Blog
月光博客
月光博客
P
Privacy & Cybersecurity Law Blog
P
Privacy International News Feed
K
Kaspersky official blog
Scott Helme
Scott Helme
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News and Events Feed by Topic
T
The Exploit Database - CXSecurity.com
N
News and Events Feed by Topic
有赞技术团队
有赞技术团队
Recent Commits to openclaw:main
Recent Commits to openclaw:main
L
LINUX DO - 最新话题
Recorded Future
Recorded Future
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Help Net Security
Help Net Security
The GitHub Blog
The GitHub Blog
Cisco Talos Blog
Cisco Talos Blog
SecWiki News
SecWiki News
P
Proofpoint News Feed
Security Latest
Security Latest
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
罗磊的独立博客
S
Security Affairs
M
MIT News - Artificial intelligence
L
LINUX DO - 热门话题
美团技术团队
Simon Willison's Weblog
Simon Willison's Weblog
T
Threat Research - Cisco Blogs
Stack Overflow Blog
Stack Overflow Blog
Forbes - Security
Forbes - Security
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
V
Visual Studio Blog

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!