Re: no hostname become unresolvable.

2010-02-23 Thread Jeremy C. Reed
> @   IN  MX 10   mail.man169.com. Try adding here: @ IN A 202.68.195.36 > www IN  A   202.68.195.36___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo

RE: no hostname become unresolvable.

2010-02-23 Thread Lightner, Jeff
ll go to the same IP for the domain. -Original Message- From: Stephane Bortzmeyer [mailto:bortzme...@nic.fr] Sent: Tuesday, February 23, 2010 10:01 AM To: Lightner, Jeff Cc: Cefull Lo; bind-users@lists.isc.org Subject: Re: no hostname become unresolvable. On Tue, Feb 23, 2010 at 09:50

Re: no hostname become unresolvable.

2010-02-23 Thread Stephane Bortzmeyer
On Tue, Feb 23, 2010 at 09:50:29AM -0500, Lightner, Jeff wrote a message of 66 lines which said: > superease.net. IN A 202.68.195.36 ... > The dot is important Using @ would be simpler and would allow the zone file to be used for other zones as well. http://www.bortzmeyer.org/id

Re: no hostname become unresolvable.

2010-02-23 Thread Sam Wilson
In article , "Lightner, Jeff" wrote: > You need an A record for the domain itself: > superease.net. IN A 202.68.195.36 > www IN A 202.68.195.36 > > The first one (terminated by the dot) tells it lookup for the domain > name "superease.net" itself. The dot i

Re: no hostname become unresolvable.

2010-02-23 Thread Stephane Bortzmeyer
On Tue, Feb 23, 2010 at 10:41:37PM +0800, Cefull Lo wrote a message of 89 lines which said: > But when I try to ping the server without hostname, [Technicality: there *is* a hostname, superease.net *is* an hostname.] > Here the zone file There is no A or record for @ (superease.net).

RE: no hostname become unresolvable.

2010-02-23 Thread Lightner, Jeff
You need an A record for the domain itself: superease.net. IN A 202.68.195.36 www IN A 202.68.195.36 The first one (terminated by the dot) tells it lookup for the domain name "superease.net" itself. The dot is important - without it this would try to lookup su