• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question List of Subscriptions and the IP (some have two ips)

For each hosting subscription only one of the following options can be allocated:
  • One IPv4 address
  • One IPv6 address
  • One IPv4 + one IPv6 address (dual-stack subscriptions)
Assigning multiple IP addresses on one subscription is not supported in Plesk at that moment.
Most probably there is database inconsistency of misconfiguration. Try to check database with

$ plesk repair db

at least.
 
IgorG, i know this. but look in the Database SELECT in the article.

IF(ip.public_ip_address IS NULL, ip.IP_Address, ip.public_ip_address)) SEPARATOR ', ')

i just want the subscriber IP address
this query not run on a fresh up2date install .. i get a list with domain names and IP is enty
 
Back
Top