I do have physical inteface if0
which is carrying several IPs
how can I manage the outgoing traffic to flow from different ips?
e.g. rinetd uses yyy.yyy.yyy.yyy
and postfix knocks out via zzz.zzz.zzz.zzz
now all goes through the first xxx
which is carrying several IPs
Code:
ifconfig_if0="inet xxx.xxx.xxx.xxx"
ifconfig_if0_alias0="inet yyy.yyy.yyy.yyy"
ifconfig_if0_alias1="inet zzz.zzz.zzz.zzz"
e.g. rinetd uses yyy.yyy.yyy.yyy
and postfix knocks out via zzz.zzz.zzz.zzz
now all goes through the first xxx