• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Question Turning Off IPv6

KrazyBob

Regular Pleskian
During setup I selected both IPv4 and IPv6 support. But I only have IPv4. On the DNS template there are all of the zone records for IPv6 that I know I can delete. But is there anywhere else I need to turn it off? I can't seem to find the page where I declared the server IP.
 
How do find these articles? I typed "How do I disable IPv6" and it came up with nothing.

There are no IPv6 addresses on the server so I'm assuming I just disable those two lines?
 
Thank you for your help. I'd like to get migrating but I don't find a flow chart of things to do to setup the server. Many changes. LOL. I am excited about most.

Alright sir. I have followed the instructions and found a blank file except for commented Out Lines. I added the lines and ran sysctl -p. I then deleted the IPv6 lines in the DNS template but noticed that there is an IPv4 line but no CNAME line for www. Many changes in Onyx. Should IPv4 remain, be replaced by CNAME www or both?

Yes, good idea.
 
Why not just click "Restore the Default DNS Zone Template" button?
www CNAME record will be added to your zone when you create subscription. By default there is no record for www in DNS Template.
 
Doing that restored the IPv6 settings. Remember that when I set up the server (my first Onyx) I said yes tyo IPv6 not thinking that I only had IPv4 IP's.

<domain>. NS ns2.<domain>.
<domain>. NS ns1.<domain>.
<domain>. A <ip.web>
<domain>. AAAA <ipv6.web>
<domain>. MX (10) mail.<domain>.
<domain>. TXT v=spf1 +a +mx +a:<hostname> -all
_dmarc.<domain>. TXT v=DMARC1; p=none
ftp.<domain>. CNAME <domain>.
ipv4.<domain>. A <ip.web>
ipv6.<domain>. AAAA <ipv6.web>
mail.<domain>. A <ip.mail>
mail.<domain>. AAAA <ipv6.mail>
ns1.<domain>. A <ip.dns>
ns1.<domain>. AAAA <ipv6.dns>
ns2.<domain>. A <ip.dns>
ns2.<domain>. AAAA <ipv6.dns>
webmail.<domain>. A <ip.webmail>
webmail.<domain>. AAAA <ipv6.webmail>
 
Back
Top