Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi @thinkjarvis,
Here is the fix I've found for my IONOS Dedicated Server:
https://talk.plesk.com/threads/problem-with-etc-network-interfaces-and-2-additional-ipv4-on-ionos-server.359917/post-905518
Good luck :)
Hi Oizo,
Your /etc/network/interfaces.d/* file should look like this (with your server IP address replacing the text YOUR.IP.ADDRESS.HERE)::
# The loopback network interface
auto lo ens192
iface lo inet loopback
# The primary network interface
allow-hotplug ens192
iface ens192 inet static...
Possible Solution
I've found this solution after days of trying different configurations without luck,
hopefully, this works for you as well. IONOS Dedicated Server
Inside your
/etc/netplan/ directory
you will find a file, in my case is: 50-cloud-init.yaml (it may be different on yours)
Open...
Hi Bradz,
The output you get differs from the issue I had but maybe this will solve the losing connection every 12 hours:
Inside your
/etc/netplan/ directory
you will find a file, in my case is: 50-cloud-init.yaml (it may be different on yours)
Open the file it may look like this...
Hello,
If anyone having the IONOS issue with Dedicated Servers please check the output and let me know If you have an error here:
sudo networkctl status
Hello,
If anyone having the IONOS issue with Dedicated Servers please check the output and let me know If you have an error here:
sudo networkctl status
Hello I'm having exact same issue for the second time with Dedicated IONOS, first time after weeks decided to create a new server and move all the data, please let me know If you solved this somehow, thanks