"Michael H. Martel" <[email protected]> writes:
> --On Saturday, March 21, 2009 2:09 PM -0700 Warner White
> <[email protected]> wrote:
>
>> Firefox, enter https://127.0.0.1:8333 (which used to bring up the
>> management interface for VMware server) and I kept getting Connection to
>> Server Refused. I've tried the firewall possibility by running usf allow
>
> I would make sure that the VMWare service is running.  I just did a quick
> check on my Ubuntu box and netstat shows me that someone is listsening on
> 8333 and 8222.  SInce I have VMWare Server installed ... that's a good thing.
>
> mhm06...@drwatson:~$ netstat -a | grep ":8"

I'm not really following the discussion as I don't know anything about
vmware, but one netstat note…

Try this as `sudo netstat -nlp` instead.  "sudo" to get root privs to
see everything, "-l" to show listening ports, "-n" to skip resolving ips
to names, and importantly "-p" to get the pid of the process that's
doing this listening.

This last one is useful if to make sure that the process you think is
listening is the one that actually is.

-- 
...jsled
http://asynchronous.org/ - a=jsled; b=asynchronous.org; echo $...@${b}

Attachment: pgpyjRrMi8u2D.pgp
Description: PGP signature

Reply via email to