Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, specifically for redhat, issue commands to stop and start networking (i.e., to bring down and up the network interfaces and routing, i.e. what is normally done via multiple ifconfig and route commands).
Answer
/etc/init.d/network stop
/etc/init.d/network start

^^^ note in debian/ubunto, it similiar as above but script name is slightly different: /etc/init.d/networking instead of /etc/init.d/network


Question
In linux, specifically for redhat, issue commands to stop and start networking (i.e., to bring down and up the network interfaces and routing, i.e. what is normally done via multiple ifconfig and route commands).
Answer
?

Question
In linux, specifically for redhat, issue commands to stop and start networking (i.e., to bring down and up the network interfaces and routing, i.e. what is normally done via multiple ifconfig and route commands).
Answer
/etc/init.d/network stop
/etc/init.d/network start

^^^ note in debian/ubunto, it similiar as above but script name is slightly different: /etc/init.d/networking instead of /etc/init.d/network

If you want to change selection, open document below and click on "Move attachment"

25. Introduction to IP
utomatically at installation; you should never need to edit it. To stop and start networking (i.e., to bring up and down the interfaces and routing), type (alternative commands in parentheses): <span>/etc/init.d/network stop ( /etc/rc.d/init.d/network stop ) /etc/init.d/network start ( /etc/rc.d/init.d/network start ) which will indirectly read your /etc/sysconfig/ files. You can add further files, say, ifc

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.