Here is the thing, I can only ssh into the Ubuntu computer. It is basically a virtual machine that is used primarily for security purposes that I am only allowed to interact with via a ssh. As such, I can't use wireshark or any other kind of GUI to aid me in this. Anyway, after I run those two arp commands I posted, I ran arp on the victim machine, but it didn't return anything (it stalled, so it wasn't doing anything). I also ran it on the machine performing the attack, and it returned the same thing it returned when I ran "arp" before I did the attack, which was the following (spacing may be off):
Address HWtype HWaddress Flags Mask Iface
cisco ether ADDRESS C eth0
VICTIM_IP_ADDRESS ether ADDRESS C eth0
OTHER_IP_ADDRESS ether ADDRESS C eth0
I assumed you know what that data is supposed to mean.
Obviously you dont
The arp table should be changed, as you should know we are altering the arp table with the attack.
The table from the machine you attack should report your MAC address.
If it doesnt there is probably something wrong in your networking configuration.
Btw you could try arp -a, on some distro's it has to be run as root.