I have dedicated server from OVH, that has 40 ip addresses on three routes.
ip route show
default via x.y.z.254 dev eno0
a.b.c.0/24 dev eno0 proto kernel scope link src a.b.c.161
x.y.b.0/24 dev eno0 proto kernel scope link src x.y.b.74
x.y.z.0/24 dev eno0 proto kernel scope link src x.y.z.238
For example, 16 ip addresses on routing a.b.c.0/24 ending with 160 to 175.
There is a PLESK hosting control panel, like whm/cpanel.
When a domain is assigned to an ip on the routing a.b.c.0/24 then it works.
When I ping the domain or open the domain it's ok, but all the requests that's going out from that domain are going to be from the routing source ip, regardless of the ip assigned to it.
For example the domain is assigned to a.b.c.162, all the requests that are coming from it, for example using cron or whatever the server in back-end ( php ) do are coming from a.b.c.161.
How can I solve this problem?