Jump to content

Recommended Posts

Posted

Вот :-)

 

Домен для примера 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.

Posted
так 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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.