Problems Resolving external addresses. Help

Vicky Vicky at VERO.co.uk
Mon Oct 8 16:15:18 UTC 2001


I run Solaris 2.8 and all was fine until I rebooted the box.

Now it will not forward, any help would be appreciated.

Contents of named.conf

options {
	directory "/etc/namedb";	//Working Directory
	pid-file "named.pid";		// Put pid file in working dir
	notify no;
	recursion yes;
	forwarders { 195.12.1.1; 195.12.4.247; };
};

zone "0.0.127.in-addr.arpa" in {
	type master;
	file "db.127.0.0";
};

zone "100.104.192.in-addr.arpa" in {
	type master;
	file "db.192.104.100";
	notify no;
};

zone "vero.co.uk" in {
	type master;
	file "db.vero.co.uk";
	notify no;
};



More information about the bind-users mailing list