• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Issue A-record

Ankebut

Regular Pleskian
Hello,

i am using for a domain in my plesk chayns, and i have add a a-record for this domain with ip: 62.153.122.95 but that dont need work, can anwere help me please?

Code:
    Host    Record type    Value
    ns2.ditib-lonsee.de.    A    148.251.246.48
    ns1.ditib-lonsee.de.    A    148.251.246.48
    ditib-lonsee.de.    A    62.153.122.95
    webmail.ditib-lonsee.de.    A    148.251.246.48
    mail.ditib-lonsee.de.    A    148.251.246.48
    ipv4.ditib-lonsee.de.    A    148.251.246.48
    ns.ditib-lonsee.de.    A    148.251.246.48
    ns1.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    webmail.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    mail.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    ipv6.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    ns2.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    ns.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2

bevor i have use this setting and that works only with same setting not work in plesk

Code:
$TTL 86400
@   IN SOA ns1.first-ns.de. postmaster.robot.first-ns.de. (
   2017010601   ; serial
   14400        ; refresh
   1800         ; retry
   1209600      ; expire
   86400 )      ; minimum

@                        IN NS      robotns3.second-ns.com.
@                        IN NS      robotns2.second-ns.de.
@                        IN NS      ns1.first-ns.de.

@                        IN A       148.251.246.48
*                        IN A       148.251.246.48
chayns                   IN A       62.153.122.78
facebook                 IN A       62.153.122.78
localhost                IN A       127.0.0.1
mail                     IN A       148.251.246.48
www                      IN A       148.251.246.48
*                        IN AAAA    2a01:4f8:192:82af::2
mail                     IN AAAA    2a01:4f8:192:82af::2
www                      IN AAAA    2a01:4f8:192:82af::2
ftp                      IN CNAME   www
imap                     IN CNAME   www
loopback                 IN CNAME   localhost
pop                      IN CNAME   www
relay                    IN CNAME   www
smtp                     IN CNAME   www
@                        IN MX 10   mail
 
Back
Top