Changes

From SME Server
Jump to navigationJump to search
701 bytes added ,  13:25, 11 October 2014
Line 79: Line 79:     
Therefore your Guest O.S will have a real ip on your local network, you need to set its virtual NIC on bridged adapter (br0) in phpvirtualbox network settings
 
Therefore your Guest O.S will have a real ip on your local network, you need to set its virtual NIC on bridged adapter (br0) in phpvirtualbox network settings
 +
 +
=== VirtualBox Guest Additions ===
 +
 +
For any serious and interactive use, the VirtualBox Guest Additions will make your life much easier by providing closer integration between host and guest and improving the interactive performance of guest systems. see [https://www.virtualbox.org/manual/ch04.html this link] for more informations
 +
 +
'''You have to enable the [[epel]] repository''' and to insert the guest additions cd images in phpvirtualbox.
 +
 +
yum install gcc kernel-devel dkms --enablerepo=epel
 +
 +
mkdir /media/cdrom
 +
mount -t iso9660 /dev/cdrom /media/cdrom/
 +
sh /media/cdrom/VBoxLinuxAdditions.run
 +
 +
ln -s ../init.d/vboxadd /etc/rc7.d/S30vboxadd
 +
signal-event post-upgrade; signal-event reboot
    
=== DB Configuration ===
 
=== DB Configuration ===

Navigation menu