Bind Serviio to specific IP not working
-Dserviio.boundAddr=192.168.0.5
in the ServiioService.exe.vmoptions, and Serviio binds successfully to this IP
However the following services
2013-06-15 06:59:35,862 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2013-06-15 06:59:35,884 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2013-06-15 06:59:35,885 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
bind to all IPs
I can prove this by starting a service and then trying to connect to it on all the IP's on my server
Any way to force the above services to connect on the specified IP's ONLY
Andrew