Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vmware server console connection problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
jono338
n00b
n00b


Joined: 19 Feb 2003
Posts: 19

PostPosted: Sun Oct 21, 2007 2:41 am    Post subject: vmware server console connection problem Reply with quote

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
View user's profile Send private message
wizard69
Apprentice
Apprentice


Joined: 22 Sep 2003
Posts: 178
Location: Berlin

PostPosted: Mon Oct 22, 2007 5:57 am    Post subject: Reply with quote

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
View user's profile Send private message
jono338
n00b
n00b


Joined: 19 Feb 2003
Posts: 19

PostPosted: Tue Oct 23, 2007 11:57 am    Post subject: Reply with quote

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
View user's profile Send private message
Ivan_S
n00b
n00b


Joined: 27 Nov 2007
Posts: 1

PostPosted: Fri Nov 30, 2007 7:46 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum