View previous topic :: View next topic |
Author |
Message |
jono338 n00b

Joined: 19 Feb 2003 Posts: 19
|
Posted: Sun Oct 21, 2007 2:41 am Post subject: vmware server console connection problem |
|
|
Hi,
I'm stumped. I've installed gentoo on our proliant ML350 g4 (dual 3.2GHz Xeons, 2Gb mem, smart array 641 raid controller).
That's all working fine. Using kernel vanilla-sources-2.6.21.6
I have installed vmware-server-1.0.4.56528. As far as I know that's all working OK. The services are started and I can see the vmnet interfaces. xinetd is running.
I have installed vmware-server-console-1.0.4 (build 56528) on a Win XP machine, but when I try to connect I get this in my /var/log/messages
Oct 21 12:23:00 virtual xinetd[4502]: START: vmware-authd pid=4833 from=10.20.2.97
Oct 21 12:23:00 virtual xinetd[4833]: FAIL: vmware-authd address from=10.20.2.97
Oct 21 12:23:00 virtual xinetd[4502]: EXIT: vmware-authd status=0 pid=4833 duration=0(sec)
I can ssh and log into the host ok, using the same userid, and I have confirmed the user I'm trying to connect with is in group vmware
jon@virtual ~ $ id
uid=1000(jon) gid=1000(jon) groups=10(wheel),440(vmware),1000(jon)
Any ideas?
Thanks,
Jonathan. |
|
Back to top |
|
 |
wizard69 Apprentice


Joined: 22 Sep 2003 Posts: 178 Location: Berlin
|
Posted: Mon Oct 22, 2007 5:57 am Post subject: |
|
|
you need to take a look at /etc/xinetd/vmware-auth there is a line with restrictions from which IP/netange you can connect.
Should look similar to this
Code: |
# default: on
# description: The VMware remote access authentification daemon
service vmware-authd
{
disable = no
port = 902
socket_type = stream
protocol = tcp
wait = no
user = root
server = /opt/vmware/server/sbin/vmware-authd
type = unlisted
only_from = 192.168.0.0/24 127.0.0.1
}
|
Please also have a look at the Gentoo Wiki there is a very helpful guide to setup a vmware-server
http://gentoo-wiki.com/HOWTO_Install_VMWare_Server _________________ Gentoo Blog |
|
Back to top |
|
 |
jono338 n00b

Joined: 19 Feb 2003 Posts: 19
|
Posted: Tue Oct 23, 2007 11:57 am Post subject: |
|
|
thanks wizard ...
I eventually discovered that was the issue. I had put the only_from ip in the address/mask format instead of the CIDR format.
cheers,
jono |
|
Back to top |
|
 |
Ivan_S n00b

Joined: 27 Nov 2007 Posts: 1
|
Posted: Fri Nov 30, 2007 7:46 am Post subject: |
|
|
jono338 wrote: | thanks wizard ...
I eventually discovered that was the issue. I had put the only_from ip in the address/mask format instead of the CIDR format.
cheers,
jono |
It doesn't work even if it line is deleted...
So, always use this parameter and correctly specify it!
thank's everybody too! I've tried to solve this problem a week  |
|
Back to top |
|
 |
|