How to check if an IP address is the local host on a multi-homed system?
- by MItch Branting
For a machine with multiple NIC cards, is there a convenient method in Java that tells whether a given IP address is the current machine or not. e.g.
boolean IsThisMyIpAddress("192.168.220.25");