OVH Community, your new community space.

Default BIND config on OVH


fozl
30-06-2010, 12:27
Some BIND help here in the guide: http://help.ovh.co.uk/ManualBindServer

Iray
30-06-2010, 10:44
I am trying to setup BIND as my primary DNS server.

The BIND configuration on these dedicated server from OVH seem to have already been preconfirgured. While on the RPS there is no such configuration.

Are these supposed to be inside the bind main config?

Code:
zone "localhost" {
	type master;
	file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
	type master;
	file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
	type master;
	file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
	type master;
	file "/etc/bind/db.255";
};
I have added another few zones for my domain but none seem to be resolving.

Never had an issue with RPS.