Thursday, May 3, 2012

Slackware Linux Restart / Start / Stop Networking Service

How do I restart / start and stop networking service under Slackware Linux?

Under Slackware Linux you can use the /etc/rc.d/inet1 script to start, stop and restart networking service. It can start / restart / stop selected interface too. You must be logged in as the root user to restart networking.
Type the following command to restart Slackware networking:
# /etc/rc.d/rc.inet1 restart
You can take down (stop), start, or restart particular interface such as eth0 as follows:
# /etc/rc.d/rc.inet1 eth0_restart
# /etc/rc.d/rc.inet1 eth0_start
# /etc/rc.d/rc.inet1 eth_stop

No comments:

Post a Comment