How to specify more than one DNS in resolvconf.conf?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












The question is rather self-explanatory. I am trying to make resolvconf prepend two additional nameservers to /etc/resolv.conf when run with "resolvconf -u".
My /etc/resolvconf.conf file is as follows:



# Configuration for resolvconf(8)
# See resolvconf.conf(5) for details

resolv_conf=/etc/resolv.conf
# If you run a local name server, you should uncomment the below line and
# configure your subscribers configuration files below.
name_servers=1.1.1.1 1.0.0.1

# Mirror the Debian package defaults for the below resolvers
# so that resolvconf integrates seemlessly.
dnsmasq_resolv=/var/run/dnsmasq/resolv.conf
pdnsd_conf=/etc/pdnsd.conf
unbound_conf=/var/cache/unbound/resolvconf_resolvers.conf


The problem emerges when I run the command "resolvconf -u", this is the output I get:



/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found


If I specify just ONE SINGLE DNS in the name_servers line it works fine. I also tried to wrap the DNS definitions with "", but it still doesn't accept them. I can't find anything about the correct syntax in the manual.







share|improve this question















  • 1




    repeat the line name_servers=x.x.x.x for each DNS server you want to specify.
    – Mioriin
    May 3 at 3:15














up vote
0
down vote

favorite












The question is rather self-explanatory. I am trying to make resolvconf prepend two additional nameservers to /etc/resolv.conf when run with "resolvconf -u".
My /etc/resolvconf.conf file is as follows:



# Configuration for resolvconf(8)
# See resolvconf.conf(5) for details

resolv_conf=/etc/resolv.conf
# If you run a local name server, you should uncomment the below line and
# configure your subscribers configuration files below.
name_servers=1.1.1.1 1.0.0.1

# Mirror the Debian package defaults for the below resolvers
# so that resolvconf integrates seemlessly.
dnsmasq_resolv=/var/run/dnsmasq/resolv.conf
pdnsd_conf=/etc/pdnsd.conf
unbound_conf=/var/cache/unbound/resolvconf_resolvers.conf


The problem emerges when I run the command "resolvconf -u", this is the output I get:



/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found


If I specify just ONE SINGLE DNS in the name_servers line it works fine. I also tried to wrap the DNS definitions with "", but it still doesn't accept them. I can't find anything about the correct syntax in the manual.







share|improve this question















  • 1




    repeat the line name_servers=x.x.x.x for each DNS server you want to specify.
    – Mioriin
    May 3 at 3:15












up vote
0
down vote

favorite









up vote
0
down vote

favorite











The question is rather self-explanatory. I am trying to make resolvconf prepend two additional nameservers to /etc/resolv.conf when run with "resolvconf -u".
My /etc/resolvconf.conf file is as follows:



# Configuration for resolvconf(8)
# See resolvconf.conf(5) for details

resolv_conf=/etc/resolv.conf
# If you run a local name server, you should uncomment the below line and
# configure your subscribers configuration files below.
name_servers=1.1.1.1 1.0.0.1

# Mirror the Debian package defaults for the below resolvers
# so that resolvconf integrates seemlessly.
dnsmasq_resolv=/var/run/dnsmasq/resolv.conf
pdnsd_conf=/etc/pdnsd.conf
unbound_conf=/var/cache/unbound/resolvconf_resolvers.conf


The problem emerges when I run the command "resolvconf -u", this is the output I get:



/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found


If I specify just ONE SINGLE DNS in the name_servers line it works fine. I also tried to wrap the DNS definitions with "", but it still doesn't accept them. I can't find anything about the correct syntax in the manual.







share|improve this question











The question is rather self-explanatory. I am trying to make resolvconf prepend two additional nameservers to /etc/resolv.conf when run with "resolvconf -u".
My /etc/resolvconf.conf file is as follows:



# Configuration for resolvconf(8)
# See resolvconf.conf(5) for details

resolv_conf=/etc/resolv.conf
# If you run a local name server, you should uncomment the below line and
# configure your subscribers configuration files below.
name_servers=1.1.1.1 1.0.0.1

# Mirror the Debian package defaults for the below resolvers
# so that resolvconf integrates seemlessly.
dnsmasq_resolv=/var/run/dnsmasq/resolv.conf
pdnsd_conf=/etc/pdnsd.conf
unbound_conf=/var/cache/unbound/resolvconf_resolvers.conf


The problem emerges when I run the command "resolvconf -u", this is the output I get:



/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found
/sbin/resolvconf: 7: /etc/resolvconf.conf: 1.0.0.1: not found


If I specify just ONE SINGLE DNS in the name_servers line it works fine. I also tried to wrap the DNS definitions with "", but it still doesn't accept them. I can't find anything about the correct syntax in the manual.









share|improve this question










share|improve this question




share|improve this question









asked May 3 at 3:12









Michele

31




31







  • 1




    repeat the line name_servers=x.x.x.x for each DNS server you want to specify.
    – Mioriin
    May 3 at 3:15












  • 1




    repeat the line name_servers=x.x.x.x for each DNS server you want to specify.
    – Mioriin
    May 3 at 3:15







1




1




repeat the line name_servers=x.x.x.x for each DNS server you want to specify.
– Mioriin
May 3 at 3:15




repeat the line name_servers=x.x.x.x for each DNS server you want to specify.
– Mioriin
May 3 at 3:15










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










/sbin/resolvconf is actually a shell script, and the configuration files are just sourced scripts, so the syntax you'll need is the same as with shell scripts:



name_servers="1.1.1.1 1.0.0.1"





share|improve this answer





















  • Makes sense. Thank you!
    – Michele
    May 6 at 14:36










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f441440%2fhow-to-specify-more-than-one-dns-in-resolvconf-conf%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote



accepted










/sbin/resolvconf is actually a shell script, and the configuration files are just sourced scripts, so the syntax you'll need is the same as with shell scripts:



name_servers="1.1.1.1 1.0.0.1"





share|improve this answer





















  • Makes sense. Thank you!
    – Michele
    May 6 at 14:36














up vote
0
down vote



accepted










/sbin/resolvconf is actually a shell script, and the configuration files are just sourced scripts, so the syntax you'll need is the same as with shell scripts:



name_servers="1.1.1.1 1.0.0.1"





share|improve this answer





















  • Makes sense. Thank you!
    – Michele
    May 6 at 14:36












up vote
0
down vote



accepted







up vote
0
down vote



accepted






/sbin/resolvconf is actually a shell script, and the configuration files are just sourced scripts, so the syntax you'll need is the same as with shell scripts:



name_servers="1.1.1.1 1.0.0.1"





share|improve this answer













/sbin/resolvconf is actually a shell script, and the configuration files are just sourced scripts, so the syntax you'll need is the same as with shell scripts:



name_servers="1.1.1.1 1.0.0.1"






share|improve this answer













share|improve this answer



share|improve this answer











answered May 3 at 4:55









telcoM

10.2k11032




10.2k11032











  • Makes sense. Thank you!
    – Michele
    May 6 at 14:36
















  • Makes sense. Thank you!
    – Michele
    May 6 at 14:36















Makes sense. Thank you!
– Michele
May 6 at 14:36




Makes sense. Thank you!
– Michele
May 6 at 14:36












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f441440%2fhow-to-specify-more-than-one-dns-in-resolvconf-conf%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay