Record's

Discussion in 'General' started by msource, May 14, 2007.

  1. msource

    msource New Member

    I,

    After do a DIG on my MyDNS server's test ( Primary | Secondary ), i saw one thing, ex:

    ; <<>> DiG 9.3.4 <<>> equicomplex.pt ANY @192.168.186.27
    ; (1 server found)
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19377
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1

    ;; QUESTION SECTION:
    ;equicomplex.pt. IN ANY

    ;; ANSWER SECTION:
    equicomplex.pt. 86400 IN SOA ns.liz-online.pt. admin.liz-online.pt. 2007051401 28800 7200 604800 86400
    equicomplex.pt. 86400 IN MX 10 mail.equicomplex.pt.
    equicomplex.pt. 86400 IN NS ns.liz-online.pt.
    equicomplex.pt. 86400 IN NS ns2.liz-online.pt.
    equicomplex.pt. 86400 IN TXT "Dominio - Equicomplex"
    equicomplex.pt. 86400 IN TXT "v=spf1 a mx ip4:62.48.192.37 ~all"

    ;; ADDITIONAL SECTION:
    mail.equicomplex.pt. 86400 IN A 62.48.192.37

    ;; Query time: 8 msec
    ;; SERVER: 192.168.186.27#53(192.168.186.27)
    ;; WHEN: Mon May 14 18:05:40 2007
    ;; MSG SIZE rcvd: 237


    How can i put in the aditional settings something like:

    ;; ADDITIONAL SECTION:
    mail.equicomplex.pt. 38400 IN A 62.48.192.37
    ns.liz-online.pt. 38400 IN A 62.48.187.49
    ns2.liz-online.pt. 38400 IN A 62.48.187.50


    Sincerely,
    Marcos Pinto
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Hi,
    your domain is equicomplex.pt? You can not add A-Records for the domain liz-online.pt in the domain equicomplex.pt. But maybe you want to add them as NS records?
     
  3. msource

    msource New Member

    A Record for NS diferent from domain

    I,

    Yes, i have to put an A Record in equicomplex.pt. domain for the 2 NS Server's
    ( ns.liz-online.pt | ns.liz-online.pt ). When i try to put them it gave me the following messagem:

    Error:
    Name is out of zone!

    The NS server's are created, but i need to create a A record to teel that the ns.liz-online.pt A IP. How can i do it?

    Sincerely,
    Marcos Pinto
     
  4. msource

    msource New Member

    It's ok NOW.

    The values are in rr table. sow it's all GOOD.

    Sincerely,
    Marcos Pinto
     

Share This Page