Hello,
I have two ethernet interfaces with different Ip from the same subnetwork
ether1 - 10.1.1.2/24
ether2 - 10.1.1.3/24
-----------------------
they have the same gateway 10.1.1.1/24
How can i force different packets to pass via specific interface?
ex: all HTTP (80) packets to pass via ether1 interface to 10.1.1.1 gw,
and all other packets to pass via ether2 interface to 10.1.1.1 gw
Diagram:
________/ ether1 -----\
user - MK____________HUB----GW 10.1.1.1
________\ ether2 -----/
Note: (_) - just a space
Thanks