• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Changing Main IP Adresse - Ineffective after restart

p0se

Basic Pleskian
Server operating system version
Ubuntu 22.04.1 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.47
Hello

I have added an IP address in the Plesk web interface.
This has changed the primary IP address of the server.

To fix this I made the following change

I set the old UP to main='true' and the new IP to main='false'.
The change took effect directly in the web interface. The old IP was displayed again as the primary IP.

After restarting the server, the new IP address is used as primary again.
Via IP a I now see that even after changes via the database, the old IP is listed as secondary.
Code:
    inet 45.67.139.NEW/24 brd 45.67.139.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet 45.67.139.OLD/24 brd 45.67.139.255 scope global secondary eth0

How can I give the new IP the secondary status?
 
If I look into the file /etct/netplan/10-plesk.yml, there is also only one entry for the new IP.
Code:
network:
  version: 2
  renderer: networkd
  ethernets:
    eth0:
      addresses:
        - 2a0e:97c0:3e2:1b5::/64
        - 45.67.139.new/24
 
Back
Top