Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-29-2011, 11:18 AM
|
#1
|
Member
Registered: Mar 2003
Posts: 50
Rep:
|
dns causes web pages to open slowly - 10 to 15sec delay
the web page will eventually open up or if i hit refresh
2.6.35.11-83.fc14.i686
bind version 9.7.3
i have disabled ipv6. using ie for browser.
etc/resolv.conf
nameserver 127.0.0.1
nameserver 1.2.3.4 - my isp
nameserver 2.3.4.5 - my isp
options single-request
options timeout:1
zone "." IN {
type hint;
file "named.ca";};
zone "2.168.192.in-addr.arpa." IN {
type master;
file "192.168.2.db";
allow-update { key "rndc-key"; };
notify yes;};
zone "aaa.com." IN {
type master;
file "aaa.db";
allow-update { key "rndc-key"; };
notify yes;
};
options {
listen-on port 53 { 127.0.0.1; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; localnets;};
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
any help would be appreciated.
|
|
|
03-30-2011, 08:18 AM
|
#2
|
Member
Registered: Mar 2011
Location: Bellmawr, NJ
Distribution: Red Hat / Fedora
Posts: 215
Rep:
|
You have all that in your /etc/resolv.conf file?
I would suggest changing your resolv.conf file to read ONLY:
nameserver 1.2.3.4
nameserver 2.3.4.4
|
|
|
03-30-2011, 05:08 PM
|
#3
|
Senior Member
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070
|
No, that isn't, or shouldn't be resolv.conf. Looks like a config for BIND. Of course, if you did out that in resolv.conf almost anything might happen, as some of it is bound to be syntax errors of various types.
When you have that sorted out, what does 'dig' say?
|
|
|
03-30-2011, 08:28 PM
|
#4
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,440
|
If you want to disable ipv6 properly, remove this line as well
Quote:
listen-on-v6 port 53 { ::1; };
|
|
|
1 members found this post helpful.
|
03-30-2011, 09:14 PM
|
#5
|
Member
Registered: Mar 2003
Posts: 50
Original Poster
Rep:
|
i tried a lot of combinations before i posted here and commenting out the ipv6 didn't make a difference. i'll keep at it.
|
|
1 members found this post helpful.
|
03-30-2011, 09:37 PM
|
#6
|
Member
Registered: Mar 2011
Location: Bellmawr, NJ
Distribution: Red Hat / Fedora
Posts: 215
Rep:
|
Quote:
Originally Posted by dthims
i tried a lot of combinations before i posted here and commenting out the ipv6 didn't make a difference. i'll keep at it.
|
Did you try my suggestion in post 2?
|
|
|
All times are GMT -5. The time now is 12:27 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|