diff --git a/plugins/guests/redhat/cap/configure_networks.rb b/plugins/guests/redhat/cap/configure_networks.rb index f176cca3d..81575b6ad 100644 --- a/plugins/guests/redhat/cap/configure_networks.rb +++ b/plugins/guests/redhat/cap/configure_networks.rb @@ -26,6 +26,9 @@ module VagrantPlugins require File.expand_path("../../../fedora/cap/configure_networks", __FILE__) ::VagrantPlugins::GuestFedora::Cap::ConfigureNetworks. configure_networks(machine, networks) + + machine.communicate.sudo("systemctl restart NetworkManager") + machine.communicate.sudo("systemctl restart network") end def self.configure_networks_default(machine, networks)