RE: repository for zone files

2010-09-24 Thread dhottinger
Quoting "Lightner, Jeff" : Technical note: I said "Netware" not "Novell". As you note Novell is now doing SuSE Linux. I believe there are still people using Netware but then again there are probably still people using CP/M somewhere. :-) -Original Message- From: bind-users-bounces+jl

RE: repository for zone files

2010-09-24 Thread dhottinger
Quoting "Lightner, Jeff" : Up until Bill came out with NT with the stated intention of killing UNIX I was somewhat of an M$ fan (over Apple that is). All he really succeeded in killing was Netware. Now years later Apple is running a UNIX based OS - go figure. -Original Message- From:

Re: repository for zone files

2010-09-24 Thread dhottinger
Quoting Stewart Dean : On AIX, I'm used to /etc/dns. CentOS seems to place in /var/named. Is there any blessed, bestofallpossibleworlds place for the zone files. I'm moving our DNS from from AIX to CentOS/Fedora. I'm inclined to create the /etc/dns dir but maybe it'd be better to put it in

Re: installing on SLES 10sp3

2010-09-09 Thread dhottinger
Does name own the directory? Quoting Lyle Giese : I am trying to install bind 9.7.1-P2 from source on a SLES 10 SP3 server. When I run named from the command line, it runs, but fails to open and write any of the zone files it downloaded. named -c /etc/named.conf (yes I am running this a roo

Thanks

2010-08-03 Thread dhottinger
Wow, Best mailing list Ive ever been on. You guys were spot on. I didnt increment my serial number right (old eyes dont see so well), so things were propagating correctly, and I had an error in my named.conf file. I appreciate all the help. ddh -- Dwayne Hottinger Network Administrat

new webserver ip

2010-08-03 Thread dhottinger
My employer decided to host our website on another server off-site. My problem is getting our dns to point from our old server to the new. Currently we own all the ip's and host our own website. Here is the zone file for harrisonburg.k12.va.us: $ORIGIN . $TTL 259200 ; 3 days harriso

Re: dhcp options 226 and 227

2009-03-30 Thread dhottinger
Oops, Sorry. Quoting Andy Shellam : ddh, You're on the BIND list. Try dhcp-users (https://lists.isc.org/mailman/listinfo/dhcp-users) instead. Regards. Andy dhottin...@harrisonburg.k12.va.us wrote: Im trying to figure out how to add options 226 and 227 to my dhcp server. I have not been

dhcp options 226 and 227

2009-03-30 Thread dhottinger
Im trying to figure out how to add options 226 and 227 to my dhcp server. I have not been able to find much about this through google. Has anyone implemented these options for their dhcp server? I added the following to my dhcpd.conf (main file) option option-226 code 226 = array of inte

Re: using bind for blacklist of domains

2009-03-24 Thread dhottinger
Contents of blockeddomains.host: $TTL 86400 ; one day @ IN SOA ns.hhs.harrisonburg.k12.va.us ( 2004061000 ; serial number 09032401 28800 ; refresh 8 hours 7200 ; retry 2 hours 864000 ; expire 10 days 86400 ) ; min ttl 1 day NS ns1.harrisonburg.k12.va.us. NS ns2.harrisonburg.k12.va.us. A 0.0.0

Re: using bind for blacklist of domains

2009-03-24 Thread dhottinger
Quoting Kevin Darcy : dhottin...@harrisonburg.k12.va.us wrote: Quoting Doug McIntyre : In comp.protocols.dns.bind you write: Has anyone used their internal dns server for blacklisting? I would like to specifically block access to domains that are spreading malware. I was grepping around the

Re: using bind for blacklist of domains

2009-03-24 Thread dhottinger
Quoting Doug McIntyre : In comp.protocols.dns.bind you write: Has anyone used their internal dns server for blacklisting? I would like to specifically block access to domains that are spreading malware. I was grepping around the internet and fell upon this website http://www.malwaredomains.co

using bind for blacklist of domains

2009-03-24 Thread dhottinger
Has anyone used their internal dns server for blacklisting? I would like to specifically block access to domains that are spreading malware. I was grepping around the internet and fell upon this website http://www.malwaredomains.com/, but dont seem to be able to get my internal name serve

Re: No name resolution when slave is down

2009-03-20 Thread dhottinger
DHCP options not giving both nameservers? What happens when you manually configure your workstation to only query the master? Quoting "Dennis J." : Hi, This morning the slave in our nameserver setup went down and surprisingly none of the domains hosted on these system could be resolved anymo