How to Restart Network Interface in Linux - nixCraft
www.cyberciti.biz › faq › linux-restart-networkJan 23, 2018 · Redhat (RHEL) / CentOS / Fedora / Suse / OpenSuse Linux – Restart network interface in Linux . To restart network interface, enter: # /etc/init.d/network restart To stop and start use the following option (do not run them over remote ssh session as you will get disconnected): # /etc/init.d/network stop # /etc/init.d/network start Fedora/RHEL/CentOS/Suse Linux with systemd, run: $ sudo systemctl restart network