Page 1 of 1

Can't access Webserver CENTOS

Posted: 2. Aug 2010, 06:33
by arvinarvin
Hello,

i got my webserver installed on centos and it was working correctly as i was successful with curl http://localhost.

but when i was about to check it on my browser with
http://192.168.56.101
nothing shows :(

here is settings.

Network devices
adapter1 is configured as Nat
adapter2 is configured as host-only (this is the ip where i connect using ssh)

Code: Select all

arvin@arvin-laptop:~$ VBoxManage getextradata cents enumerate
Oracle VM VirtualBox Command Line Management Interface Version 3.2.6
(C) 2005-2010 Oracle Corporation
All rights reserved.

Key: GUI/LastCloseAction, Value: powerOff
Key: GUI/LastGuestSizeHint, Value: 720,400
Key: GUI/LastWindowPostion, Value: 528,182,640,523
Key: GUI/MiniToolBarAlignment, Value: bottom
Key: GUI/SaveMountedAtRuntime, Value: yes
Key: GUI/ShowMiniToolBar, Value: yes

sorry this is my first time to use virtualbox.
i think i'm missing something.

Thanks in advance.

Re: Can't access Webserver CENTOS

Posted: 2. Aug 2010, 06:51
by arvinarvin
okay i've seen post that suggests to use bridge connection.

here is my new settings
Network devices
adapter1 is configured as bridged connection.
- can ping
- used on ssh

but i can't still can't connect to its web service. :(

Re: Can't access Webserver CENTOS

Posted: 2. Aug 2010, 08:20
by arvinarvin
firewall issue. now fixed.

Thanks