LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   shutdown net interface (https://www.linuxquestions.org/questions/linux-networking-3/shutdown-net-interface-367396/)

spank 09-27-2005 01:48 AM

shutdown net interface
 
i have a fedora core 4 server with 3 nics. How can I shutdown only eth2 and the other two to stay up.

Razze 09-27-2005 01:57 AM

Code:

# /sbin/ifconfig eth2 down

roopunix 09-27-2005 02:02 AM

#ifdown eth0 ---------to stop the interface
#ifup eth0 ----------to start the interface


All times are GMT -5. The time now is 10:18 PM.