I need to make sure my clients outgoing ip address uses the dedicated ip they are assigned.
For example,
site123.com has an ip of 123.123.123.2(eth0:1) (resolves fine when incoming)
but it is using my main server ip 123.123.123.1 (eth0) when it makes outgoing requests
How can I go about changing this?
I am using centOS on the dedicated server.