• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Plesk12 in NAT mode + WHMCS = Error 1023

Sam1234

New Pleskian
Hi Guys,

My Plesk server which is hosted in Amazon AWS working in NAT mode ( NAT extension installed ).
When I want to create a package from WHMCS I get the error: Error code: 1023. Error message: Unable to get IP ID by address' xx .xx.xx.xx (Server Public IP address) 'from db.
I am sure this error related to NAT mode as this error occured after moving Plesk server to Amazon AWS. server working with invalid IP and then IP translated to public address in firewall.

The IP address that appears in the error message is the public address of the server while reseller has shared IP address assigned.

Does anyone have an idea?
 
@Sam1234,

As i know that ip address in Amazon AWS could be changed after some actions. For example, stop and restart instance. It'll change ip address in plesk's database.

You need to run:

# plesk db

Then you should get a list of ip addresses:

mysql>SELECT * FROM IP_Addresses;

Then you should compare results with ip address which you specified in WHMCS and change it (in WHMCS) if they does not compare.
 
Thanks @cepesh84
I checked command and Plesk returned Invalid IP address which was expected. for example 192.168.0.10 and all subscribtions use this IP.
So you mean I must enter 192.168.0.10 in WHMCS -> Edit Server ?

We have 3 fields which Need IP
1- Hostname and IP Address , Which I believed need public address
2-Assigned IP Addresses
3- Primary Nameserver IP Address:
Secondary Nameserver IP Address:

Exactly on which field of creating servers I must enter this IP ?
 
@Sam1234,

Seems like, Hostname and Ip Address. But best practice is to get ip from error message
Error message: Unable to get IP ID by address' xx .xx.xx.xx (Server Public IP address) 'from db.

And compare it with settings on WHMCS -> Edit Server. I'm pretty sure that this will be a Ip Address setting.
 
You were right, after changing the IP address to invalid IP, problem solved.
Thanks for assisting.
 
Back
Top