New reviced text:
After a few days, of testing, I found out that the time syncronization worked fine for the host system and for all guest systems exept for the Astlinux installation. I were not able to correct this error and desided to test out alternatives.
Tree different alternatives vere desidet to tested out: 1. To implement a Asterisk rpm to the virtual SME 7.3 server. 2. To make a virtual installation of the new complete AsteriskNow server from Digium. 3. To set up a minimum virtual Centos 5.1 and install Asterisk via rpm's or from source code.
The alternative that apeared not to work at all were the new server from Digium. It were not willing to be installed at all as a virtual server. Don't know why.
http://www.asterisknow.org/ (When googleing I were only able to find prebuilt 64 bit vmware images and no 32 bits images. Might be some problems related to hardware.)
One other alternative that did not work were to install Asterisk on a virtual Centos 5.1 from rpm's. I were not able to find rpm's that worked.
Then the one of two alternatives that seems to be working without a problem:
Downloaded and installed the Selintra Asterisk rpm's for sme server and installed this to the virtual SME 7.3. No problems I beliveve, but not the newest updated software.
http://distro.ibiblio.org/pub/linux/distributions/smeserver//contribs/selintra/RPMS/As the virtual SME server is running already with a proper time syncronization, the Asterisk server running on this one should do it as well.
Then it was also to do the alternative of a Asterisk server installed from source code on a "minimum" Centos 5.1:
1. Made the basic minimum virtual installation over internet, using the net installation CD.
2. Downloaded VMwareTools-1.0.4-56528.i386.rpm (Don't know where I found it at the Vmware webpage)
2. Installed rpm: rpm -ivh VMwareTools*
3. Added DAG/Rpmforge repository:
rpm -Uhv
http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm(Not actually neccessary, this time, but could be nice to have for later use.)
4. Yum update
5. Yum install gcc
6. Yum install kernel-devel*
7. Yum install ntp
8. Runned: vmware-config-tools.pl
Basic server were up and running with vmware tools, time syncronization etc.
I first tried to install Asterisk from rpm's but it did not work.
I then found this howto on the net for an Asterisk installation from sourcecide:
http://www.asterisktopics.com/?p=14 It apeared that the software links were a bit old so I used new links:
http://ftp.digium.com/pub/libpri/releases/http://ftp.digium.com/pub/zaptel/releases/http://ftp.digium.com/pub/asterisk/releases/Then just followed the howto.
There were not any bigger issues to make the source code installation and the application came up and is running. (Using 20 times more space than the Astlinux for the same job.)
Looks like it is now running two different alternatives, that both has the proper time syncronization and that both can do the job, asterisk running at the virtual SME server, installed from rpm's and Asterisk running at the virtual Centos 5.1 installation, installed from source code.