Results 1 to 4 of 4
hi
I have network And the 30 PC
Of course xp But the server fedoracor5 .
ok Everything is fine dhcpd is runing now and samba its share .
Remained ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-01-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 3
start dns
hi
I have network And the 30 PC
Of course xp But the server fedoracor5 .
ok Everything is fine dhcpd is runing now and samba its share .
Remained the dns .
I learned from some of the explanations given in some locations arrived in this file and I want to just to fit in my network
i mean domain name server . To see these files
etc/named.conf and etc/resolv
etc/named.conf
//
// named.conf for Red Hat caching-nameserver
//
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
See in this column
//
// a caching only nameserver config
//
controls {
inet 62.149.114.7 allow { 62.149.114.7; } keys { rndckey; };here my dns For example,
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localdomain" IN {
type master;
file "212.118.133.101.zone";
allow-update { none; };
};
zone "localhost" IN {
type master;
file "212.118.133.101.zone"; and here name host or what
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };ane here
};
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 . 0.0.0.0.0.0.ip6.arpa" IN {
type master;
file "named.ip6.local";
allow-update { none; };
};
zone "255.in-addr.arpa" IN {
type master;
file "named.broadcast";
allow-update { none; };
};
zone "0.in-addr.arpa" IN {
type master;
file "named.zero";
allow-update { none; };
};
include "/etc/rndc.key";
See in this column
inet 62.149.114.7 allow { 62.149.114.7; } keys { rndckey; }
What author here inet .... name server and keys and here
zone "localdomain" IN {
type master;
file "212.118.133.101.zone";
allow-update { none; };
- 05-01-2006 #2Banned
- Join Date
- Jul 2004
- Posts
- 947
Please speak english, i dont understand your question
- 05-01-2006 #3Just Joined!
- Join Date
- Jan 2006
- Posts
- 3
How I can make the dns works
I am sorry sometimes giving English
- 05-01-2006 #4Just Joined!
- Join Date
- Jan 2006
- Posts
- 3
ok etc/named.conf and etc/resolv.conf What are these files for


Reply With Quote
