How to specify more than one DNS in resolvconf.conf?
Clash 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.
dns resolv.conf resolvconf
add a comment |Â
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.
dns resolv.conf resolvconf
1
repeat the linename_servers=x.x.x.x
for each DNS server you want to specify.
â Mioriin
May 3 at 3:15
add a comment |Â
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.
dns resolv.conf resolvconf
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.
dns resolv.conf resolvconf
asked May 3 at 3:12
Michele
31
31
1
repeat the linename_servers=x.x.x.x
for each DNS server you want to specify.
â Mioriin
May 3 at 3:15
add a comment |Â
1
repeat the linename_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
add a comment |Â
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"
Makes sense. Thank you!
â Michele
May 6 at 14:36
add a comment |Â
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"
Makes sense. Thank you!
â Michele
May 6 at 14:36
add a comment |Â
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"
Makes sense. Thank you!
â Michele
May 6 at 14:36
add a comment |Â
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"
/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"
answered May 3 at 4:55
telcoM
10.2k11032
10.2k11032
Makes sense. Thank you!
â Michele
May 6 at 14:36
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
repeat the line
name_servers=x.x.x.x
for each DNS server you want to specify.â Mioriin
May 3 at 3:15