• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved Problems with additional IPv4 not working

LorisMod

New Pleskian
Server operating system version
Ubuntu 20.04 x86_64
Plesk version and microupdate number
Plesk Obsidian 18.0.51.1
Hello,

I have a problem on a Plesk server with adding an additional IP. It shows me no errors after adding it, but it is unreachable and appears to be not configured in the system.

add-ip.jpg
I tried to fix IP as suggested in the form for similar problems, but without fixing and getting error messages:
root@server08u:~# plesk bin ipmanage --repair 158.220.110.81
The IP address 158.220.110.81 was synchronized with the system.

root@server08u:~# plesk db "select status from IP_Addresses where ip_address = '158.220.110.81'";
+--------+
| status |
+--------+
| 0 |
+--------+

But IP does not appear in ifconfig:

root@server08u:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 176.57.150.95 netmask 255.255.255.255 broadcast 0.0.0.0
inet6 fe80::250:56ff:fe43:a61a prefixlen 64 scopeid 0x20<link>
ether 00:50:56:43:a6:1a txqueuelen 1000 (Ethernet)
RX packets 2055605138 bytes 324167394790 (324.1 GB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1457256270 bytes 5099807500228 (5.0 TB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 1000 (Local Loopback)
RX packets 21808659056 bytes 20977489179929 (20.9 TB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 21808659056 bytes 20977489179929 (20.9 TB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

IP does not respond to Ping and is unreachable

If I add a domain with this additional IP the following error appears in the Plesk home page:
nginx: [emerg] bind() to 158.220.110.81:443 failed (99: Cannot assign requested address) nginx: configuration file /etc/nginx/nginx.conf test failed.
errore-ip.jpg
 

With Repair Kit it finds me the following error that it can't fix:
IP address not found on interface(s): 158.220.110.81

Screenshot_20.jpg
 
Looks like you'll have to add the IP address manually network interface. I am not sure what steps are involved for Ubuntu. But I am sure that if you'll Google around you'll find some information on how to manually add an IP to the network interface in Ubuntu.
 
Looks like you'll have to add the IP address manually network interface. I am not sure what steps are involved for Ubuntu. But I am sure that if you'll Google around you'll find some information on how to manually add an IP to the network interface in Ubuntu.
netcfg.jpg
Yes, solved by manually adding it to /etc/netplan/01-netcfg.yaml
And applying the change with: netplan apply

Adding it from Plesk is inserted into 10-plesk.yaml, but it is ignored by ubunto, on this VPS
 
I can't configure my IPv4 address on my Plesk server. When I add the IP it says: This IP address is not configured properly. Repair

I think this happens for the subnet mask. I made many attempts and followed the documents but failed. please help me to configure my IP address.

image.png
 
Back
Top