dnsmasq using separate dhcp serverHow to setup dhcp3-server to advertise the DNS server the server itself has...
Can I make popcorn with any corn?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
What is the word for reserving something for yourself before others do?
Does object always see its latest internal state irrespective of thread?
Do I have a twin with permutated remainders?
Was any UN Security Council vote triple-vetoed?
Why does Kotter return in Welcome Back Kotter?
Why doesn't H₄O²⁺ exist?
Alternative to sending password over mail?
Why are electrically insulating heatsinks so rare? Is it just cost?
What's the output of a record needle playing an out-of-speed record
Is it possible to do 50 km distance without any previous training?
Are astronomers waiting to see something in an image from a gravitational lens that they've already seen in an adjacent image?
What typically incentivizes a professor to change jobs to a lower ranking university?
How does quantile regression compare to logistic regression with the variable split at the quantile?
What does "Puller Prush Person" mean?
"You are your self first supporter", a more proper way to say it
Could an aircraft fly or hover using only jets of compressed air?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Cross compiling for RPi - error while loading shared libraries
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
Roll the carpet
Replacing matching entries in one column of a file by another column from a different file
NMaximize is not converging to a solution
dnsmasq using separate dhcp server
How to setup dhcp3-server to advertise the DNS server the server itself has got from DHCP?Configuring DNSMasq on a WZR-HP-G300NHIs it possible to separate Routing/NAT in conjunction with an internal DNSMasq host providing DNS/DHCP?How to delegate a zone from Microsoft Windows 2003 DNS server to dnsmasq?Default http redirection when domain name requested, with a flashed dd-wrt routerHow to get machines to use a DNS without a fixed IP, which does not appear in the DHCP lease?dnsmasq: Block manipulated dns responses pointing at captive portal siteHow does DNSMasq integrate with my router?Pull DNS entries from Dnsmasq to other DNS serverEdgerouter DNSmasq send updates to BIND
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I've been a happy user of dnsmasq on my SOHO LAN for years, providing both DNS services and dhcp services.
However, after switching to AT&T's fiber service, I need to separate responsibility for dhcp and DNS. That's because AT&T requires you to use their router as an interface to their network, and, while you can configure their router's dhcp service, you can't turn it off (you can also configure their router to act as a passthru to your LAN, but that doesn't work well; as in, your connection speed drops 95%).
I could simply not have a DNS running locally. But I find it convenient to access various LAN resources by name, rather than IP address.
My understanding is dnsmasq will not serve as a dhcp server if you don't configure any of the dhcp options. But what I want to do, I think, is a little different: I want dnsmasq to "learn" what IP address was assigned by the AT&T router to a device and then link that IP address to a user-defined host name. If this is possible, I imagine it would be via MAC address.
I don't know if this is possible, and so would appreciate some advice. Or an alternative solution that accomplishes the same thing.
dhcp dnsmasq
New contributor
Mark Olbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I've been a happy user of dnsmasq on my SOHO LAN for years, providing both DNS services and dhcp services.
However, after switching to AT&T's fiber service, I need to separate responsibility for dhcp and DNS. That's because AT&T requires you to use their router as an interface to their network, and, while you can configure their router's dhcp service, you can't turn it off (you can also configure their router to act as a passthru to your LAN, but that doesn't work well; as in, your connection speed drops 95%).
I could simply not have a DNS running locally. But I find it convenient to access various LAN resources by name, rather than IP address.
My understanding is dnsmasq will not serve as a dhcp server if you don't configure any of the dhcp options. But what I want to do, I think, is a little different: I want dnsmasq to "learn" what IP address was assigned by the AT&T router to a device and then link that IP address to a user-defined host name. If this is possible, I imagine it would be via MAC address.
I don't know if this is possible, and so would appreciate some advice. Or an alternative solution that accomplishes the same thing.
dhcp dnsmasq
New contributor
Mark Olbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I've been a happy user of dnsmasq on my SOHO LAN for years, providing both DNS services and dhcp services.
However, after switching to AT&T's fiber service, I need to separate responsibility for dhcp and DNS. That's because AT&T requires you to use their router as an interface to their network, and, while you can configure their router's dhcp service, you can't turn it off (you can also configure their router to act as a passthru to your LAN, but that doesn't work well; as in, your connection speed drops 95%).
I could simply not have a DNS running locally. But I find it convenient to access various LAN resources by name, rather than IP address.
My understanding is dnsmasq will not serve as a dhcp server if you don't configure any of the dhcp options. But what I want to do, I think, is a little different: I want dnsmasq to "learn" what IP address was assigned by the AT&T router to a device and then link that IP address to a user-defined host name. If this is possible, I imagine it would be via MAC address.
I don't know if this is possible, and so would appreciate some advice. Or an alternative solution that accomplishes the same thing.
dhcp dnsmasq
New contributor
Mark Olbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I've been a happy user of dnsmasq on my SOHO LAN for years, providing both DNS services and dhcp services.
However, after switching to AT&T's fiber service, I need to separate responsibility for dhcp and DNS. That's because AT&T requires you to use their router as an interface to their network, and, while you can configure their router's dhcp service, you can't turn it off (you can also configure their router to act as a passthru to your LAN, but that doesn't work well; as in, your connection speed drops 95%).
I could simply not have a DNS running locally. But I find it convenient to access various LAN resources by name, rather than IP address.
My understanding is dnsmasq will not serve as a dhcp server if you don't configure any of the dhcp options. But what I want to do, I think, is a little different: I want dnsmasq to "learn" what IP address was assigned by the AT&T router to a device and then link that IP address to a user-defined host name. If this is possible, I imagine it would be via MAC address.
I don't know if this is possible, and so would appreciate some advice. Or an alternative solution that accomplishes the same thing.
dhcp dnsmasq
dhcp dnsmasq
New contributor
Mark Olbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mark Olbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mark Olbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 7 mins ago
Mark OlbertMark Olbert
1011
1011
New contributor
Mark Olbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mark Olbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Mark Olbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
Mark Olbert 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%2fserverfault.com%2fquestions%2f961777%2fdnsmasq-using-separate-dhcp-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Mark Olbert is a new contributor. Be nice, and check out our Code of Conduct.
Mark Olbert is a new contributor. Be nice, and check out our Code of Conduct.
Mark Olbert is a new contributor. Be nice, and check out our Code of Conduct.
Mark Olbert is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f961777%2fdnsmasq-using-separate-dhcp-server%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