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

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