Ubuntu Linux restart network
Q. I’m new to Linux and installed Ubuntu Linux successfully on my HP Laptop. Now I need to restart my network. How do I restart network under Ubuntu Linux?
A. Ubuntu Linux comes with a script called networking ( Ubuntu restart network command)– it is use to activates or deactivates or restart all network interfaces (NIC) configured to start at boot time.
Ubuntu Linux restart network command
Open shell or terminal and type the command as follows:
$ sudo /etc/init.d/networking restart
You can this command on remote Ubuntu Linux server without any problem, but make sure you pass only restart option. This command also accepts start and stop options:
WARNING! These examples may stop remote networking service if executed. Always, use restart option over ssh session.$ sudo /etc/init.d/networking start
$ sudo /etc/init.d/networking stop
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Linux Start and stop the cron or crond service
- How do I start and stop NFS service?
- How To Start and Stop MySQL Database Server From A Shell Prompt
- Ubuntu Linux Start / Restart / Stop Apache Web Server
- Ubuntu Linux: Start / stop / restart OpenSSH / ssh server
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: /etc/init.d/networking, debian restart networking, Linux, network interfaces, Networking, restart networking, service networking command, services



February 27th, 2008 at 1:59 am
Thanks for the tips, i already tried on my ubuntu ultimate 1.4 and working good. Thank you
May 12th, 2008 at 7:29 pm
Thanks for this tip it helped me loads. I am really grateful to people like yourself who bother to give up your time to help us newbies out.