AW: DNS problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

compare your setting with this example!
Profile:

   
   Master:	 options {
			directory "/var/named";
			
		 };
		 zone "." {
			type hint;
			file "named.ca";
		 };
		 zone "localhost" {
			type master;
			file "localhost.zone";
		 };
		 zone "0.0.127.in-addr.arpa" {
			type master;
			file "named.local";
		 };
		 zone " example.com" {
			type master;
			file "db.domainX";
		 };
		 zone "0.168.192.in-addr.arpa" {
			type master;
			file "db.192.168.0"
		 };

Database: /var/named/

	db.domainX
$TTL 86400
@ IN SOA ns.example.com. root.example.com. (
			2002110200; Serial
			28800	  ; Refresh
			14400	  ; Retry
			3600000 ; Expire
			0 )	  ; Negative

@ 			IN  NS		ns.example.com.

@				IN  NS 192.168.0.X
ns.example.com.		IN  A	192.168.0.X
www				IN  A	192.168.0.X
ftp				IN  A	192.168.0.X
pop				IN  A	192.168.0.X

www1				IN  CNAME  ns.example.com.
www2				IN  CNAME  ns.example.com.

@				IN  MX  10 ns.example.com.
ns				IN  MX  10 ns.example.com.


	db.192.168.0
$TTL 86400
@ IN SOA ns.example.com. root.ns.example.com. (
					4 10800 3600 604800 86400 )
  IN NS  ns.example.com.

2.0.168.192.IN-ADDR.ARPA.	IN PTR  ns.example.com.


Bye..


-----Ursprungliche Nachricht-----
Von: psyche-list-admin@redhat.com
[mailto:psyche-list-admin@redhat.com]Im Auftrag von Pablo Allietti
Gesendet: Freitag, 13. Dezember 2002 14:08
An: psyche-list@redhat.com
Betreff: DNS problem


Hi me and my PROBLEMS again!

In the last week my isp gave me a /28 for my internet conecction, and he
gave the inverse resolution for this /28 to my server.

BUT i have a problem with this. when make a nslookup 200.40.226.66 the
server says 

66.226.40.200.in-addr.arpa      name = terrain.net.uy.

There is my server in the .66, but dont display the rigth form
 
Name:   terrain.net.uy
Address: 200.40.226.66


How is the problem, is my ISP or me????? down post the /etc/named.conf and
the file.zone

zone "226.40.200.in-addr.arpa" IN {
        type master;
        file "inverso.zone";
        allow-update { none; };
};


INVERSO.ZONE!!!

$TTL 34850
@       IN      SOA     terrain.net.uy. pablo.terrain.net.uy (
                        200212087
                        28800
                        7200
                        604800
                        86400 )
64-28.226.40.200.in-addr.arpa.           IN      NS      terrain.net.uy.
@       IN      NS      terrain.net.uy.
@       IN      NS      200.40.226.66
66      IN      PTR      terrain.net.uy.





PS: If any know who is the problem please help ME!!!!



-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list



-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux