Author Topic: DNS CNAME Problem  (Read 2170 times)

Oer2001

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
DNS CNAME Problem
« on: June 08, 2013, 11:03:25 pm »
Hi,

I have a problem with CNAME in dns module.
I added a new domain in web interface:

test.de

all added hostnames works very well.
After that I added another domain:

test1.de
But all added aliases dont work for this domain.

Code: [Select]
"db.test1.de" 20L, 557C                                                                            1,1         Alles
$ORIGIN test1.de.
$TTL 3D
@       IN      SOA     slave hostmaster (
                        2013060822      ;serial number
                        8H              ;refresh
                        2H              ;retry
                        4W              ;expiration
                        1D )    ;minimum
;
@       IN      NS      ns1.test.de.
@       IN      A       192.168.0.5
;

mail    IN      CNAME   mail.test.de
www    IN      CNAME   www.test.de

@                       IN      MX      10       mail.test.de

In my opinion the problem is the missing dot at the end of the CNAME line. (CNAME to other zone)
If I manually add a dot and restart bind everything works fine.

Perhaps it is a bug.

Thank you for help.

Regards
« Last Edit: June 08, 2013, 11:46:59 pm by Oer2001 »

Oer2001

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: DNS CNAME Problem
« Reply #1 on: June 11, 2013, 09:13:37 am »
I installed the lastest Beta 3.1 but same "problem".

It seems to be this bug:

http://trac.zentyal.org/ticket/2952

Regards,
Oer2001