The address http://localhost:9000 is only usable from the same machine as slimserver is on. localhost is just an alias for the local machine. I.e. all computers have the address localhost which you can only use on that machine.
You have to figure out the ip address for the slimserver on your local network. If you are using MS windows try looking in network properties or something like that (right click the network icon in the taskbar and look for properties), or open a command promt and type 'ipconfig' or 'ipconfig /all'. The ip-address you are looking for is probably something like 192.168.*.* or 10.0.*.*, but could be different. If you're on linux type 'ifconfig' in a terminal. -- bhaagensen ------------------------------------------------------------------------ bhaagensen's Profile: http://forums.slimdevices.com/member.php?userid=7418 View this thread: http://forums.slimdevices.com/showthread.php?t=35453 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
