foward specific domain to antoher dns server with bind namedRHEL BIND Server Intermittent errorbind forward...
Retract an already submitted recommendation letter (written for an undergrad student)
Function pointer with named arguments?
Farming on the moon
How to fry ground beef so it is well-browned
How do I reattach a shelf to the wall when it ripped out of the wall?
What happens to Mjolnir (Thor's hammer) at the end of Endgame?
What happened to Captain America in Endgame?
What makes accurate emulation of old systems a difficult task?
How can I practically buy stocks?
'regex' and 'name' directives in find
Which big number is bigger?
How to have a sharp product image?
How to pronounce 'c++' in Spanish
Who was the lone kid in the line of people at the lake at the end of Avengers: Endgame?
Your bread will be buttered on both sides
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
'It addicted me, with one taste.' Can 'addict' be used transitively?
How to not starve gigantic beasts
Is it idiomatic to construct against `this`
Coordinate my way to the name of the (video) game
Re-entry to Germany after vacation using blue card
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Can SQL Server create collisions in system generated constraint names?
What is meant by "Prämie" in this letter? Do I have to pay it or it is just a reminder?
foward specific domain to antoher dns server with bind named
RHEL BIND Server Intermittent errorbind forward different domain to different nsWoes with named/bind and forwarding zonesHow to specify a DNS Slave server, that is on a different domain, in the appropriate zone file on the master naming server?How do I restrict the domain name for reverse DNS updates with bind and nsupdate?BIND DNS (with IPA) unable to Forward DNS RequestsBind9 forward specific zone to another serverWebmin Bind - Avoiding “service named reload” to transfer data to slave DNSBind Sub-Domain Zone Forward?Configure simple named DNS server
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm having some trouble configuring my dns server.
It it working perfectly for a number of different local domains but when I try to configure that if certain request is related to certain domain its foward to another dns server its not working.
here is what I have configured:
The domain is vume. for example: server1.vume
And the dns servers that I want to redirect all the vume requests are 192.168.5.5, 192.168.5.6
zone "vume" {
type forward;
forward only;
forwarders { 192.168.5.5; 192.168.5.6; };
};
zone "5.168.192.in-addr.arpa" {
type forward;
forward only;
forwarders { 192.168.5.5; 192.168.5.6; };
};
bind
New contributor
sabri128 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'm having some trouble configuring my dns server.
It it working perfectly for a number of different local domains but when I try to configure that if certain request is related to certain domain its foward to another dns server its not working.
here is what I have configured:
The domain is vume. for example: server1.vume
And the dns servers that I want to redirect all the vume requests are 192.168.5.5, 192.168.5.6
zone "vume" {
type forward;
forward only;
forwarders { 192.168.5.5; 192.168.5.6; };
};
zone "5.168.192.in-addr.arpa" {
type forward;
forward only;
forwarders { 192.168.5.5; 192.168.5.6; };
};
bind
New contributor
sabri128 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'm having some trouble configuring my dns server.
It it working perfectly for a number of different local domains but when I try to configure that if certain request is related to certain domain its foward to another dns server its not working.
here is what I have configured:
The domain is vume. for example: server1.vume
And the dns servers that I want to redirect all the vume requests are 192.168.5.5, 192.168.5.6
zone "vume" {
type forward;
forward only;
forwarders { 192.168.5.5; 192.168.5.6; };
};
zone "5.168.192.in-addr.arpa" {
type forward;
forward only;
forwarders { 192.168.5.5; 192.168.5.6; };
};
bind
New contributor
sabri128 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm having some trouble configuring my dns server.
It it working perfectly for a number of different local domains but when I try to configure that if certain request is related to certain domain its foward to another dns server its not working.
here is what I have configured:
The domain is vume. for example: server1.vume
And the dns servers that I want to redirect all the vume requests are 192.168.5.5, 192.168.5.6
zone "vume" {
type forward;
forward only;
forwarders { 192.168.5.5; 192.168.5.6; };
};
zone "5.168.192.in-addr.arpa" {
type forward;
forward only;
forwarders { 192.168.5.5; 192.168.5.6; };
};
bind
bind
New contributor
sabri128 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
sabri128 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
sabri128 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 15 mins ago
sabri128sabri128
1
1
New contributor
sabri128 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
sabri128 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
sabri128 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
});
}
});
sabri128 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%2f964798%2ffoward-specific-domain-to-antoher-dns-server-with-bind-named%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
sabri128 is a new contributor. Be nice, and check out our Code of Conduct.
sabri128 is a new contributor. Be nice, and check out our Code of Conduct.
sabri128 is a new contributor. Be nice, and check out our Code of Conduct.
sabri128 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%2f964798%2ffoward-specific-domain-to-antoher-dns-server-with-bind-named%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