You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: