Hello
I have one physical interface eth0 with subinterfaces. All adresses of
interfaces are from the same network. I have a serivce that listen on
one of subinterfaces eth0:2 with ip 192.168.0.10 and everything is ok
but the outgoing traffic from this service is via eth0 ip address
192.168.0.1. I want that this service to use eth0:2 ip address instead
eth0 ip address.Is it possible to achive it without using iptables?
Best regards