I would like to set my 3rd NIC as a mirror port / span port to be able to sniff outgoing trafic to check for un-encrypted data. I have searched around a bit and found these two methods:
<span>
<descr>SPAN</descr>
<if>xl2</if>
<enable/>
</span>
Under the <interfaces> tag. This causes the NICs type to be SPAN, but can not be found under the interface settings list, or firewall etc. (and no data is sent on the NIC) [ Found at
http://m0n0.ch/wall/list/showmsg.php?id=191/47 ]
Also that running
ifconfig <src nic> span <target nic> from exec.php, but this returns
ifconfig: span: bad value [Found at
http://forum.m0n0.ch/index.php/topic,2343.0.html ]
What am I doing wrong?
Thanks!
//Johannes
[ P.S. I don't want to use a hub]