Here is some additional info:
CENTOS:
[root@localhost ~]# ifconfig eth0 Link encap:Ethernet HWaddr 08:00:27:2B:94:89
inet addr:192.168.56.101 Bcast:192.168.56.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fe2b:9489/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:138 errors:0 dropped:0 overruns:0 frame:0 TX packets:31 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:17657 (17.2 KiB) TX bytes:6173 (6.0 KiB)
eth1 Link encap:Ethernet HWaddr 08:00:27:2B:FC:6D
inet addr:10.0.3.15 Bcast:10.0.3.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fe2b:fc6d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2167 errors:0 dropped:0 overruns:0 frame:0 TX packets:2091 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:943172 (921.0 KiB) TX bytes:194809 (190.2 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:12 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:720 (720.0 b) TX bytes:720 (720.0 b)
WIN7
C:>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
IPv4 Address: 62.21.38.13 Subnet Mask: 255.255.254.0 Default Gateway: 62.21.32.1
Ethernet adapter VirtualBox Host-Only Network:
IPv4 address: 192.168.56.1 Subnet Mask: 255.255.255.0 Default Gateway: (empty)
http://192.168.56.101/ works from withing Linux (it goes to the default Apache page), but not from Windows.
http://192.168.56.1/ does not work anywhere
I can ping both 192.168.56.1 and 192.168.56.101 from Win cmd and get results...