DNS question

Tim Peiffer peiffer at umn.edu
Fri Apr 1 12:17:58 UTC 2005


BZZZT   www.example.com -> example.com => recursion problem.

If you assume www.xyz.com => 1.2.3.4

$ORIGIN xyz.com.

@      IN   SOA < standard SOA timer stuff>
@      IN   A    1.2.3.4

www    IN   A    1.2.3.4  

Tim Peiffer
 
Brad Knowles wrote:

>At 10:45 AM -0800 2005-03-31, procir at gmail.com wrote:
>
>  
>
>> I am setting up some DNS servers running BIND 9.2. How do I setup DNS
>> so when you are accesing a website you can go to http://xyz.com instead
>> of going to http://www.xyz.com. Currently the site is accessible by
>> going to http://www.xyz.com but I want to be able to hit the site
>> without the www as well. Any help is greatly appreciated. Thanks in
>> advance
>>    
>>
>
>	Make www.example.com a CNAME alias that points to example.com. 
>Make sure that example.com has an A record, as well as the NS and MX 
>records.
>
>  
>



More information about the bind-users mailing list