You are not logged in.
Hi..
Im trying to make an arp poisoning on my test server but i just can't get to work om my Arch lappy. It works fine in backtrack but i would like to use Arch instead.
I installed iptables and dsniff.
First i enable forwarding with: echo 1 > /proc/sys/net/ipv4/ip_forward
Then i run: iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 8080
And after that i start arpspoof with: arpspoof -i wlan0 -t <target ip> <netmask>
When i start the arpspoof, there is no connection from the server and out. Like my Arch lap is not forwarding the connection out.
What am i doing wrong here ?
Offline
If you are using "arpspoof -i wlan0 -t <target ip> <netmask>" then you are doing it wrong. You don't use a netmask in arpspoof.
arpspoof [-i interface] [-t target] host
Offline