• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Problem after changing Plesk IP server

SalvadorS

Regular Pleskian
Hello,

We changed the IP of Plesk in two debian servers following this article How to change the IP address of Plesk server?

After doing that we deleted the old IP server:

ip addr del x.x.x.x/24 dev eth0

But if the server is restarted, old IP appears. So, what we have to do to delete the old ip forever?

In one of the servers with graphical install we can go to configuration, net, and in the wired configuration we see the old IP. We changed that and problem was fixed but in the other we have only console and I don´t know what to do...
 
When you change the IP you can see this configuration:

ip a

2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:0c:29:a2:7d:ff brd ff:ff:ff:ff:ff:ff
inet x.x.x.x/24 brd x.x.x.x scope global eth0
inet y.y.y.y/26 scope global eth0:1
inet6 fe80::20c:29ff:fea2:7dff/64 scope link

So IP is added to eth0:1

When you deleted the old IP:

ip a

2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:0c:29:a2:7d:ff brd ff:ff:ff:ff:ff:ff
inet y.y.y.y/26 scope global eth0:1
inet6 fe80::20c:29ff:fea2:7dff/64 scope link
valid_lft forever preferred_lft forever

And when you restart the server eth0 appears with the old ip...
 
Hello,

I don´t know if anybody can help me with this issue, if anybody changed the plesk IP in a debian server and how to change the ip permanently

Thank you in advance
 
Back
Top