• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

DNS Template question

F

Filipe Miranda

Guest
Hello,

Part of my DNS template looks like this:

<domain>. NS ns1.<domain>.
<domain>. NS ns2.<domain>.
<domain>. A <ip>
ns1.<domain>. A <ip>
ns2.<domain>. A <ip>

Since I need 2 DNS entries for my domain, and in this test server I'll use the same server to handle these 2 entries, my question is:

Is there a variable to point to the second ip available in my server?

As you can see:
ns1.<domain>. A <ip>
ns2.<domain>. A <ip>

This will make it point to the same ip address, but I need it to point to the sencond available virtual address that I have in my server. Is there a variable to that? Or will I have to speficy the IP address itself?

Thank you,
Filipe Miranda
 
http://download1.swsoft.com/Plesk/Plesk8.2/Doc/plesk-8.2-unix-administrators-guide/16647.htm :

Select the resource record type and specify the record properties as desired.

Note that you can use <ip> and <domain> templates that will be replaced in the generated zone with real IP addresses and domain names. You can use a wildcard symbol (*) to specify any part of the domain name, and you can specify the exact values you need.

Seems there is no <second virtual address> templates.
 
Back
Top