[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] QUBE 2 Address and Mail eXchange records
- Subject: Re: [cobalt-users] QUBE 2 Address and Mail eXchange records
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu Mar 7 11:37:07 2002
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thursday 07 March 2002 11:34 am, you wrote:
> How do I tell my QUBE 2 when and where to update its Address and Mail
> eXchange records? I'm having trouble with new domains added to outside
> DNS's resolving for web lookup and mail delivery. I have called Cobalt
> (useless) and they tell me it can't be done. ? Am I looking at Time To Live
> record info being the problem outside my domain or what? How exactly does
> my DNS Maintain accurate records?
>
You need to add a record in /etc/named.conf
#======= file /etc/named.conf ============
options {
directory "/etc/named";
allow-transfer { ip.ad.re.ss; }; # ip address of master
version "DNS Server";
};
zone "." { type hint; file "db.cache"; };
zone "domain.tld" { type master; file "sec.domain.tld"; };
Add a zone record for each domain on youtrserver
The actual dns records are entered on the master.
The master should have the Qube designated as a slave.
When you make changes to named.conf run the command ndc reload
Actually if the master is configured properly and is UP you should not be
having any problems.
--
Gerald Waugh