Specifications

Table Of Contents
VMware, Inc. 79
Chapter 4 Managing Virtual Machines and the VMware Server Host
Depending!upon!your!site’s!needs!or!configuration,!for!example!if!you!have!multiple!
VMware!Server!hosts!and!they!use!different!ports,!then!this!might!be!acceptable.!
However,!setting!authd.client.port!to!the!same!port!number!you!use!for!authd.port!
allows!for!seamless!integration!between!the!server!and!the!client.!It!also!lets
!you!avoid!
manually!entering!the!port!number!every!time!you!connect!to!the!server!with!a!client.
To change the port number on a Windows host or client
Add!the!following!line!to!config.ini!in!C:\Documents and Settings\All
Users\Application Data\VMware\VMware Server:
authd.port = <portNumber>
where!<portNumber>!is!the!port!number!that!all!clients!connecting!to!virtual!machines!
on!this!host!must!use.
To!change!the!port!number!that!is!used
!by!the!console!installed!on!a!Windows!machine,!
you!must!create!a!file!called!config.ini!and!place!it!in!C:\Documents and Settings\All
Users\Application Data\VMware\VMware Server Console.!In!this!file,!add!the!
following!line:!
authd.client.port = <portNumber>
where!<portNumber>!is!the!default!port!number!that!all!clients!on!this!machine!
connecting!to!virtual!machines!on!the!VMware!Server!host!
must!use.!The!VMware!
Server!host!must!have!this!port!number!set!to!the!authd.port!variable!in!its!config.ini!
file!(Windows!host)!or!vmware-authd!file!(Linux!host).!
To!change!the!port!number!for!a!specific!user!who!is!using!the!VMware!Server!Console!
installed!on!a!Windows!host,!add!the!following
!line!to!the!preferences.ini!file!located!
in!C:\Documents and Settings\<user>\Application Data\VMware:
authd.client.port = <portNumber>
where!<portNumber>!is!the!port!number!to!use!only!when!this!user!is!logged!on!and!
using!a!VMware!Server!Console!to!connect!to!a!virtual!machine!on!the!VMware!Server!
host.!
The!VMware!Server!host!must!have!this!port!number!set!
to!the!authd.port!variable!in!
its!config.ini!file!(Windows!host)!or!vmware-authd!file!(Linux!host).
To change the port number on a Linux host or client
Determine!whether!your!host!is!configured!to!use!xinetd!or!inetd.!
If!your!host!is!configured!to!use!xinetd,!look!for!the!following!line!in!
/etc/xinetd.d/vmware-authd:
port = 902