diff --git a/core/src/main/java/org/fourthline/cling/transport/impl/NetworkAddressFactoryImpl.java b/core/src/main/java/org/fourthline/cling/transport/impl/NetworkAddressFactoryImpl.java index 2fe6ca980..358a69ab4 100644 --- a/core/src/main/java/org/fourthline/cling/transport/impl/NetworkAddressFactoryImpl.java +++ b/core/src/main/java/org/fourthline/cling/transport/impl/NetworkAddressFactoryImpl.java @@ -329,6 +329,7 @@ protected void discoverNetworkInterfaces() throws InitializationException { *
NetworkAddressFactory
provides the network interfaces, ports, and
multicast settings which are used by the UPnP stack. At the time of writing, the following
interfaces and IP addresses are ignored by the default configuration: any IPv6 interfaces
- and addresses, interfaces whose name is "vmnet*", "vnic*", "*virtual*", or "ppp*", and the
- local loopback. Otherwise, all interfaces and their TCP/IP addresses are used and bound.
+ and addresses, interfaces whose name is "vmnet*", "vnic*", "vboxnet*", "*virtual*", or
+ "ppp*", and the local loopback. Otherwise, all interfaces and their TCP/IP addresses are
+ used and bound.
You can set the system property org.fourthline.cling.network.useInterfaces
to