How to start and stop network connection on OpenSUSE 12.2

Tutorial how to start and stop network connection on OpenSUSE 12.2

OpenSUSE is an RPM based Linux as well as Red Hat and Fedora Linux. This tutorial will show you how to manage network connection on OpenSUSE 12.2. We will show you how to start, stop and restart a network connection on OpenSUSE 12.2 via command line. We hope this guide can help you to manage OpenSUSE 12.2 server when no GUI available without rebooting the server.

A. Start Network Service on OpenSUSE 12.2

/etc/init.d/network start
/etc/init.d/network start eth0

B. Stop Network Service on OpenSUSE 12.2

/etc/init.d/network stop
/etc/init.d/network stop eth0

C. Restart Network Service on OpenSUSE 12.2

/etc/init.d/network restart
/etc/init.d/network restart eth0
Those commands above must be execute by root. Thanks for reading this tutorial How to start and stop network connection on OpenSUSE 12.2