• 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!
  • 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.

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