Results 1 to 2 of 2
Hi bro , I configured file named.conf in /etc to create some zone for DNS server .But the zone file did not apppear in /var/lib/named (My distro is Suse 9.2 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-25-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- VietNam
- Posts
- 6
Help me in DNS server
Hi bro , I configured file named.conf in /etc to create some zone for DNS server .But the zone file did not apppear in /var/lib/named (My distro is Suse 9.2 pro)
for example
zone "test.com" {
type master;
notify no;
file "/var/lib/named/test.com.zone";
allow-query { any; };
};
So can u help me how to find my zone file
Thanks
:o :o :o
- 03-25-2005 #2Linux Newbie
- Join Date
- Mar 2005
- Posts
- 230
Never used Suse before, but this command is pretty universal.
find / -name test.com.zone
It should return a list of full path names for each file on your system called test.com.zone.


Reply With Quote
