Results 1 to 2 of 2
Hello, i am having a strange problem. I own the domain bellancomputer.com which is managed through GoDaddy. I have CentOS installed on a Dell Precision 530. The machine has two ...
- 03-03-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
BIND With CentOS - Cant "DIG" From Remote Machine
Hello, i am having a strange problem. I own the domain bellancomputer.com which is managed through GoDaddy. I have CentOS installed on a Dell Precision 530. The machine has two nic's, one for internet and one to serve my network (DHCP). I installed bind at the time of installation as well as caching-nameserver after the fact. I set up named.conf and my zone file and it seems to work when i dig the machine from within the network, it returns answers but when i dig it from a remote machine there is no response. I tried forwarding through my isp's dns servers and i purchased a static ip which opens all ports. If i use the tool at pingabiity.com i get a semi-response. It sees my mx records but none else (such as A records or WWW). I have posted my named.conf and zone file...
- 03-06-2008 #2Linux User
- Join Date
- Jan 2006
- Posts
- 414
Well, a quick dig from here yielded this:
so apparently everything is showing now. Could it have been that the remote computer you were trying to dig the records fromwas not using your nameserver, but some other that had yet to update?Code:# dig www.bellancomputer.com ; <<>> DiG 9.3.4 <<>> www.bellancomputer.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2007 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;www.bellancomputer.com. IN A ;; ANSWER SECTION: www.bellancomputer.com. 38400 IN CNAME bellancomputer.com. bellancomputer.com. 38368 IN A 216.15.121.28 ;; AUTHORITY SECTION: bellancomputer.com. 38368 IN NS waltham.bellancomputer.com. ;; Query time: 285 msec ;; SERVER: 203.143.236.121#53(203.143.236.121) ;; WHEN: Thu Mar 6 20:47:44 2008 ;; MSG SIZE rcvd: 92


Reply With Quote
