RE: Subdomain in bind zone file

2002-05-23 Thread Mike Burger
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Burger > Sent: Thursday, May 23, 2002 1:00 PM > To: Redhat List > Subject: Re: Subdomain in bind zone file > > > You set up a subdomain zone file in the exact same way as the main > domain > zone f

RE: Subdomain in bind zone file

2002-05-23 Thread Jeff Graves
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Burger Sent: Thursday, May 23, 2002 1:00 PM To: Redhat List Subject: Re: Subdomain in bind zone file You set up a subdomain zone file in the exact same way as the main domain zone file. It doesn't loo

Re: Subdomain in bind zone file

2002-05-23 Thread Mike Burger
You set up a subdomain zone file in the exact same way as the main domain zone file. It doesn't look any different, except teh SOA information. On Thu, 23 May 2002, Jeff Graves wrote: > Can someone give me a sample of what a zone file should look like if you > are delegating resposibility of a

Subdomain in bind zone file

2002-05-23 Thread Jeff Graves
Can someone give me a sample of what a zone file should look like if you are delegating resposibility of a subdomain in a zone file? ie. does it look like this: . NS 192.168.1.1 subdomain NS 192.168.2.1 server A 192.168.1.2 server2 A 192.168.1.3 I guess wh