How do I force dnsmasq to use a specific DNS server without affecting the host systems DNS settings? The Next CEO of Stack OverflowForce to use specific DNS provider at networkWhy dig reports the dns server as 127.0.0.1 when I'm using a external DNS?Assign Special Records for specific remote clients DNSmasqNetworkManager should ask only the “top” DNS serverMap DNS requests coming from specific client MAC with dnsmasqHow to configure dnsmasq as an authoritative DNS server?How do I get DNSMasq to serve up DNS to Windows hosts without a domain?how to prevent dnsmasq from completely failing when one of the configured interfaces is unplugged?How to configure dnsmasq to use /etc/hosts instead of “dhcp-host”?Use DHCP-provided DNS or not based on connected network
Is it OK to decorate a log book cover?
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?
My boss doesn't want me to have a side project
Calculate the Mean mean of two numbers
Does the Idaho Potato Commission associate potato skins with healthy eating?
How did scripture get the name bible?
How can I replace x-axis labels with pre-determined symbols?
How seriously should I take size and weight limits of hand luggage?
Is it a bad idea to plug the other end of ESD strap to wall ground?
How should I connect my cat5 cable to connectors having an orange-green line?
Shortening a title without changing its meaning
What is the difference between 'contrib' and 'non-free' packages repositories?
That's an odd coin - I wonder why
Find the majority element, which appears more than half the time
How to implement Comparable so it is consistent with identity-equality
Upgrading From a 9 Speed Sora Derailleur?
Strange use of "whether ... than ..." in official text
Prodigo = pro + ago?
Is this a new Fibonacci Identity?
pgfplots: How to draw a tangent graph below two others?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Planeswalker Ability and Death Timing
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
How do I force dnsmasq to use a specific DNS server without affecting the host systems DNS settings?
The Next CEO of Stack OverflowForce to use specific DNS provider at networkWhy dig reports the dns server as 127.0.0.1 when I'm using a external DNS?Assign Special Records for specific remote clients DNSmasqNetworkManager should ask only the “top” DNS serverMap DNS requests coming from specific client MAC with dnsmasqHow to configure dnsmasq as an authoritative DNS server?How do I get DNSMasq to serve up DNS to Windows hosts without a domain?how to prevent dnsmasq from completely failing when one of the configured interfaces is unplugged?How to configure dnsmasq to use /etc/hosts instead of “dhcp-host”?Use DHCP-provided DNS or not based on connected network
How do I set dnsmasq
to use one specific DNS server without changing which DNS server the host system uses for its own DNS requests?
I should clarify I am not using dnsmasq as a DHCP server but only to forward the DNS requests on.
linux dns dnsmasq
New contributor
add a comment |
How do I set dnsmasq
to use one specific DNS server without changing which DNS server the host system uses for its own DNS requests?
I should clarify I am not using dnsmasq as a DHCP server but only to forward the DNS requests on.
linux dns dnsmasq
New contributor
add a comment |
How do I set dnsmasq
to use one specific DNS server without changing which DNS server the host system uses for its own DNS requests?
I should clarify I am not using dnsmasq as a DHCP server but only to forward the DNS requests on.
linux dns dnsmasq
New contributor
How do I set dnsmasq
to use one specific DNS server without changing which DNS server the host system uses for its own DNS requests?
I should clarify I am not using dnsmasq as a DHCP server but only to forward the DNS requests on.
linux dns dnsmasq
linux dns dnsmasq
New contributor
New contributor
edited yesterday
Pusdeo Squirrel
New contributor
asked 2 days ago
Pusdeo SquirrelPusdeo Squirrel
314
314
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
To send specific dns addresses to the clients set
server=8.8.8.8
server=8.8.4.4
in /etc/dnsmasq.conf
.
In this example 8.8.8.8
and 8.8.4.4
are google public dns.
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Pusdeo Squirrel is a new contributor. Be nice, and check out our Code of Conduct.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509628%2fhow-do-i-force-dnsmasq-to-use-a-specific-dns-server-without-affecting-the-host-s%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
To send specific dns addresses to the clients set
server=8.8.8.8
server=8.8.4.4
in /etc/dnsmasq.conf
.
In this example 8.8.8.8
and 8.8.4.4
are google public dns.
add a comment |
To send specific dns addresses to the clients set
server=8.8.8.8
server=8.8.4.4
in /etc/dnsmasq.conf
.
In this example 8.8.8.8
and 8.8.4.4
are google public dns.
add a comment |
To send specific dns addresses to the clients set
server=8.8.8.8
server=8.8.4.4
in /etc/dnsmasq.conf
.
In this example 8.8.8.8
and 8.8.4.4
are google public dns.
To send specific dns addresses to the clients set
server=8.8.8.8
server=8.8.4.4
in /etc/dnsmasq.conf
.
In this example 8.8.8.8
and 8.8.4.4
are google public dns.
edited yesterday
answered 2 days ago
jimmijjimmij
32.3k875109
32.3k875109
add a comment |
add a comment |
Pusdeo Squirrel is a new contributor. Be nice, and check out our Code of Conduct.
Pusdeo Squirrel is a new contributor. Be nice, and check out our Code of Conduct.
Pusdeo Squirrel is a new contributor. Be nice, and check out our Code of Conduct.
Pusdeo Squirrel is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509628%2fhow-do-i-force-dnsmasq-to-use-a-specific-dns-server-without-affecting-the-host-s%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown