I have a Linux machine set up to forward IPv4 packets. I'm looking to do this:
if packet matches both source and destination, forward to GW X.
How do I specify the source field? Do I need to use iptables
?
I have a Linux machine set up to forward IPv4 packets. I'm looking to do this:
if packet matches both source and destination, forward to GW X.
How do I specify the source field? Do I need to use iptables
?