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

link|improve this question
feedback

migrated from stackoverflow.com Oct 22 '11 at 14:45

This question came from our site for professional and enthusiast programmers.

1 Answer

Aahh, it turned out I WAS stupid.. the firewall, don't play with stuff likes this when you haven't got your night of sleep

link|improve this answer
feedback

Your Answer

 
or
required, but never shown