If the remote device has a fixed IP and you are worried that some bad guy unplugs this good device, then changes his laptop to the same IP as the good device, it is very easy to block him from getting internet.
Look in ARP table (IP/ARP) change the dynamic ARP entry for the 'good device' to a static one so it never dissapears. Then on the interface facing the connection that can be used by this bad guy, change the ARP setting to reply-only.
Now, only if the laptop has the same MAC address as the good device can they get onto network.
Make sure you add all the other devices that share this same physical interface to the static ARP table list of MAC addresses, otherwise all those devices will not connect either.