openresolv | POSIX resolvconf implementation
kandi X-RAY | openresolv Summary
kandi X-RAY | openresolv Summary
openresolv is a resolvconf implementation which manages /etc/resolv.conf. /etc/resolv.conf is a file that holds the configuration for the local resolution of domain names. Normally this file is either static or maintained by a local daemon, normally a DHCP daemon. But what happens if more than one thing wants to control the file? Say you have wired and wireless interfaces to different subnets and run a VPN or two on top of that, how do you say which one controls the file? It's also not as easy as just adding and removing the nameservers each client knows about as different clients could add the same nameservers. Enter resolvconf, the middleman between the network configuration services and /etc/resolv.conf. resolvconf itself is just a script that stores, removes and lists a full resolv.conf generated for the interface. It then calls all the helper scripts it knows about so it can configure the real /etc/resolv.conf and optionally any local nameservers other than libc.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of openresolv
openresolv Key Features
openresolv Examples and Code Snippets
Community Discussions
Trending Discussions on openresolv
QUESTION
Using Ansible, I am trying to provision a Raspberry Pi just freshly imaged with Raspbian 10.
One of the tasks is to set up the network. I'm trying to use community.general.nmcli
, but so far without success:
ANSWER
Answered 2021-Dec-27 at 01:57That is due to Raspbian using NetworkManager prior to version 1.18, which is when the functionality routing-rules
was released. It wouldn't otherwise be a problem, however, Ansible nmcli
module expects that this parameter is there when it attempts to create the interface, but then nmcli
fails with this weird message.
There's already an open issue for that: https://github.com/ansible-collections/community.general/issues/3948
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install openresolv
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page