rioguia
11-01-2003, 10:00 AM
i just modified my dns server to accomdate a domain hosted on my apache server. linux apache web server (Charles Aulds) says cryptically:When setting up hamed-based hosts that all apply to the same IP address,you should enter the hostnhames as Canonical Name or CNAME records in theDNS server for the domian. This will place them in the DNS as aliases for
the one true hostname that should exist (as an Address or A) record in theDNS.
when i reload named, i get the following from /var/log/messages
when i reload named, i get the following from /var/log/messages
[root@ns1 postfix]# tail /var/log/messages
Nov 1 08:54:14 ns1 named[3985]: command channel listening on 127.0.0.1#953
Nov 1 08:54:14 ns1 named[3985]: zone 0.0.127.in-addr.arpa/IN: loaded serial 2003103001
Nov 1 08:54:14 ns1 named[3985]: zone 149.92.66.in-addr.arpa/IN: loaded serial 2003103001
Nov 1 08:54:14 ns1 named[3985]: zone substantis.com/IN: loaded serial 2003110101
Nov 1 08:54:14 ns1 named[3985]: dns_master_load: named.lubuto.org:13: ignoring out-of-zone data (ns1.substantis.com)
Nov 1 08:54:14 ns1 named[3985]: dns_master_load: named.lubuto.org:15: ignoring out-of-zone data (mail.substantis.com)
Nov 1 08:54:14 ns1 named[3985]: zone lubuto.org/IN: loaded serial 2003103103
Nov 1 08:54:14 ns1 named[3985]: running
Nov 1 08:54:14 ns1 named[3985]: zone substantis.com/IN: sending notifies (serial 2003110101)
Nov 1 08:54:14 ns1 named[3985]: zone lubuto.org/IN: sending notifies (serial 2003103103)
here are my new files for substantis.com and lubutu.org
NAMED.SUBSTANTIS.COM
$TTL 3H
substantis.com. 1D IN SOA ns1.substantis.com. mworden.substantis.com. (
2003110102
2H
1H
1W
1D )
substantis.com. 1W IN NS ns1.substantis.com.
substantis.com. 1W IN NS ns1.speakeasy.net.
substantis.com. 1W IN NS ns2.speakeasy.net.
substantis.com. 3H IN MX 10 mail.substantis.com.
localhost.substantis.com. 1W IN A 127.0.0.1
substantis.com. 3H IN A 66.92.149.196
ns1.substantis.com. 1W IN A 66.92.149.196
www.substantis.com. 3H IN A 66.92.149.196
mail.substantis.com. 3H IN A 66.92.149.196
LUBUTO.ORG
$TTL 3H
lubuto.org. 1D IN SOA ns1.substantis.com. mworden.substantis.com. (
2003103103
2H
1H
1W
1D )
lubuto.org. 1W IN NS ns1.substantis.com.
lubuto.org. 1W IN NS ns1.speakeasy.net.
lubuto.org. 1W IN NS ns2.speakeasy.net.
lubuto.org. 3H IN MX 10 mail.substantis.com.
lubuto.org. 3H IN A 66.92.149.196
ns1.substantis.com. 1W IN A 66.92.149.196
www.lubuto.org. 3H IN A 66.92.149.196
mail.substantis.com. 3H IN A 66.92.149.196
www.lubuto.org 1W IN CNAME ns1.substantis.com
the one true hostname that should exist (as an Address or A) record in theDNS.
when i reload named, i get the following from /var/log/messages
when i reload named, i get the following from /var/log/messages
[root@ns1 postfix]# tail /var/log/messages
Nov 1 08:54:14 ns1 named[3985]: command channel listening on 127.0.0.1#953
Nov 1 08:54:14 ns1 named[3985]: zone 0.0.127.in-addr.arpa/IN: loaded serial 2003103001
Nov 1 08:54:14 ns1 named[3985]: zone 149.92.66.in-addr.arpa/IN: loaded serial 2003103001
Nov 1 08:54:14 ns1 named[3985]: zone substantis.com/IN: loaded serial 2003110101
Nov 1 08:54:14 ns1 named[3985]: dns_master_load: named.lubuto.org:13: ignoring out-of-zone data (ns1.substantis.com)
Nov 1 08:54:14 ns1 named[3985]: dns_master_load: named.lubuto.org:15: ignoring out-of-zone data (mail.substantis.com)
Nov 1 08:54:14 ns1 named[3985]: zone lubuto.org/IN: loaded serial 2003103103
Nov 1 08:54:14 ns1 named[3985]: running
Nov 1 08:54:14 ns1 named[3985]: zone substantis.com/IN: sending notifies (serial 2003110101)
Nov 1 08:54:14 ns1 named[3985]: zone lubuto.org/IN: sending notifies (serial 2003103103)
here are my new files for substantis.com and lubutu.org
NAMED.SUBSTANTIS.COM
$TTL 3H
substantis.com. 1D IN SOA ns1.substantis.com. mworden.substantis.com. (
2003110102
2H
1H
1W
1D )
substantis.com. 1W IN NS ns1.substantis.com.
substantis.com. 1W IN NS ns1.speakeasy.net.
substantis.com. 1W IN NS ns2.speakeasy.net.
substantis.com. 3H IN MX 10 mail.substantis.com.
localhost.substantis.com. 1W IN A 127.0.0.1
substantis.com. 3H IN A 66.92.149.196
ns1.substantis.com. 1W IN A 66.92.149.196
www.substantis.com. 3H IN A 66.92.149.196
mail.substantis.com. 3H IN A 66.92.149.196
LUBUTO.ORG
$TTL 3H
lubuto.org. 1D IN SOA ns1.substantis.com. mworden.substantis.com. (
2003103103
2H
1H
1W
1D )
lubuto.org. 1W IN NS ns1.substantis.com.
lubuto.org. 1W IN NS ns1.speakeasy.net.
lubuto.org. 1W IN NS ns2.speakeasy.net.
lubuto.org. 3H IN MX 10 mail.substantis.com.
lubuto.org. 3H IN A 66.92.149.196
ns1.substantis.com. 1W IN A 66.92.149.196
www.lubuto.org. 3H IN A 66.92.149.196
mail.substantis.com. 3H IN A 66.92.149.196
www.lubuto.org 1W IN CNAME ns1.substantis.com