Closed xenSlayer closed 3 years ago
Hi @xenSlayer This is a known issue from previous versions of ettercap. Please use the version 0.8.3.1 where this issue is fixed.
Sorry the explanation may be a bit too short. Crashing means an abnormal exit condition. But the described condition leads to a "normal" fatal error exit condition that the IPv6 redirect rules couldn't be installed. It means that you have to enable the IPv6 pendant for ettercap versions where IPv6 support has been compiled in.
I am using ettercap 0.8.3.1 and whenever I remove the comment lines in config file Edit : "/etc/ettercap/etter.conf"
#---------------
# Linux
#---------------
redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp -d %destination --dport %port -j REDIRECT --to-port %rport"
redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp -d %destination --dport %port -j REDIRECT --to-port %rport"
the app crash when I start ARP poisoning. It works fine if I re-comment those two lines
Set the values of ec_uid
and ec_gid
to 0.
Then uncomment the redir6_...
lines in the Linux section.
Then try again.