-
Story
-
Resolution: Won't Do
-
Minor
-
None
-
rhel-9.4
Please provide the package NVR for which bug is seen:
# nmstatectl --version
nmstatectl 2.2.16
# NetworkManager --version
1.45.5-1.el9
How reproducible:
Everytime
Steps to reproduce
- cat /etc/NetworkManager/conf.d/90-dns-servers.conf
[global-dns]
options=no-aaaa - systemctl restart NetworkManager
- Apply the following example:
—
dns-resolver:
config:
server:
- 192.168.122.1
interfaces:
- name: eth3
type: ethernet
state: up
ipv4:
enabled: true
auto-dns: false
ipv6:
enabled: false
Expected results
NM should allow DBus global DNS settings to be overwritten and in the meantime update the in-memory config file (NetworkManager --print-config)
Actual results
<info> [1690916121.4995] audit: op="networking-control" arg="global-dns-configuration" pid=289567 uid=0 result="fail" reason="Global DNS configuration already set via configuration file"
NM prevent nmstate setting the DBus global dns property.
- is depended on by
-
RHEL-4450 network system role internal error if global-dns option set
- Planning