I just discovered this.
In order for arpsoofing to work one must first flip the machine into forwarding mode by
BUT Additionally if UFW (Uncompicated Firewall) is turned on you must edit /etc/default/ufw and changeCode:echo 1 > /proc/sys/net/ipv4/ip_forward
toCode:DEFAULT_FORWARD_POLICY="DROP"
then disable and re-enable the UFW.Code:DEFAULT_FORWARD_POLICY="ACCEPT"
Now arp spoofing will work as expected with UFW enabled.


