* zone file
@ Igor Gueths
0 siblings, 0 replies; 3+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all. I'll be configuring Bind9 pretty soon, however I do have one
question. Let's say I defined something like the following in my zonefile.
Note: This is not syntactically correct (its not supposed to be).
NS ns
ns A 192.168.1.1
CNAME www.igorgueths.com. ns
Is this sort of cname possible? I know something like CNAME www ns is,
because assuming ns=ns.igorgueths.com, www would be prepended and
ns.igorgueths.com would be appended. I checked out the dns HOWTO and
syntactically my CNAME looks correct, but virtual domains weren't
mentioned. Thanks!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6
iD8DBQFAD11aGT7f58lCbH0RAij+AKCE4pYGfPUrsxDccAP/RemDwnBt4QCfWWta
GwAMvIOEIgUVKqwbeIMFEtA=
=0Xtq
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* re: zone file
@ Alex Snow
0 siblings, 0 replies; 3+ messages in thread
From: Alex Snow @ UTC (permalink / raw)
To: speakup
You wouldn't define a domain called www.something.com. first you'd
define something.com and then you'd cname www.something.com to
something.com
--
Always borrow money from a pessimist; he doesn't expect to be paid
back.
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: zone file
@ Whitley CTR Cecil H
0 siblings, 0 replies; 3+ messages in thread
From: Whitley CTR Cecil H @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Hi,
The syntax I am familiar with looks like this:
1. assumption this is for zone mydomain.com
2. assumption upstream soa is correct and points to ns1 as primary
nameserver
ns1 IN NS
ns2 IN NS
ns1 IN A 192.168.1.1
ns2 IN A 192.168.1.2
www IN CNAME ns1 # mydomain.com is implicit
www IN CNAME ns1.mydomain.com. # also valid, same as above
mailer IN CNAME www.hotmail.com. #points mailer.mydomain.com to hotmail
Regards,
Cecil
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
zone file Igor Gueths
Alex Snow
Whitley CTR Cecil H
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).