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

Setting up VPN for CentOS

First, You will need to open up a ticket with our support desk and ask for TUN/TAP to be enabled...

Changing Default SSH port From 22

nano /etc/ssh/sshd_configLook for#Port 22Change "22" to the port you wish to use.CTRL + X, Save...

nginx: Setup SSL Reverse Proxy (Load Balanced SSL Proxy)

everse proxy is a proxy server that is installed in a server network. Typically, reverse proxies...

Linux RAM Disk: Creating A Filesystem In RAM

Software RAM disks use the normal RAM in main memory as if it were a partition on a hard drive...

How do I find out System / Server Memory Utilization

free command example Type the free command at shell prompt: $ free $ free -m Output:...