помогите чайнику =) !!!
Bind v.9..4.2
-----------------------------------------
файл named.conf:
дефолтные настройки не трогал, добавил:zone "0.0.127.in-addr.arpa"
{
type master;
file "localhost.rev";
notify no;
};
zone "ns.example.zp.ua" {
type master;
file "ns.example.zp.ua";
notify no;
zone "example.zp.ua" {
type master;
file "example.zp.ua";
notify no;
---------------------------------
файл "example.zp.ua"
example.zp.ua. IN SOA ns.example.zp.ua. admin.example.zp.ua. (
20060921 ; Serial
86400 ; Refresh
7200 ; Retry
3600000 ; Expire
86400 ; TTL
)
@ IN NS ns.example.zp.ua..
@ IN MX 100 example.zp.ua.
IN A 192.168.22.150
www IN CNAME example.zp.ua.
ftp IN CNAME example.zp.ua.
smtp IN CNAME example.zp.ua.
pop3 IN CNAME example.zp.ua.
mail IN CNAME example.zp.ua.
---------------------------------------
файл "ns.example.zp.ua."
example.zp.ua. IN SOA ns.example.zp.ua. admin.ns.example.zp.ua. (
20060921 ; Serial
86400 ; Refresh
7200 ; Retry
3600000 ; Expire
86400 ; TTL
)
@ IN NS ns.example.zp.ua..
@ IN MX 100 ns.example.zp.ua.
IN A 192.168.21.151
www IN CNAME ns.example.zp.ua.
ftp IN CNAME ns.example.zp.ua.
smtp IN CNAME ns.example.zp.ua.
pop3 IN CNAME ns.example.zp.ua.
mail IN CNAME ns.example.zp.ua.
--------------------------------------------
файл "localhost.rev"
@ IN SOA ns.example.zp.ua. admin.ns.example.zp.ua. {
20060920 ; Serial
86400 ; Refresh
7200 ; Retry
3600000 ; Expire
86400 ; TTL
)
IN NS ns.example.zp.ua.
1 IN PTR localhost.ns.example.zp.ua.
-----------------------------------
resolv.conf:
domain ns.example.zp.ua
nameserver 127.0.0.1
nameserver 192.168.21.151
-----------------------------------
hosts:
192.168.22.150 example.zp.ua
192.168.21.151 ns.example.zp.ua
----------------------------------
-> named-checkzone example.zp.ua /etc/namedb/example.zp.ua
/etc/namedb/example.zp.ua:1: no TTL specified; using SOA MINTTL instead
zone example.zp.ua/IN: NS 'ns.example.zp.ua' has no address records (A or AAAA)
zone example.zp.ua/IN: loaded serial 20090209
OK
-> named-checkzone ns.example.zp.ua /etc/namedb/ns.example.zp.ua
/etc/namedb/ns.example.zp.ua:1: no TTL specified; using SOA MINTTL instead
zone ns.example.zp.ua/IN: loaded serial 20090209
OK
-----------------------------------
-> nslookup example.zp.ua (на сервере)
server 127.0.0.1
address 127.0.0.1#53
name example.zp.ua
address 192.168.22.150
-> nslookup ns.example.zp.ua (на сервере)
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find ns.inter.zp.ua: NXDOMAIN
-------------------------------------
-> nslookup example.zp.ua (на другой машине подключённой к сети)
не работает !!!
сервер пингуется !!!
-------------------------------------
ХЕЛП плиззз