• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Cannot update IP adress

Kenneth Skytthe

New Pleskian
Hi.

Ive tried updating my plesk installation with a new IP, following this guide: https://kb.plesk.com/en/943
But after i have edited the ipaddresses.map with the new IP adress and run: /usr/local/psa/bin/reconfigurator.pl ipaddresses.map

I get the following message:

Generating DB update script...
IPAddr instance has no attribute 'addr'

My Plesk is running on Ubuntu 14.04.4 LTS and my plesk version is 12.5.30 Ubuntu 14.04 1205160407.13

Do you guys have any idea to what might be causing this?
 
I do not know what is network interface you are using, but if it is eth0, show me, please, output of following command:

# echo "IPADDR=$(ifconfig eth0 | grep "inet addr" | awk '{ print $2 }' | awk 'BEGIN { FS=":" } { print $2 }')"

change bolded network interface if you have other.
And please show me content of ipaddresses.map file.
 
Hello

I get the following address in return: IPADDR=10.13.99.1

# You should edit IP addresses, netmasks and interfaces to reflect your
# future settings. If you don't want the IP to be changed - leave it untouched,
# comment out it's line or remove entire line from the file.

eth0 xxx.xxx.xxx.xxx 255.255.255.192 -> eth0 10.13.99.1 255.255.255.0
I have omitted the public IP

The public IP address is being replaced with a private one, and then i will NAT the traffic from the public.
 
Just tried that, but no luck output of plesk reapir db is:

Checking the Plesk database using the native database server tools .. [OK]

Checking the structure of the Plesk database ........................ [OK]

Checking the consistency of the Plesk database ...................... [OK]

Error messages: 0; Warnings: 0; Errors resolved: 0
 
Back
Top