Results 1 to 2 of 2
Im currently trying to configure bind as a local dns server. Now it will resolve any other domain names such as google.com....however i cant resolve any address for my configured ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-05-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 1
bind troubles
Im currently trying to configure bind as a local dns server. Now it will resolve any other domain names such as google.com....however i cant resolve any address for my configured domain name. Config spans sevral files which are ziped up in the attachment. now i have gone through and i cant see where im going wrong(yes spent an entire evening and morning doing this).
System deatil
debian 4
bind 9 from debian repositories
the domain name is cluster.org on 192.168.1.0 subnet
- 07-05-2007 #2Just Joined!
- Join Date
- Jul 2007
- Posts
- 5
Give this a try:
$TTL 3D
@ IN SOA ns1.cluster.org. hostmaster.cluster.org.(
2007070504 ;serial
8H ;refresh
2H ;retry
4W ;expire
1D) ;minimum TTL
NS ns1.cluster.org.
ns1 IN A 192.168.1.250
head IN A 192.168.1.250


Reply With Quote
