Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > named.conf

Reply
 
 
Eldingo
Guest
Posts: n/a

 
      10-16-2009
Hello All:

I have been asked to generate named.conf for our enterprise. I don't know
what it is and how to generate it. Can someone please help.

Thanks


 
Reply With Quote
 
 
 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      10-16-2009
Hello Eldingo,

Should that be a domain name? Sorry but you have to be more specific. Please
ask the people giving you the task what they like to have at the end.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Hello All:
>
> I have been asked to generate named.conf for our enterprise. I don't
> know what it is and how to generate it. Can someone please help.
>
> Thanks
>



 
Reply With Quote
 
Eldingo
Guest
Posts: n/a

 
      10-16-2009
Thanks for the prompt response Mr. Weber. I'll find out more.
"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
news:. com...
> Hello Eldingo,
>
> Should that be a domain name? Sorry but you have to be more specific.
> Please ask the people giving you the task what they like to have at the
> end.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> Hello All:
>>
>> I have been asked to generate named.conf for our enterprise. I don't
>> know what it is and how to generate it. Can someone please help.
>>
>> Thanks
>>

>
>



 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      10-16-2009
"Eldingo" <> wrote in message
news:%...
> Thanks for the prompt response Mr. Weber. I'll find out more.
> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
> news:. com...
>> Hello Eldingo,
>>
>> Should that be a domain name? Sorry but you have to be more specific.
>> Please ask the people giving you the task what they like to have at the
>> end.
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>
>>> Hello All:
>>>
>>> I have been asked to generate named.conf for our enterprise. I don't
>>> know what it is and how to generate it. Can someone please help.
>>>
>>> Thanks
>>>

>>
>>

>
>



Hello Eldingo,

Keep in mind this is the Microsoft DNS newsgroup, and Microsoft DNS doesn't
use such a configuration file.

A name.conf file is for BIND DNS. It's the file that sets configuration info
for a BIND DNS server, such as for forwarding, TTL timeouts, etc.

However, it would be curious why you were asked to create one for the
enterprise.

Here's some info on the name.conf file:

Chapter 6 - DNS Sample Configurations, Sep 1, 2009 ...
The BIND 'named.conf' is as follows the following format...
www.zytrax.com/books/dns/ch6/

There are many other examples and links on name.conf files. Here is the
search string I used in Google to better help you out...
http://www.google.com/search?q=named...rchBox&ie=&oe=


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA
2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.


 
Reply With Quote
 
Grant Taylor
Guest
Posts: n/a

 
      10-20-2009
On 10/16/2009 10:47 AM, Ace Fekay [MCT] wrote:
> A name.conf file is for BIND DNS. It's the file that sets
> configuration info for a BIND DNS server, such as for forwarding, TTL
> timeouts, etc.


More importantly than forwarding (at least for an authoritative server)
is the configuration for different zones and where the zone data is at.

> However, it would be curious why you were asked to create one for the
> enterprise.


I would hazard a guess that the OP's company is wanting to migrate from
a BIND DNS infrastructure to a Microsoft DNS infrastructure.

BIND is not difficult to understand (or administer) and as such should
be relatively easy to migrate away from (or to). You will need to
create appropriate zones (with appropriate options) in the DNS manager
and then integrate zone data. It may even be possible to massage the
BIND zone files to get them to directly drop in to a Microsoft DNS
server so that no extra data entry is required. Worst case it would be
possible to configure the Microsoft DNS server as a secondary name
server and do a zone transfer from the BIND DNS server, back up the
(Microsoft) DNS zone files, reconfigure, and use the backed up DNS zone
files.

Eldingo, feel free to drop me an email if you want more specific
information.



Grant. . . .
 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      10-20-2009
"Grant Taylor" <> wrote in message
news:hbivvn$b6d$...
> On 10/16/2009 10:47 AM, Ace Fekay [MCT] wrote:
>> A name.conf file is for BIND DNS. It's the file that sets configuration
>> info for a BIND DNS server, such as for forwarding, TTL timeouts, etc.

>
> More importantly than forwarding (at least for an authoritative server) is
> the configuration for different zones and where the zone data is at.
>
>> However, it would be curious why you were asked to create one for the
>> enterprise.

>
> I would hazard a guess that the OP's company is wanting to migrate from a
> BIND DNS infrastructure to a Microsoft DNS infrastructure.
>
> BIND is not difficult to understand (or administer) and as such should be
> relatively easy to migrate away from (or to). You will need to create
> appropriate zones (with appropriate options) in the DNS manager and then
> integrate zone data. It may even be possible to massage the BIND zone
> files to get them to directly drop in to a Microsoft DNS server so that no
> extra data entry is required. Worst case it would be possible to
> configure the Microsoft DNS server as a secondary name server and do a
> zone transfer from the BIND DNS server, back up the (Microsoft) DNS zone
> files, reconfigure, and use the backed up DNS zone files.
>
> Eldingo, feel free to drop me an email if you want more specific
> information.
>
>
>
> Grant. . . .



Thanks, Grant. I have preformed one BIND to Windows DNS migration using the
secondary zone method. It wasn't too hard.

Hopefully Eldingo will take you up on your offer to assist him.

Ace


 
Reply With Quote
 
Grant Taylor
Guest
Posts: n/a

 
      10-20-2009
On 10/20/2009 1:41 AM, Ace Fekay [MCT] wrote:
> Thanks, Grant. I have preformed one BIND to Windows DNS migration
> using the secondary zone method. It wasn't too hard.


*nod*

It's an easy way to get Microsoft formated zone files on the system.

> Hopefully Eldingo will take you up on your offer to assist him.


*nod*



Grant. . . .
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Power conf William Stokes Windows Server 3 05-06-2009 12:52 PM
How to map long-named server to new short-named server name? Tom Windows Server 1 01-21-2008 02:06 PM
Video Conf. Peter Windows MSN Messenger 6 08-22-2004 02:56 PM
Ports for A/V conf Steve Windows MSN Messenger 1 10-28-2003 01:48 PM
MSN 6.1 web cam still slow. Vid Conf OK Paul Cahill Windows MSN Messenger 4 10-26-2003 09:06 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59