hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.17k stars 4.43k forks source link

CentOS 5.x guests with private networking #2634

Closed sthulb closed 10 years ago

sthulb commented 10 years ago

Using Vagrant 1.4, there seems to be an issue using private networking in CentOS 5.x (I haven't verified it in 6.x yet).

If a private network is specified and there isn't a ifcfg-eth1 file in /etc/sysconfig/network-scripts the box will error during the configuring network interfaces initialisation.

Error:

/sbin/ifup eth1 2> /dev/null
tmatilai commented 10 years ago

Hi @sthulb, thanks for the report. This is duplicate of #2614 and it should be already fixed in git.