(10-06-2014, 09:44 PM)LavCat Wrote:So like... netsh -c interface ipv4 add neighbors “Local Area Connection” “192.168.10.10” “00-1d-71-83-6c-00″ store=persistent(10-06-2014, 07:49 PM)kandrathe Wrote: You might also make the PC act as the router, and host itself, and the other thing on the end of the Cat6 cable.
I could, and I would, except I don't want a router (that is, a gateway). Obviously the PC's have routing tables for routing packets between themselves, so in that sense they are routers.
Where 192.168.10.10 is the neighbor IP address, and 00-1d-71-83-6c-00 is the MAC address.
Adds a permanent ARP entry, so theoretically you can talk peer-to-peer with the device.
http://www.practicallynetworked.com/netw..._netsh.htm