Yesterday I created a new droplet with selecting Plesk from the marketplace as auto-installation.
Droplet features: Ubuntu 22.04.3 LTS 1 CPU, 1GB RAM, 25GB SSD (the 6$ droplet plan) AMS3 Datacenter
I have moved two of my websites from my old droplet, which has the same size and the same datacenter with an older Ubuntu version.
Site 1: Nameservers directed to DigitalOcean prefixed ns1, ns2, and ns3.
Site 2: Nameservers directed to CloudFlare prefixed kim and tony.
Both sites have the same configuration and different versions of WordPress. I migrated successfully. I haven’t destroyed the server blocks of both of the websites in the old droplet. I am sure both sites are directed to the new droplet.
This evening, I had trouble with Plesk control panel which is accessed from droplet’s IP address. I could not access the website as my browser could not connect there. I inspected all over and I have found these inconsistencies:
Connected to home wi-fi with any device:
I reset the modem and the above observation does not change.
Connected to mobile network:
So, there are two problems. 1- My home wifi blocks the connections to the new droplet 2- Site 2 DNS setting resolves correctly in practice (WordPress Site Health) but wrong in theory (What’s My DNS).
My questions are:
I will appreciate any clarification. Thanks for your time.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hey Adnan,
Your situation presents a couple of interesting challenges that are quite common when migrating websites and dealing with DNS changes.
1. Home WiFi Blocks Connection to the New Droplet
Possible Causes:
Solutions:
ipconfig /flushdns
in the command prompt. On macOS, you can usesudo killall -HUP mDNSResponder
in the terminal.2. Re-enable Home WiFi to Connect to the New Droplet
Following the steps above (clearing DNS cache, changing DNS resolver, and restarting your router) should, in most cases, resolve the issue with your home WiFi not connecting to the new droplet.
3. Access to Site 2 via CloudFlare
Yes, the fact that you can access Site 2 but not Site 1 likely indicates that CloudFlare’s DNS and caching services are serving Site 2’s content. CloudFlare acts as a reverse proxy, caching content and serving it to your users, which can sometimes mask underlying DNS or server issues. CloudFlare might still be serving the content from its cache, or its DNS might have updated faster than your local or ISP’s DNS servers.
While it’s important for diagnostic purposes to check DNS resolution globally (as with “What’s My DNS”), what matters most for your users is the actual accessibility and performance of the site. However, discrepancies can indicate propagation delays or misconfigurations that could affect users in different regions differently.
Given the complexity of DNS changes and caching, it’s not uncommon to experience temporary access issues. I would recommend to monitor the situation for 48 hours typically allows enough time for global DNS propagation and local caches to update.
If problems persist beyond this window, reviewing the DNS configurations at your domain registrar, CloudFlare, and any other DNS services involved, as well as consulting their support services, might be necessary.
Let me know how it goes!
Best,
Bobby