As described in /etc/sysconfig/network/ifcfg.template Static template was already using the right one, but the dhcp configuration seems to be copied from a Fedora/Redhat template. This fixes the issue that the interface does not come up after reboot.
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
#VAGRANT-BEGIN
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
BOOTPROTO='dhcp'
|
|
STARTMODE='auto'
|
|
DEVICE='eth<%= options[:interface] %>'
|
|
#VAGRANT-END
|