I'm playing around with some server stuff development and need to get the network running between my windows7 host and my CentOs guest. Some googling told me to add another adapter to the CentOS guest and make this one Host only. (the first one works smooth for internet access)
So I did that, and since ipconfig on the host tells me:
Ethernet-anslutning VirtualBox Host-Only Network:
Anslutningsspecifika DNS-suffix . :
Länklokal IPv6-adress . . . . . . : fe80::c8ea:42c6:c90a:3cfb%42
IPv4-adress . . . . . . . . . . . : 192.168.56.101
Nätmask . . . . . . . . . . . . . : 255.255.255.0
Standard-gateway. . . . . . . . . :
I gave the second adapter a static ip of 192.168.1.50 and 255.255.255.0 in subnet mask.However, they're still not able to ping eachother so.. am I missing something or am I plain stupid?
Regards