InetAddress byName = InetAddress.getByName("173.39.161.140"); System.out.println(byName); System.out.println(byNam
Since you can ping the computer, your Java process should run with sufficient privileges to perform the check. Probably due to use of ports in the lower range. If you run your java program with sudo/superuser, I'll bet it works.