Forcing the streamserver (binaries) to bind to a specific IP address or host
The streamserver in its default configuration probes all available network interfaces and tries to bind to the one that is most suitable. Loopback devices and e.g. VMWare interfaces have the least priority.
If you want to bind it to a specific IP address or host define the property FxStreamIP for your application server:
Example:
-DFxStreamIP=myhost or -DFxStreamIP=192.168.0.1