Can any body explain this?

McNutt, Justin M. McNuttJ at missouri.edu
Fri Jan 11 23:46:00 UTC 2002


Do a 'whois macrozon.com' and you'll see that there are two name servers
answering queries for that zone at:

   Domain servers in listed order:

   NS1.CADVISION.COM            207.228.64.43
   NS3.CADVISION.COM            207.228.64.5

They are answering name queries for that zone.

--J

> -----Original Message-----
> From: husam [mailto:h.jehadalwan at student.kun.nl]
> Sent: Friday, January 11, 2002 1:45 PM
> To: comp-protocols-dns-bind at moderators.isc.org
> Subject: Re: Can any body explain this?
> 
> 
> 
> My domains are:
> 1- macrozon.com	(registered at netsol)
> 2- macrozon.net	(at 6star)
> 
> I'm not inteding to manage both domains at the same time. 
> First I configured
> 
> BIND to manage the first domain 'macrozon.com'. All worked 
> fine. But when I
> 
> changed all the configurations of BIND to manage only the 
> second domain 'macrozon.net'
> 
> instead of 'macrozon.com' all went wrong.
> 
> You know, I removed BIND from the server
> 
> but remote machines still able to visit my website on the old domain 
> name  despite the fact that I configured BIND to manage macrozon.net. 
> Then I removed BIND from server, but remote machines still 
> able to visit 
> macrozon.com, the old name. HOW COME?
> When I do nslookup macrozon.com on remote machines, it lists 
> perfectly 
> my ip adress beside macrozon.com. I don't want this. I want 
> it to point 
> to macrozon.net instead. I restarted BIND several times and I'm sure 
> it's reloading it's configuration files each time I modify them.
> My ISP (a university service) is not willing to help on any thing.
> What I still don't know is whether my linux box has to be 
> delegated by 
> my ISP or not. But I don't think it's necessory because the 
> setup of the 
> server the first time went ok without the intervention of my ISP.
> 
> 
> 
> Here are the configuration files:
> 
> // file: /etc/named.conf
> // generated by named-bootconf.pl
> 
> options {
>          directory "/var/named";
>          /*
>           * If there is a firewall between you and 
> nameservers you want
>           * to talk to, you might need to uncomment the query-source
>           * directive below.  Previous versions of BIND always asked
>           * questions using port 53, but BIND 8.1 uses an unprivileged
>           * port by default.
>           */
>          // query-source address * port 53;
> };
> 
> //
> // a caching only nameserver config
> //
> zone "." {
>          type hint;
>          file "named.ca";
> };
> 
> zone "0.0.127.in-addr.arpa" {
>          type master;
>          file "named.local";
> };
> zone "macrozon.net" {
>           type master;
>           file "/var/named/macrozon.net";
>           };
> 
> ----------------------------------------------
> The zone file:
> ----------------------------------------------
> 
> $TTL    604800
>       ;Zone bestand voor domein linux.bogus
>       ;
> macrozon.net.    IN   SOA       catv7229.extern.kun.nl. 
> hostmaster.macrozon.net. (
>                                  1999280201
>                                  28800
>                                  7200
>                                  3600000
>                                  86400 )
> 
> 
> macrozon.net.   IN      NS              catv7229.extern.kun.nl.
> macrozon.net.   IN      MX      10      macrozon.net.
> macrozon.net.   IN      A               131.174.117.229
> www             IN      CNAME           macrozon.net.
> 
> 
> 
> My fully qualified name is: catv7229.extern.kun.nl
> my IP is: 131.174.117.229
> 
> ------------------------------------------------------------
> the resolv.conf file
> ------------------------------------------------------------
> search extern.kun.nl
> nameserver 127.0.0.1
> nameserver 131.174.60.21
> 
> 
> 
> 
> TNAKS IN ADVANCE.
> 
> 


More information about the bind-users mailing list