Answers for "debian network restart"

0

debian network restart

# sudo /etc/init.d/networking restart
or
# sudo /etc/init.d/networking stop
# sudo /etc/init.d/networking start
else
# sudo systemctl restart networking
Posted by: Guest on January-08-2021
0

sudo systemctl restart networking

Linux Network
#To Restart network
$ sudo /etc/init.d/networking restart

#To stop and start use the following option (do not run them over remote ssh session as you will get disconnected):
$ sudo /etc/init.d/networking stop
$ sudo /etc/init.d/networking start

#Debian/Ubuntu Linux with systemd, run:
$ sudo systemctl restart networking
           or 
$ sudo systemctl restart NetworkManager.service
Posted by: Guest on January-07-2021

Code answers related to "debian network restart"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language