[Solved] Access Guest machine via ssh works; http doesn't
Posted: 28. Aug 2009, 20:05
Hello,
I'm new to VirtualBox and I'm having some problems connecting to my guest HTTP server
I'm running the following:
Host: Windows XP Pro
VirtualBox: 3.0.4
Guest: Fedora 11
Linux Guest Additions
Networking: PCNet (Attached to NAT)
Apache is working (serves pages in VirtualBox;)
I can connect to the guest ssh using putty (Host Name: localhost, port 2222)
Doing a port scan on localhost shows ports 2222 and 8888 are open.
When I try to use Firefox to go to http://localhost:8888/ it won't connect.
Any help would be greatly appreciated
I'm new to VirtualBox and I'm having some problems connecting to my guest HTTP server
I'm running the following:
Host: Windows XP Pro
VirtualBox: 3.0.4
Guest: Fedora 11
Linux Guest Additions
Networking: PCNet (Attached to NAT)
Apache is working (serves pages in VirtualBox;)
Code: Select all
C:\Program Files\Sun\xVM VirtualBox>VBoxManage getextradata Fedora11 enumerate
VirtualBox Command Line Management Interface Version 3.0.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Key: GUI/SaveMountedAtRuntime, Value: yes
Key: GUI/ShowMiniToolBar, Value: yes
Key: GUI/MiniToolBarAlignment, Value: bottom
Key: GUI/LastCloseAction, Value: powerOff,discardCurState
Key: GUI/LastWindowPostion, Value: 651,58,720,442
Key: GUI/Fullscreen, Value: off
Key: GUI/Seamless, Value: off
Key: GUI/AutoresizeGuest, Value: on
Key: GUI/MiniToolBarAutoHide, Value: on
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/apache/HostPort, Value: 8888
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/apache/GuestPort, Value: 80
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/apache/Protocol, Value: TCP
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort, Value: 2222
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort, Value: 22
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol, Value: TCPDoing a port scan on localhost shows ports 2222 and 8888 are open.
When I try to use Firefox to go to http://localhost:8888/ it won't connect.
Any help would be greatly appreciated