Alex Freeman Posted July 26, 2007 Posted July 26, 2007 Вот :-) Домен для примера domain.ru В конфах заменил внешний IP на xx.xx.xx.xx Мой DNS предполагается сделать primary secondary - DNS провайдера ns.masterhost.ru у прова прописан мой primary bind стартует успешно в логах ошибок нет. При тестировании моего DNS от прова приходят такие мылы: Не получена SOA-запись от сервера ns.mastername.ru (83.222.1.30) Не получены NS-записи от сервера ns.mastername.ru (83.222.1.30) Мож кто поможет... файл named.conf ------------------------------------------------------------- options { directory "/var/named"; }; zone "." { type hint; file "named.ca"; }; zone "0.0.127.in-addr.arpa" { type master; file "127.0.0"; }; zone "domain.ru" { type master; file "domain.ru"; }; zone "xx.xx.xx.in-addr.arpa" { type master; file "xx.xx.xx"; }; -------------------------------------------------------------- файл 127.0.0 -------------------------------------------------------------- @ IN SOA main.domain.ru. root.domain.ru. ( 200707253 ; Serial 28800 ; Refresh 7200 ; Retry 604800 ; Expire 86400) ; Minimum TTL NS main.domain.ru. 1 PTR localhost. -------------------------------------------------------------- файл domain.ru -------------------------------------------------------------- @ IN SOA main.domain.ru. root.domain.ru. ( 200707225 ; serial, todays date + todays serial # 8H ; refresh, seconds 2H ; retry, seconds 1W ; expire, seconds 1D ) ; minimum, seconds NS main.domain.ru. NS ns.masterhost.ru. MX 10 main.domain.ru. ; localhost A 127.0.0.1 main.domain.ru. A xx.xx.xx.xx main A xx.xx.xx.xx www A xx.xx.xx.xx ftp A xx.xx.xx.xx mail A xx.xx.xx.xx ; -------------------------------------------------------------- файл xx.xx.xx -------------------------------------------------------------- @ IN SOA main.domain.ru. root.domain.ru. ( 200707253 ; Serial 28800 ; Refresh 7200 ; Retry 604800 ; Expire 86400) ; Minimum TTL NS main.domain.ru. NS ns.masterhost.ru. ; ; Servers ; 90 PTR main.domain.ru. Вставить ник Quote
f13 Posted July 26, 2007 Posted July 26, 2007 так ns.masterhost.ru или ns.mastername.ru секондари? whois domain.ru что говорит? Вставить ник Quote
Alex Freeman Posted July 26, 2007 Author Posted July 26, 2007 так ns.masterhost.ru или ns.mastername.ru секондари?whois domain.ru что говорит? [root@main ~]# whois domain.ru [Querying whois.ripn.net] [whois.ripn.net] % By submitting a query to RIPN's Whois Service % you agree to abide by the following terms of use: % http://www.ripn.net/about/servpol.html#3.2 (in Russian) % http://www.ripn.net/about/en/servpol.html#3.2 (in English). domain: DOMAIN.RU type: CORPORATE nserver: ns1.masterhost.ru. nserver: ns2.masterhost.ru. nserver: ns.masterhost.ru. state: REGISTERED, NOT DELEGATED person: private person phone: +7 495 0000000 e-mail: vb72@mail.ru registrar: REGISTRATOR-REG-RIPN created: 2007.06.04 paid-till: 2008.06.04 source: TC-RIPN Вставить ник Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.