Click to See Complete Forum and Search --> : Dns Challenge


digitized
08-24-2001, 07:13 AM
Hi,

My domain is myhostman.com
My nameserver is ns1.myhostman.com

Using Dig results I get the correct AUTHORITY response, but no ANSWER.

These are files:

// httpd.conf ---
ServerName ns1.myhostman.com
//hostname---
hostname file = ns1.myhostman.com

//hosts file---
127.0.0.1 localhost.localdoman localhost
206.x.x.x ns1.myhostman.com ns1

//zone file for myhostman.com--
$TTL 86400
@ IN SOA ns1.myhostman.com. admin.myhostman.com. (
20010814; Serial
12H ; Refresh
1H ; Retry
2W ; Expire
1D ) ; Minimum
IN NS ns1.myhostman.com.
www IN A 206.x.x.x


thanks...