SUSE Linux Restart / Stop / Start Network Service

Task: Start Network Service

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

Task: Stop Network Service

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

Task: Restart Network Service

# /etc/init.d/network restart
# /etc/init.d/network restart eth0

Sample outputs:

Shutting down network interfaces:
eth0 device: Intel Corporation 82573E Gigabit Ethernet Controller (Copper) (rev 03)
eth0 configuration: eth-id-00:30:48:98:9c:bc done
Hint: you may set mandatory devices in /etc/sysconfig/network/config
Setting up network interfaces:
eth0 device: Intel Corporation 82573E Gigabit Ethernet Controller (Copper) (rev 03)
eth0 configuration: eth-id-00:30:48:98:9c:bc
eth0 IP address: 10.24.116.2/26
Checking for network time protocol daemon (NTPD): doneed

If you need to make any changes to IP address or routing table use yast tool, enter:
# yast
Select Network Devices > Network Card

Suse Linux Yast2 Network Device Manager

Was this answer helpful?

 Print this Article

Also Read

nginx: Send Custom HTTP Headers

How do I send or set arbitrary HTTP headers using nginx web server? You need to use add_header...

Delete SSH Keys

Linux Lock An Account # passwd -l userName # passwd -l vivek FreeBSD Local An Account # pw...

CentOS / Redhat: Install nginx As Reverse Proxy Load Balancer

nginx is a Web and Reverse proxy server. Nginx used in front of Apache Web servers. All...

HowTo: Verify My NTP Working Or Not

You can use any one of the following program to verify ntp client configuration: ntpq -...

PHP Increase Upload File Size Limit

Your php installation putting limits on upload file size. The default will restrict you to a max...