Hi, I Need help to configure my DNS Server,
I have a domain, and need redirect to my server, and configure DNS Master. (sorry for my english)
Domain: atec.org.br
IP: 189.16.21.140
part of named.conf:
zone file: atec.org.br
I have a domain, and need redirect to my server, and configure DNS Master. (sorry for my english)
Domain: atec.org.br
IP: 189.16.21.140
part of named.conf:
Code:
// RFC 1912 zone "atec.org.br" {
type master;
file "atec.org.br"; };
zone "localhost" { type master; file "master/localhost-forward.db"; };
zone "127.in-addr.arpa" { type master; file "master/localhost-reverse.db"; };
zone "255.in-addr.arpa" { type master; file "master/empty.db"; };
zone file: atec.org.br
Code:
$TTL 86400
@ IN
SOA ns.atec.org.br. hostmaster.ns.atec.org.br. (
2003262236
1H
15
14D
12H )
atec.org.br. IN NS ns.atec.org.br.
atec.org.br. IN A 189.16.21.140
atec.org.br. IN A 189.16.21.140
www.atec.org.br. IN CNAME atec.org.br.
Code:
PING ns.atec.org.br (189.16.21.140): 56 data bytes
64 bytes from 189.16.21.140: icmp_seq=0 ttl=64 time=0.224 ms
64 bytes from 189.16.21.140: icmp_seq=1 ttl=64 time=0.126 ms
64 bytes from 189.16.21.140: icmp_seq=2 ttl=64 time=0.129 ms
64 bytes from 189.16.21.140: icmp_seq=3 ttl=64 time=0.128 ms
64 bytes from 189.16.21.140: icmp_seq=4 ttl=64 time=0.133 ms
^C