VmWare trixbox
Created by: IanWorthington,Last modification on Fri 18 of Jan, 2008 [09:15 UTC] by jq53333
A VMware version of trixbox is available linked from http://www.vmwarez.com/2006/06/new-asteriskhome-trixbox-10-virtual.html
The player can be found at http://www.vmware.com/download/player/
Our objective here is to create a trixbox system that can be used as:
This later is not generally advisable on a pbx system, so caveat emptor.
This page logs what I've done to turn trixbox into a general linus system, accessible from the LAN:
kbs-CentOS-Extras
name=CentOS.Karan.Org-EL$releasever - Stable
gpgcheck=1
gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
enabled=1
baseurl=http://centos.karan.org/el$releasever/extras/stable/$basearch/RPMS/
# Need a ftp mirror ? uncomment the line below, & disable the one above
# baseurl=ftp://rpm.karan.org/pub/kbsingh/el$releasever/extras/stable/$basearch/RPMS/
kbs-CentOS-Misc
name=CentOS.Karan.Org-EL$releasever - Stable
gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
gpgcheck=1
enabled=1
baseurl=http://centos.karan.org/el$releasever/misc/stable/$basearch/RPMS/
# Need a ftp mirror ? Uncomment the line below and comment the line above
# baseurl=ftp://rpm.karan.org/pub/kbsingh/el$releasever/misc/stable/$basearch/RPMS/
kbs-CentOS-Misc-Testing
name=CentOS.Karan.Org-EL$releasever - Testing
gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
gpgcheck=1
enabled=0
baseurl=http://centos.karan.org/el$releasever/misc/testing/i386/RPMS/
# Ned a ftp mirror ? Uncomment the line below and comment the line above
# baseurl=ftp://rpm.karan.org/pub/kbsingh/el$releasever/misc/testing/$basearch/RPMS/
The player can be found at http://www.vmware.com/download/player/
Our objective here is to create a trixbox system that can be used as:
- A sandbox to play in before puting stuff in production
- A fallback system in the production gets broken
- A general linux system to look at other linux apps of interest here, in particular gnucash, which requires the installation of gnome
This later is not generally advisable on a pbx system, so caveat emptor.
This page logs what I've done to turn trixbox into a general linus system, accessible from the LAN:
- Download the player, install, reboot
- Download the vmware image, unzip.
- Start the VMware player and select the image.
- Log into the root, pw=password
- Disable the firewall on the host os — Not sure, but think this is because my firewall doesn't support gateway mode.
- trixbox-update.sh
- trixbox-update.sh update
- reboot
- reboot — a second time seems to sort out the broken ethernet card
- yum -y groupinstall "GNOME Desktop Environment"
- Xorg -configure — this seems to blackout my console, but the macine is still running, so carry on with...
- reboot — ... to sort that out
- edit xorg.conf.new, find /dev/mouse and replace it with /dev/input/mouse0
- cp xorg.conf.new /etc/X11/xorg.conf
- vmware-config-tools.pl — and select your host screen resolution
- startx — should start gnome
- Many packages are not available from the default respositories so, under /etc/yum.repos.d create a file karan.repo with the following contents:
kbs-CentOS-Extras
name=CentOS.Karan.Org-EL$releasever - Stable
gpgcheck=1
gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
enabled=1
baseurl=http://centos.karan.org/el$releasever/extras/stable/$basearch/RPMS/
# Need a ftp mirror ? uncomment the line below, & disable the one above
# baseurl=ftp://rpm.karan.org/pub/kbsingh/el$releasever/extras/stable/$basearch/RPMS/
kbs-CentOS-Misc
name=CentOS.Karan.Org-EL$releasever - Stable
gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
gpgcheck=1
enabled=1
baseurl=http://centos.karan.org/el$releasever/misc/stable/$basearch/RPMS/
# Need a ftp mirror ? Uncomment the line below and comment the line above
# baseurl=ftp://rpm.karan.org/pub/kbsingh/el$releasever/misc/stable/$basearch/RPMS/
kbs-CentOS-Misc-Testing
name=CentOS.Karan.Org-EL$releasever - Testing
gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
gpgcheck=1
enabled=0
baseurl=http://centos.karan.org/el$releasever/misc/testing/i386/RPMS/
# Ned a ftp mirror ? Uncomment the line below and comment the line above
# baseurl=ftp://rpm.karan.org/pub/kbsingh/el$releasever/misc/testing/$basearch/RPMS/
- Get freenx, the remote x-window manager: yum install freenx
- Get the nx client for Windows from http://www.nomachine.com/download.php
- Install and configure it as per http://fedoranews.org/contributors/rick_stout/freenx/ — I had terrible problems getting this working for no obvious reason: it all sudenly started working
- Anything else you need can now be installed (gnucash in my case, but that's outside the scope of this entry)
See also:
- Choppy IVR sounds problem solved on asterisk 1.4.17 on VmWare server 1.4 (a la trixbox) with HP Pavilion a1450n computer (nvidia chip set)


Comments
333How do I log in?
trixbox1 login:
I have tried typing things like "admin" etc. and using "password" as the password. Nothing works.
This should be simple, right? What is the default login and password?
Thanks!
UPDATE:
Ok I was able to log in at the command line using:
root/trixbox.
It then provided me with the IP address for accessing the web based GUI control panel. Now I have this problem:
When I try to change from "user" to administrator, it requests another username and password. What are the defaults?
TIA
UPDATE:
Ok now I see that I set the password by entering the command passwd-maint into the command interface. I then log in using "maint" as the user name and my new password that I just set.
333Re: Trixbox & VMWARE !FIXED!
Thx!
333Trixbox & VMWARE !FIXED!
a SIP provider in less than half an hour - with NO choppy IVR or timing issues can be got from these nice chaps here
http://www.qualit-uk.com/trixbox-asterisk-vmware.htm
Save yourself the 3 months work it took us to make the whole thing operate seamlessly!
333@ KAMAL (NAT BRIDGED, ETC.)
333
Users and Passwords (for to you to change):
Linux Root User: root password is safe4u
Linux Admin User: admin password is safe4u
VHCS Admin User: admin password is safe4u
MySQL Root User: root password is safe4u
Rod
333Re: trixbox pass
Are you using VMWare Trixbox2.2?
If yes, pls try this
login: root
password: trixbox
Nice to share with you
Sam
333trixbox pass
I have downloaded the VMWare version of trixbox, in http://www.trixbox.org/downloads, and when the OS is booted appears the login screen like this:
asterisk1 login:
I put any combinations login options, like:
login :root
pass: password
login :root
pass: passw0rd (that's a zero 0)
login :root
pass: passwd
login :root
pass: vmwarez
login :maint
pass: vmwarez
login :maint
pass: password
login :maint
pass: passw0rd (that's a zero 0)
login :maint
pass: passwd
and nothing, nothing works,
any ideia?
thanx
333
333I can't access to the internet
I cant run the "trixbox-update.sh" then.
I tried to set the ethernet to "nat", "bridged" and "host only", but none of them allowed me run the script