[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MX > IP?
- Subject: Re: [cobalt-users] MX > IP?
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Apr 12 03:07:51 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
<info@xxxxxxxxxxxxxxxxxxx> wrote
> I need to make an MX record point to an IP instead of a
domain name - the
> GUI won't accept IP numbers - solutions?
>
give up on that dns gui stuff,
just start editing the files by hand, it's easier, and it's
faster.
do "su -"
password
open the /etc/named/pri.thedomain.tld file and add the
record.
increment the serial number.
save the file
then do "ndc reload thedomain.tld"
It's a good idea to immediately do a
"tail -f /var/log/messages"
and watch the action
should reload the zone with no errors.
should send notiyy to the slave
slave should ask for axfr
and master should transfer the zone.
gerald