• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Reinstalling problem

I

icanmedia

Guest
DNS problem

Hello,

I want my namesevers look like

ns1.<domain> and ns2.<domain>

I have two different C-class IP's

*.*.30.* exclusive
*.*.31.* shared


My default records look like:

<domain>. NS ns.<domain>.
<domain>. A <ip>
<domain>. MX (10) mail.<domain>.
<ip> / 24 PTR <domain>.
ftp.<domain>. CNAME <domain>.
mail.<domain>. A <ip>
ns.<domain>. A <ip>
webmail.<domain>. A <ip>


How do I need to setup DNS recods?

Thank you!
 
First, delete the record:

<domain>. NS ns.<domain>.

Then in it's place:

<domain> NS ns1.<domain>
<domain> NS ns2.<domain>

Then delete:

ns.<domain>. A <ip>

And add:

ns1.<domain> A *.*.30.*
ns2.<domain A *.*.31.*

This should work - assuming that the nameservers have been registered as hosts.
 
Where can I see if domains are registered as hosts?

I have 2 IP's in server>IP addresses management...


Doing as you suggeted was the fist that tryied.

1. NS records list for IRONDADDY.RU. provided in the domain template
is different from the one contained at ns2.irondaddy.ru.(83.*.31.*)

ns2.irondaddy.ru. - 'ns.irondaddy.ru.'
domain template - 'ns1.irondaddy.ru. ns2.irondaddy.ru.'

2. NS records list for IRONDADDY.RU. provided in the domain template
is different from the one contained at ns1.irondaddy.ru.(83.*.30.*)

ns1.irondaddy.ru. - 'ns.irondaddy.ru.'
domain template - 'ns1.irondaddy.ru. ns2.irondaddy.ru.'


after such exeption I resen NS records and added ns1. Now waiting for checkup


ps/
I'm designer. not sysadmin it's a god dammed hard thing for me to configure it all on linux :-(
 
You have to register them as hosts (nameservers) with the registraar you purchased the domain name from.
 
I still can not configure dns

Please help me!

Now i get:

Dear Madam/Sir,
We are sorry to notify that the check of 'DOMAIN.RU'
DNS-servers has failed with the following error(s):

1. Could not obtain SOA record for DOMAIN.RU. from ns.DOMAIN.ru.(**.***.30.**)

2. Could not obtain SOA record for DOMAIN.RU. from ns1.DOMAIN.ru.(**.***.31.**)



Please try to correct the problems before the next check
retry in 3 hours.

See the DNS recommendations at http://www.ripn.net/nic/rfc/rfc1912.txt
if you need help.
 
Back
Top