When i try to tap this command :

Code:
ettercap -T -q -i wlan0 -P dns_spoof -M arp // //
I have the error:

Entry outside a section in etter.conf line 1 :

my etter.conf code is :

---------------------------------------
Code:
redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
----------------------------------------

This code seams to be correct but i didn't succeeded to find out the problem.


I didn't forgot to change code etter.conf.dpkg-dist :

ec_uid = 0
ec_gid = 0

Thank you.