Skip to content

How to Restart Network Services Oracle Linux

  • Oracle

  • 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

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version