• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Problem with 2 IP Addresses

Nicola

Basic Pleskian
Hi,
I have 2 IP for my server (IP-001, IP-002): I moved some domains to IP-002 and all work fine in the browser but if I send requests cURL/sockets the request appears to come from the IP-001. Anyone have any idea on how to change this setting?

Thanks in advance
 
Hi Nicola,

with your curl - command, your are able to use as well for example:

curl --interface XXX.XXX.XXX.XXX ...

... or use a PHP setting, as for example:
Code:
<?php
curl_setopt($ch, CURLOPT_INTERFACE, "XXX.XXX.XXX.XXX");
?>


Pls. consider to ask "non-Plesk-relevant" questions at for example => Open Topics
 
Last edited by a moderator:
ok thanks, but the cURL is only an example...my question is this: there is some setting in plesk or centOS 7 that allows me to set output IP for any kind of request?
 
Back
Top