I apologize if this has been asked and answered (I searched, but was unable to find a similar issue).
I've got virtualbox installed on windows XP and I've got a ubuntu VM set up, with Apache and ssh-d running.
I wanted to be able to access my Apache and SSH from other machines, so I set up port forwarding. I was successful with SSH but I've been stumped in getting Apache to work.
Code: Select all
C:\Program Files\Sun\xVM VirtualBox>VBoxManage.exe getextradata ubuntu enumerate
VirtualBox Command Line Management Interface Version 2.0.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
Key: GUI/LastCloseAction, Value: save
Key: GUI/LastWindowPostion, Value: 153,81,800,642
Key: GUI/Fullscreen, Value: off
Key: GUI/Seamless, Value: off
Key: GUI/AutoresizeGuest, Value: off
Key: GUI/SaveMountedAtRuntime, Value: yes
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol, Value: TCP
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort, Value: 22
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort, Value: 2222
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/HostPort, Value: 8080
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/GuestPort, Value: 80
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/Protocol, Value: TCPChecking taskmgr VirtualBox.exe is pid 1188.
checking netstat I see:
Code: Select all
C:\Program Files\Sun\xVM VirtualBox>netstat -o -a | grep 1188
TCP wellosimon:2222 wellosimon:0 LISTENING 118
UDP wellosimon:4958 *:* 118Any ideas?
thanks
-Simon