Let's say I want to perform automated setup on several servers at the same time. So I connect 10 servers to my network at the same time, each one comes with a default IP of 192.168.1.1 but I have the list of each of their MAC addresses.
Now if I want to iterate through the MAC addresses and send a packet to each one of these machines by manually updating the ARP entry, will that work? What if my central router is also located at 192.168.1.1? Are the packets going to make it to their destination?