Trouble with the DNS function

Discussion in 'General' started by judicator, Jul 10, 2010.

  1. judicator

    judicator New Member

    Hi,

    I have some domains with www.nic.com.mx witch is the only one to provide mx domain name.

    This provider does not have any dns server. What I must do is to set one or more ns servers.

    I've add the domain to my ISPCONFIG server admin page but the NIC.MX tells me that the server is not "authoritative" for that domain.

    How can I fix this ?

    I'm running the latest ISPCONFIG and ubuntu server 10.04

    Best regards
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please ask the nic.com.mx support how to make a nameserver authoritative for a domain.
     
  3. judicator

    judicator New Member

    But they don't have any DNS server of any kind ...... they only provide the domain name without any support behind ......

    I just have to point the name servers that will fully take charge of my domain .... witch I want to be my ISPConfig/bind server ....
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What records did you set up in the zone?
     
  5. judicator

    judicator New Member

    Nothing ..... I've just added a zone in ISPCONFIG ....

    I must add a NS record that point to it's public IP ?
     
  6. judicator

    judicator New Member

    I've just added
    : a A record (ns1 and the ip of my ispconfig server)
    : a A record (www and the ip of my ispconfig server)
    : a ns record (my domain as zone and ns1 as value)

    but nothing ..... the registrar says that it's not authoritative
     
  7. BorderAmigos

    BorderAmigos New Member

    You need an A record for the domain name with a dot at the end. I have one .mx domain with the following records and it works with ISPConfig 3 (MyDNS).

    Code:
    A  	ftp 		 000.85.000.148  	0  	
    A 	mail 		 000.85.000.148 		0 	
    A 	mexicano1.mx. 	000.85.000.148 		0 	
    A 	ns1 		 000.85.000.149 		0 	
    A 	ns2 		 000.85.000.150 		0 	
    A 	www 		000.85.000.148 		0 	
    MX 	mexicano1.mx. 	mail.mexicano1.mx. 	10 	
    NS 	mexicano1.mx. 	ns1.mexicano1.mx. 	0 	
    NS 	mexicano1.mx. 	ns2.mexicano1.mx. 	0 	
    TXT mexicano1.mx. 	v=spf1 a mx -all 0 	0 
    
     
  8. judicator

    judicator New Member

    Solved !

    Thank you very much, it worked ! (after a refresh of the DNS)

    Best regards
     

Share This Page