Error in DNS configuration.

Code:
Dec 14 14:35:44 FW_Lenke named[8333]: starting BIND 9.4.2 -t /var/named -u bind
Dec 14 14:35:45 FW_Lenke named[8333]: command channel listening on 127.0.0.1#953
Dec 14 14:35:45 FW_Lenke named[8333]: command channel listening on ::1#953
Dec 14 14:35:45 FW_Lenke named[8333]: running

Code:
FW_Lenke# netstat -an -f inet
Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp4       0      0  127.0.0.1.953          *.*                    LISTEN
tcp4       0      0  127.0.0.1.53           *.*                    LISTEN
tcp4       0      0  189.16.21.140.53       *.*                    LISTEN
tcp4       0     52  189.16.21.140.22       189.16.21.130.61901    ESTABLISHED
 
serjaomendes said:
I Has changed, and now, restart some service ?

You can run it from the shell as well (for now):

# hostname ns.atec.org.br

Restart your shell afterwards.
 
Thank's a lot.

For all, thank's so much.
Now, i believe the DNS is OK!

Code:
[189.16.21.140] returned an authoritative response in 297 ms:

Header
rcode:	Success
id:	0	opcode:	Standard query
is a response:	True	authoritative:	True
recursion desired:	True	recursion avail:	False
truncated:	False
questions:	1	answers:	3
authority recs:	0	additional recs:	1
Questions
name	class	type
atec.org.br	IN	ANY
Answer records
name	class	type	data	time to live
atec.org.br	IN	SOA	
server:	ns.atec.org.br
email:	hostmaster@ns.atec.org.br
serial:	20091412
refresh:	3600
retry:	15
expire:	1209600
minimum ttl:	43200
	86400s	(1d)
atec.org.br	IN	NS	ns.atec.org.br	86400s	(1d)
atec.org.br	IN	A	189.16.21.140	86400s	(1d)
Authority records
[none]
Additional records
name	class	type	data	time to live
ns.atec.org.br	IN	A	189.16.21.140	86400s	(1d)
 
Code:
$ dig +norecurse www.atec.org.br. @189.16.21.140   

; <<>> DiG 9.3.4 <<>> +norecurse www.atec.org.br. @189.16.21.140
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62255
;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;www.atec.org.br.               IN      A

;; ANSWER SECTION:
www.atec.org.br.        86400   IN      A       189.16.21.140

;; AUTHORITY SECTION:
atec.org.br.            86400   IN      NS      ns.atec.org.br.

;; ADDITIONAL SECTION:
ns.atec.org.br.         86400   IN      A       189.16.21.140

;; Query time: 258 msec
;; SERVER: 189.16.21.140#53(189.16.21.140)
;; WHEN: Mon Dec 14 20:21:01 2009
;; MSG SIZE  rcvd: 82
This part seems to work from the Netherlands too ;)
 
Back
Top