[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

10/30/2009 at 09:28AM PDT, ID: 24858631
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.6

GoeDNS for slave server

Asked by remeshk in Linux Networking, Domain Name Service (DNS), Linux Setup

Tags: Linux, DNS

Hi,

I have setup a GeoDNS server using  multiple view concept. I have done the setup but my problem is when I do a update in one view this wont replicate in slave server view.

Master Server IP address is  :  192.168.30.238

Slave I have added few IP address : 192.168.30.251; 192.168.30.247; 192.168.30.253


Please find the below configuration files.


--

Master server Named.conf file.

acl internal {
192.168.30.0/24;
};

acl intranet {
192.168.20.0/24;
};


view "internal"
        { match-clients { !192.168.30.253; !192.168.30.251; internal; };

zone "." {
        type hint;
        file "internal/named.ca";
};

zone "test.org" {
        type master;
        file "internal/db.test.org";
        allow-transfer { 192.168.30.251; 192.168.30.247; 192.168.30.253; };
        allow-update { none; };
        notify   yes ;
};

};

view "intranet"
        { match-clients { !192.168.30.253; !192.168.30.251; intranet; };

zone "." {
        type hint;
        file "intranet/named.ca";
};

zone "test.org" {
        type master;
        file "intranet/db.test.org";
        allow-transfer { 192.168.30.251; 192.168.30.247; 192.168.30.253; };
        allow-update { none; };
        notify   yes ;
};

};

view "any"
        { match-clients { any; };

zone "." {
        type hint;
        file "any/named.ca";
};

zone "test.org" {
        type master;
        file "any/db.test.org";
        allow-transfer { 192.168.30.251; 192.168.30.247; 192.168.30.253; };
        allow-update { none; };
        notify   yes ;
};

};


=============



Slave server named.conf file



acl internal {
192.168.30.0/24;
};

acl intranet {
192.168.20.0/24;
};

view internal {
match-clients {  internal; };

zone "." IN {
        type hint;
        file "internal/named.ca";
};
zone "test.org" {
        type slave;
        masters {192.168.30.238; };
        transfer-source 192.168.30.247;
        file "internal/secondary/db.test.org";
};
};

view intranet {
match-clients {  intranet; };

zone "." IN {
        type hint;
        file "intranet/named.ca";
};
zone "test.org" {
        type slave;
        masters {192.168.30.238; };
        transfer-source 192.168.30.247;
        file "intranet/secondary/db.test.org";
};
};

view any {
match-clients {  any; };

zone "." IN {
        type hint;
        file "any/named.ca";
};
zone "test.org" {
        type slave;
        masters {192.168.30.238; };
        transfer-source 192.168.30.247;
        file "any/secondary/db.test.org";
};
};


===================




My problem is when I am doing a change in Master server this will only update to "any" view.

If I do change in internal or intranet view this will not replicate to slave.

I followed the below document

http://www.oreillynet.com/pub/a/oreilly/networking/news/views_0501.html

Please help me to resolve this issue as I have to complete this task soon.



Ram.
 
Keywords: GoeDNS for slave server
 
Loading Advertisement...
 
[+][-]10/30/09 11:22 PM, ID: 25708700

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]10/31/09 10:24 AM, ID: 25710549

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/31/09 08:30 PM, ID: 25712513

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Linux Networking, Domain Name Service (DNS), Linux Setup
Tags: Linux, DNS
Sign Up Now!
Solution Provided By: Redimido
Participating Experts: 1
Solution Grade: C
 
 
[+][-]10/31/09 09:19 PM, ID: 25712596

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/01/09 08:55 PM, ID: 25717131

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/06/09 07:56 AM, ID: 25760215

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-91 - Hierarchy / EE_QW_3_20080625