To verify SlimServer is running on the port you indicated issue the following command from a terminal session.
netstat -a | grep 4000 You should see something like the following (note I'm running SlimServer on the standard port 9000). [EMAIL PROTECTED]:~$ netstat -a | grep 9000 tcp 0 0 *:9000 *:* LISTEN If you do not see a process listening on port 4000 that will be a good place to start. If it is listening, I'd check your firewall. HTH -- Linzer -- Linzer ------------------------------------------------------------------------ Linzer's Profile: http://forums.slimdevices.com/member.php?userid=462 View this thread: http://forums.slimdevices.com/showthread.php?t=29739 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
