com, net , org etc

Gregory Hicks ghicks at cadence.com
Mon Nov 18 17:32:15 UTC 2002



> Date: Mon, 18 Nov 2002 11:19:54 -0600
> To: bind-users at isc.org
> From: Chris <chris at rockfort.com>
> Subject: com, net , org etc
> 
> 
> I own 3 extensions of my domain name (com, net , org ). I need to list them 
> all in my zone file to go to the same IP address as the main extension 
> (.com) I have searched for a reference on this but have found and example. 
> I know one of you guys can straighten me out.. Any clues?

Here you go...

[...snip...]
zone "x.com" {
        type master;
        file "db.x";
};

zone "x.org" {
        type master;
        file "db.x";
};

zone "x.net" {
        type master;
        file "db.x";
};
[...snip...]

Hope this helps!

Regards,
Gregory Hicks

> 
> 

-------------------------------------------------------------------
Gregory Hicks                        | Principal Systems Engineer
Cadence Design Systems               | Direct:   408.576.3609
555 River Oaks Pkwy M/S 6B1          | Fax:      408.894.3400
San Jose, CA 95134                   | Internet: ghicks at cadence.com

"The trouble with doing anything right the first time is that nobody
appreciates how difficult it was."

When a team of dedicated individuals makes a commitment to act as
one...  the sky's the limit.

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff

You can have it done good, fast, or cheap -- pick any two.



More information about the bind-users mailing list