stop zone transfers from coming in

2009-04-28 Thread Chris Henderson
My server works as a secondary for a zone. I asked the master server's
admin to stop the zone transfer; I didn't get any reply and thus
commented out the zone's section in my named.conf. But I'm still
getting zone files coming in to my server.

Here is what I have commented out:

#  zone example.com {
#   type slave;
#   file extra/example.com;
#masters {
#   xxx.xxx.xx.xx;
#   };
#  };

I commented out for some other zones as well and they have stopped
coming but not this one.
How do I stop this?

Thanks.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


More than four name server for whois record

2009-03-01 Thread Chris Henderson
I cannot put more than four name servers in the domain management web
interface (whois record). But in my zone file I already have more than
four NS listed. Is there any way I can publish more than four domains
in my whois record?
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: setup default DNS server with only one record

2008-12-13 Thread Chris Henderson
On Fri, Dec 12, 2008 at 4:26 AM, Jonathan Petersson
jpeters...@garnser.se wrote:
 You want to manipulate the . zone. The config you have should be valid,
 just point your . zone in named.conf to the zone file.

Thanks. This resolved the issue. This is what I did:

edit named.conf and replace:

zone . in {
type hint;
file root.hint;
};

with:

zone . in {
  type master;
  file nms.org;
};

One problem I had was when users type any HTTPS URL it would time out.
To resolve that issue I've just setup HTTPS on this server and now
everything works fine.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


setup default DNS server with only one record

2008-12-11 Thread Chris Henderson
I am trying to setup a default DNS server for one of my restricted
network segment so that no matter what people type in their browser,
they will be redirected to a single IP address or the hostname. The
zone file that I have setup is partially working - it resolves
anything.mydomain.com to a single IP address but doesn't resolve
anything.some-other-domain.com (eg. www.cnn.com) - it just gives up.
Here is my zone file. Any help would be highly appreciated. Thanks.

$TTL 1W
@   IN SOA  nms.mydomain.com.   hostmaster.mydomain.com. (
42  ; serial
2D  ; refresh
4H  ; retry
6W  ; expiry
1W ); minimum

@   ns  nms.mydomain.com.
*   A   192.168.25.25
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


DNS Master server migration.

2008-12-10 Thread Chris Henderson
I'm migrating away from my 12 year old Solaris master DNS server to a
new Linux based master server. I'm looking for suggestions on how to
make the transition smooth without any downtime. The IP address of the
new server will be different and so will be the hostname that will
show up in the whois record. Is there any way to run two master at the
same time and when I know the new master is working, I can turn off
the old one? Would that be a good idea? I am open to any suggestions.

Thanks.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users