Wrong public ip OVH vps

Issues related to configuring your network
Post Reply
alien85
Posts: 1
Joined: 2021/07/04 18:13:31

Wrong public ip OVH vps

Post by alien85 » 2021/07/07 20:58:03

Hello all,
I have a VPS on OVH with centos 8 and Plesk as panel.

I have a strange issue, after add 4 additional ip, when reboot also if IP on eth0 is correct (is the main uip of server/Plesk), the public ip change on one of additional ip.

OVH say that centos need a configuration for use lalways the same io for public connection, but I not know how can I set.

In network-script folder I have the main file set as:
[root@server network-scripts]# cat ifcfg-eth0
# Created by cloud-init on instance boot automatically, do not edit.
#
BOOTPROTO=dhcp
DEFROUTE=yes
DEVICE=eth0
DHCLIENT_SET_DEFAULT_ROUTE=yes
HWADDR=fa:16:3e:ff:a4:44
IPADDR6=2001:xxxxxxx
IPV6ADDR=2001:xxxxxx
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6_DEFAULTGW= Xxxx
IPV6_FORCE_ACCEPT_RA=no
MTU=1500
ONBOOT=yes
STARTMODE=auto
TYPE=Ethernet
USERCTL=no

In dhcp acquire always the same (main ip ).

Are present also in same folder: ifcfg-ens3 ifcfg-eth0 ifcfg-eth0:1 ifcfg-eth0:2 ifcfg-eth0:3 ifcfg-eth0:4 ; in 0:1/2/3/4 are preßent the 4 additional ip; when reboot use random one of this as public ip.

Someone can help me?

Thanks
Giuseppe

scottro
Forum Moderator
Posts: 2556
Joined: 2007/09/03 21:18:09
Location: NYC
Contact:

Re: Wrong public ip OVH vps

Post by scottro » 2021/07/08 17:27:19

We do not support any systems that run a control panel of any description. That includes Plesk, cpanel, DirectAdmin, CWP or anything else even like those. They will all almost certainly install their own copy of httpd and replace the one that we ship. So you either need to ask them about it or go read your logs - which if it was a CentOS supplied httpd would by under /var/log/httpd by default - and discover what it is complaining about and fix it.

That being said, it's possible someone familiar with Plesk may see this and offer some help
New users should check the FAQ and Read Me First pages

Post Reply