jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Fix for VBox NAT interface address #1041

Closed nettucu closed 9 years ago

nettucu commented 9 years ago

Hi,

I wanted to be able to build a virtualbox vm and have 4 NICs attached to it. It turned out you can not by default do that because of the way VBox assigns IPs to NAT. If the NIC to get NAT is eth0 all is well and it works, but if it's eth3 it doesn't work anymore because veewee serves the kickstart on the wrong IP.

I only tested on my box by using 4 network card and changing the NAT one, from eth0 to eth3.

mpapis commented 9 years ago

thank you!