Hello I did start one with centos/7 and I can see this:
INFO ssh: Execute: # Down the interface before munging the config file. This might # fail if the interface is not actually set up yet so ignore # errors. /sbin/ifdown 'eth1' # Move new config into place mv -f '/tmp/vagrant-network-entry-eth1-1481401319-0' '/etc/sysconfig/network-scripts/ifcfg-eth1' # attempt to force network manager to reload configurations nmcli c reload || true # Restart network (through NetworkManager if running) if service NetworkManager status 2>&1 | grep -q running; then service NetworkManager restart else service network restart fi (sudo=true) DEBUG ssh: stderr: Redirecting to /bin/systemctl restart NetworkManager.service So, seems being worked by this: https://github.com/mitchellh/vagrant/issues/8096 Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/6c902766-9ae5-4ff7-b2ff-e5a8b685c8d7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
