InetAddress netAdr = InetAddress.getLocalHost();
String net = netAdr.getHostAddress();
System.out.println("HostName=" + netAdr.getHostName() + "IP=" + net);