LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Bind not working like it should... (https://www.linuxquestions.org/questions/linux-server-73/bind-not-working-like-it-should-593722/)

lss1 10-22-2007 01:46 PM

Bind not working like it should...
 
What can be going on? I am trying to setup a devel server as we are getting a colo, and I cant get dns to work like its supposed to, ive never setup a dns server, the server is running bind and ubuntu. Its returning a local IP and Radium, which I dont even know where that came from. Since im not familiar with BIND, I dont know where to start to fix it. Someone with knowledge as to how bind works wanna point me in the right direction? it would be much appreciated, thanks,
John



Here is the dig results:
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28129
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mylsx.com. IN A

;; ANSWER SECTION:
mylsx.com. 38400 IN A 192.168.1.140

;; AUTHORITY SECTION:
mylsx.com. 38400 IN NS Radium.

;; Query time: 5 msec
;; SERVER: 72.48.103.220#53(72.48.103.220)
;; WHEN: Mon Oct 22 08:40:45 2007
;; MSG SIZE rcvd: 63

schenke 10-22-2007 03:17 PM

Read the BIND manual first:
http://www.isc.org/index.pl?/sw/bind/index.php

Second, google using BIND configuration files, named.conf, zone file, etc., you will know the BIND configuration,
for instance, RH manual, http://www.redhat.com/docs/manuals/l...iguration.html

Third, tell us what's your problem, what's your host you are digging. Then we can start from here.


All times are GMT -5. The time now is 01:43 PM.