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
i think i'm missing something.
Thanks in advance.