• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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