Hi,

I've installed a Centos5 virtualbox in an ubuntu host and it works fine.
I'm able to connect to the virtual machine using ssh with port fowarding 
2222->22.
When I try to do the same using http (8080->80) or ftp (2121->21) the 
remote server closes the connexion after time out :


wget "http://localhost:9090/";
--14:49:31--  http://localhost:9090/
           => `index.html'
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:9090... connected.
HTTP request sent, awaiting response... Read error (Connection reset by 
peer) in headers.
Retrying.

--14:50:47--  http://localhost:9090/
  (try: 2) => `index.html'
Connecting to localhost|127.0.0.1|:9090... connected.
HTTP request sent, awaiting response... Read error (Connection reset by 
peer) in headers.
Retrying.

ftp localhost 2121
Connected to localhost.
421 Service not available, remote server has closed connection

Any idea?

Is it possible to have several port forwarding a the same time?

VBoxManage getextradata Centos enumerate
VirtualBox Command Line Management Interface Version 1.5.0
(C) 2005-2007 innotek GmbH
All rights reserved.

Key: GUI/LastCloseAction, Value: powerOff
Key: GUI/LastWindowPostion, Value: 0,26,644,531
Key: GUI/Fullscreen, Value: off
Key: GUI/Seamless, Value: off
Key: GUI/AutoresizeGuest, Value: on
Key: GUI/SaveMountedAtRuntime, Value: yes
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/UDP, Value: 0
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol, Value: TCP
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/HostPort, Value: 9090
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/GuestPort, Value: 80
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/Protocol, Value: TCP
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ftp/Protocol, Value: TCP
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ftp/GuestPort, Value: 21
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ftp/HostPort, Value: 2121

Best regards

Christophe

-- 
====================================================================
= Christophe KLOPP BIA    INRA Toulouse 31326 Castanet-Tolosan     = 
= Tel: 33 5 61 28 50 36   Email: [EMAIL PROTECTED] =
= http://www.sigenae.org/                                          =
====================================================================


_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to