User Activity

  • Modified a comment on ticket #2 on Open Chord

    I fixed the issue you get the the first reasonable ipv4 address with this snippet, works on windows and linux the changed file can be downloaded here String host = ""; Enumeration<NetworkInterface> nets = java.net.NetworkInterface.getNetworkInterfaces(); start: for (NetworkInterface netint : Collections.list(nets)) { for (InetAddress addr : Collections.list(netint.getInetAddresses())) { if(!addr.isLinkLocalAddress() && !addr.isLoopbackAddress()) { // change to Inet6Address if you prefer ip6 if (addr...

  • Posted a comment on ticket #2 on Open Chord

    I fixed the issue you get the the first reasonable ipv4 address with this snippet, works on windows and linux the change file can be downloaded here String host = ""; Enumeration<NetworkInterface> nets = java.net.NetworkInterface.getNetworkInterfaces(); start: for (NetworkInterface netint : Collections.list(nets)) { for (InetAddress addr : Collections.list(netint.getInetAddresses())) { if(!addr.isLinkLocalAddress() && !addr.isLoopbackAddress()) { // change to Inet6Address if you prefer ip6 if (addr...

View All

Personal Data

Username:
jscholz
Joined:
2017-12-11 20:12:23

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB