I have a Linux box with 8 network interfaces:
3 interfaces are connected to 3 different ISPs, one interface is the default gw interface.
Use NAT for outgoing packages.
Internally, I use the dynamic routing protocol.
When I receive external traffic from a specific interface, I want the outgoing packet to follow and exit the correct interface.
How can I accomplish that?