Hi everybody,

I just setup my dns using bind-9.6.1-P2

when I try to ping the server with a hostname, that's ok.
i.e.
#ping www.superease.net
PING www.superease.net (202.68.195.36) 56(84) bytes of data.

But when I try to ping the server without hostname,

#ping superease.net
ping: unknown host superease.net

Can someone tell me what's up?!?!?!?

Here the zone file

$TTL    86400
$ORIGIN superease.net.
@                       IN SOA  dns1.man169.com. root.dns1.man169.com. (
                                        2010022307      ; serial (d. adams)
                                        10800           ; refresh
                                        900             ; retry
                                        604800          ; expiry
                                        86400 )         ; minimum

@               IN      NS      dns1.man169.com.
@               IN      NS      dns2.man169.com.
@               IN      MX 10   mail.man169.com.
www             IN      A       202.68.195.36
z               IN      A       202.131.69.99
service         IN      A       202.131.69.98
news            IN      A       202.131.69.98
*               IN      CNAME   www
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to