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

推荐订阅源

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 NetworkManager 1.42 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.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.34
Beniamino Galvani · 2022-01-13 · via NetworkManager

Please welcome 1.34.0, the new major release of NetworkManager. Here are some of the changes that it brings.

More privilege separation

The new release introduces a new service named nm-priv-helper. At the moment its functionality is very limited, but the idea is that NetworkManager will perform every operation that requires elevated privileges by asking the new service via D-Bus. The goal is to drop more capabilities from the NetworkManager service.

Wireguard support in nmtui

nmtui is a curses-based text-mode tool to conveniently configure NetworkManager from a terminal. Thanks to the contribution of Javier Sánchez Parra, nmtui now can be used to add and edit Wireguard connection profiles.

WireGuard in nmtui

API improvements

In the D-Bus API, the Slaves properties of the following interfaces:

  • org.freedesktop.NetworkManager.Device.Bond
  • org.freedesktop.NetworkManager.Device.Bridge
  • org.freedesktop.NetworkManager.Device.OvsBridge
  • org.freedesktop.NetworkManager.Device.OvsPort
  • org.freedesktop.NetworkManager.Device.Team

are now deprecated. They are replaced by a new Ports property on the org.freedesktop.NetworkManager.Device interface.

Similarly, these libnm functions:

  • nm_device_bond_get_slaves()
  • nm_device_bridge_get_slaves()
  • nm_device_team_get_slaves()
  • nm_device_ovs_bridge_get_slaves()
  • nm_device_ovs_port_get_slaves()

are deprecated in favor of the new, generic nm_device_get_ports().

Other changes

The new release contains a number of other new features and improvements, including:

  • support for configuring DNS over TLS (DoT) with systemd-resolved;

  • bond connections now support the peer_notif_delay option;

  • the queue_id option can now be set on bond ports to choose the TX queue id for each port;

  • nmcli accepts aliases nmcli device up|down in addition to nmcli device connect|disconnect;

  • the initrd generator now understands ip=dhcp,dhcp6 to generate a connection that waits for both DHCPv4 and IPv6 autoconfiguration;

  • the initrd generator can parse kernel argument rd.ethtool=INTERFACE:AUTONEG:SPEED to configure autonegotiation and speed for an interface;

  • the initrd generator now understands the ib.key argument to create Infinibad P-Keys;

  • new configuration options (allowed-connections and keep-configuration) were added to provide a mechanism to activate after switch root different connections from those generated in the initramfs.

See the full changelog for more information.

Conclusions

The tarball for NM 1.34.0 is available here.

This release was possible thanks to the contributions of: Ana Cabral, Andrew Zaborowski, Beniamino Galvani, Benjamin Berg, Björn Lindqvist, Christian Glombek, echengqi, Fernando Fernández Mancera, Frederic Martinsons, gaoxingwang, Gris Ge, Harald van Dijk, Javier Jardón, Javier Sánchez Parra, Jonas Kümmerlin, josef radinger, Julian Wiedmann, Lubomir Rintel, Lukasz Majewski, Maxine Aubrey, Michael Catanzaro, Nacho Barrientos, Philip Withnall, Rain-lk, Robin Ebert, Sibo Dong, Simon McVittie, Thomas Haller, Vojtech Bubela, wangce, Wen Liang, xiangnian, Yu Watanabe.