I use IONOS provider with Plesk and Ubuntu 22
With the Plesk team the issue seems to be related to the server IP that for the hosting provider they say are static but that in the Ubuntu config file they seems to be dynamic.
root@peopleinside:~# ip a | grep 82.XXX.77.57
inet 82.XXX.77.57/32 metric 100 scope global dynamic ens192
So the provider give to me an Ubuntu guide:
Setting a Static IP in Ubuntu – Linux IP Address Tutorial
The Plesk team suggested to configure the IP as static but the provider is not helping me because this seems out of they support scope.
Following the guide I discovered that in /etc/netplan/00-Public_network.yaml I have the follow:
Code:
network:
ethernets:
ens192:
dhcp4: true
accept-ra: true
version: 2
From what I understand this file is wrong and need to be edited to have a static IP or as the Plesk team said:
At some point, DHCP fails to renew its lease for some reason and due to that, services including SSH, Plesk-related services, etc. periodically becomes unreachable.
Now is not easy to me understand what I need insert in this configuration file.
I'm still working to understand how can I configure correctly this file then let's see if this will resolve the named service stop to listening.
I hope in the Plesk ticket I can have the right info.
Now I understand why some other user can have the same issue I'm experiencing.
The provider gives a VPS with Plesk and Ubuntu installed but, even if the server IP is static, Ubuntu seems need some manual SSH or FTPS configurations on this network file to not loose the network so avoid downtimes.