Hi All,
I wish to setup Port-Mirroring on a Centos 6.4 router using iptables was was going to use the commands:
Code:
iptables -I PREROUTING 1 -t mangle -j ROUTE --gw 192.168.122.62 --tee
iptables -I POSTROUTING 1 -t mangle -j ROUTE --gw 192.168.122.62 --tee
Until I found out the module wasn't included in the Iptables:
Code:
iptables v1.4.7: unknown option `--gw'
To include this module would I have recompile netfilter aka download and install and build a new Kernel?
Is it possible to use iproute2 tools to SPAN/Port-Mirror?
Thanks