nayagi Posted February 7, 2008 Posted February 7, 2008 I haved attached the actual stuff.... /etc/named.conf include "/etc/rndc.key"; controls { inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; }; }; options { //query-source address * port 53; listen-on { 69.10.44.24; }; directory "/var/named"; // the default dump-file "data/cache_dump.db"; statistics-file "data/named_stats.txt"; memstatistics-file "data/named_mem_stats.txt"; }; logging { channel default_debug { file "data/named.run"; severity dynamic; }; }; view "localhost_resolver" { match-clients { localhost; }; match-destinations { localhost; }; recursion yes; zone "." IN { type hint; file "/var/named/named.ca"; }; include "/var/named/named.rfc1912.zones"; }; view "internal" { match-clients { localnets; }; match-destinations { localnets; }; recursion yes; zone "." IN { type hint; file "/var/named/named.ca"; }; zone "autoglassdelivered.com" { type master; file "/var/named/autoglassdelivered.com.db"; allow-query { any; }; allow-update { localhost; }; }; }; view "external" { match-clients { !localnets; !localhost; }; match-destinations { !localnets; !localhost; }; recursion no; zone "autoglassdelivered.com" { type master; file "/var/named/autoglassdelivered.com.db"; allow-query { any; }; allow-update { localhost; }; }; }; /etc/resolv.conf search server.4wtech.com nameserver 69.10.44.24 /var/named/autoglassdelivered.com.db ; Modified by Web Host Manager ; Zone File for autoglassdelivered.com $TTL 14400 @ 86400 IN SOA ns1.4wtech.com. admin.4wtech.com. ( 2008012418 86400 7200 3600000 86400 ) autoglassdelivered.com. 86400 IN NS ns1.4wtech.com. autoglassdelivered.com. 86400 IN NS ns2.4wtech.com. autoglassdelivered.com. 14400 IN A 69.10.44.28 www.autoglassdelivered.com. 14400 IN A 69.10.44.28 autoglassdelivered.com. 14400 IN MX 5 smtp.secureserver.net. autoglassdelivered.com. 14400 IN MX 10 mailstore1.secureserver.net. ns1 14400 IN A 69.10.44.24 ns2 14400 IN A 69.10.44.24 I found these messages in /var/log/messages which seems to be the issue to be solved Feb 7 01:03:09 server named[19484]: client 69.10.44.24#34913: view localhost_resolver: received notify for zone '4wtech.com': not authoritative Feb 7 01:03:22 server named[19484]: lame server resolving 'autoglassdelivered.com' (in 'autoglassdelivered.com'?): 69.10.44.24#53 When pinging ns1.4wtech.com from inside SSH(putty) and outside ,it is resolving.. Similarly autoglassdelivered.com is not resloving correct ip both inside and outside... I have compared my config files and found they are more or less the same...Sitting in this issues for more than two days found many resources but in vain... I need an immediate help... Thanks in advance... Quote
TCH-Bruce Posted February 7, 2008 Posted February 7, 2008 Welcome to the forums nayagi You do realize this thread is almost 5 years old. Hope someone can shed some light on your problem. Quote
TCH-Andy Posted February 7, 2008 Posted February 7, 2008 Welcome to the forums nayagi As Bruce says, this thread is virtually 5 years old, and I'm not sure I see the connection ( other than it's a domain not working) The problem in your case looks to be mainly due to the fact that you don't appear to have defined the nameservers you are using ( ns1.4wtech.com and ns2.4wtech.com ). If you are not sure how to do this, I'd suggest that you talk with your hosting provider. Quote
MikeJ Posted February 7, 2008 Posted February 7, 2008 Split posts from 5 year old unrelated thread. Quote
nayagi Posted February 8, 2008 Author Posted February 8, 2008 (edited) Thank you Bruce... for the reply Welcome to the forums nayagi You do realize this thread is almost 5 years old. Hope someone can shed some light on your problem. Edited February 8, 2008 by nayagi Quote
nayagi Posted February 8, 2008 Author Posted February 8, 2008 Thank you Welcome to the forum, nayagi. Quote
nayagi Posted February 8, 2008 Author Posted February 8, 2008 Thank you.... I get my domain pinging Split posts from 5 year old unrelated thread. Quote
nayagi Posted February 8, 2008 Author Posted February 8, 2008 Thank you Andy, but I found my domain pinging rite now.... Welcome to the forums nayagi As Bruce says, this thread is virtually 5 years old, and I'm not sure I see the connection ( other than it's a domain not working) The problem in your case looks to be mainly due to the fact that you don't appear to have defined the nameservers you are using ( ns1.4wtech.com and ns2.4wtech.com ). If you are not sure how to do this, I'd suggest that you talk with your hosting provider. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.