I'm running a ubuntu server as my guest system. Now I want to use the guest system as a LAMP server. I've read that it is the easiest way to create a port forwarding with the VBoxManage command line tool. I have used the following three comands to create the port forwarding:
VBoxManage setextradata "ubuntu server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata "ubuntu server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 80
VBoxManage setextradata "ubuntu server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 80
When I try to start the ubuntu server there is the following message.
error: failed to set up redirection of 80 to 10.2.15:80. Probably a conflict with existing services or other rules.
Errorcode: NS_ERROR_FAILURE
What can I do?
Please help thanks
