Web Hosting Talk







View Full Version : How To install a DNS server in localhost ?


MAUPIN
03-09-2005, 01:07 PM
My machine run under OS X (10.3.4) / apache 1.3.29.

thanks for all.

Bashar
03-09-2005, 01:10 PM
http://www.qwerta.com/macosx-bind-howto.html

SlAiD
06-29-2005, 08:09 PM
Hi,

Do you know a similar program for Windows?

I try windows dns but dont work.

Bashar
07-09-2005, 05:59 AM
try http://www.google.com/search?q=dns+for+windows

KenThomp
07-09-2005, 12:32 PM
Originally posted by SlAiD
Hi,

Do you know a similar program for Windows?

I try windows dns but dont work.

Then your doing it wrong :)

SlAiD
07-09-2005, 01:33 PM
Thanks anyway...
I use dnspark.net now.

I love google! :P

vagabond007
08-11-2005, 10:58 PM
what abt freebsd is BIND best option avliable ...:?

flashwebhost
10-06-2005, 05:54 PM
I think BIND is popular. djbdns by author of qmail is said to be very secure and light weight.

I just installed bind9-9.3.1 on FreeBSD from ports. But it is not starting. I just renamed the rndc.conf.sample to rndc.conf, may be i need to add some thing to this file.

freebsd# rndc start
rndc: connect failed: connection refused
freebsd#

Bashar
10-06-2005, 10:06 PM
check ur logs at /var/log to see the error

might be wrong named.conf setting

admans
10-13-2005, 09:00 AM
Thanx people..i was looking out for this kind of tutorial...

halox
01-28-2006, 07:37 PM
I tried and I still can't get one going. I give up.

flashwebhost
01-28-2006, 07:50 PM
halox, you may need

named_enable="YES"

in your /etc/rc.conf

I think FreeBSD start needing this recently. On my server MySQL worked with out this, after a upgrade, mysql stoped working, atlast found it need mysql_enable="YES" in /etc/rc.conf

halox
01-28-2006, 09:02 PM
That fixed it! Thanks!