vfarcic / ms-lifecycle

MIT License
82 stars 68 forks source link

netmask in vagrant file #12

Closed zxwind closed 8 years ago

zxwind commented 8 years ago

Hi,

I think netmask needs to be set in vagrant file as some of the VMs not in the default subnet (255.255.255.0).

With the default settings, cd VM can't connect to serv-disc- VMs. Add subnet 255.255.0.0 fixes this for me.

vfarcic commented 8 years ago

Vagratfile, as it is now, works well in most combinations. I tested it on my laptops with OS X, Windows, and Ubuntu. That does not mean that it'll work with all hosts configs.

I'm glad that you managed to fix it and that it now works in your host.