iptables -t nat -I PREROUTING -i wlan0 -m tcp -p tcp -d www.facebook.com --dport 443 -j DROP
iptables -F iptables -A INPUT -j REJECT iptables -A OUTPUT -j REJECT iptables -A FORWARD -j REJECT
iptables -A INPUT -i wlan0 -s 192.168.0.0/16 -j DROP
echo "1" > ... and then arpspoof ....
and finally with iptables ......
then i decided to bock all traffic with:
one more try to drop all incoming connections on a specific network interface with:
if anyone from you made some progress with these tools,let share it
info about commands for iptables from here
http://linuxconfig.org/collection-of...iptables-rules