- Using Network Manager
# systemctl restart NetworkManager
- Using nmcli Tool
Note: Run these commands from the GUI or the console, as the network will disable.
#nmcli networking off
#nmcli networking on
In case it is needed to run from the terminal from an ssh session, can be run it like this:
#nmcli networking off; nmcli networking on