Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2000 13:21:42 +0200
From:      Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
To:        Phil Homewood <pdh@bit.net.au>
Cc:        freebsd-isp@freebsd.org
Subject:   Re[2]: BIND doesn't want to accept all of my zonefiles..
Message-ID:  <88266718360.20000604132142@buz.ch>
In-Reply-To: <20000604204009.E13239@atlas.bit.net.au>
References:  <154262607719.20000604121311@buz.ch> <20000604201918.D13239@atlas.bit.net.au> <193263875142.20000604123419@buz.ch> <20000604204009.E13239@atlas.bit.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
>> Or am I misinterpreting the errormessage?
> You're misinterpreting it. You can't have a CNAME as well as
> any other form of record for a given entry. For example, "ftp"
> should have *either* a CNAME *or* an MX record - it can't have
> both.

Hmm. So I'll have to change
     IN CNAME web.alpha
to
     IN A     195.49.62.125
not very nice but better than get bombed by errors. Seems like I
should read DNS and BIND once again but this time a bit more seriously
*g*. But anyway, I think using
     IN MX 10 mail-alpha
*    IN MX 10 web-alpha
mail IN CNAME mail-alpha
should save me from setting hardcoded A records in the zonefiles of
the virtualdomains.

Thanks anyway.

Best regards,
 Gabriel




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?88266718360.20000604132142>