Thread
:
Linux disable network interface
View Single Post
#
3
(
permalink
)
06-22-2006, 09:27 PM
tom
Contributors
User
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power:
4
Jo,
you can use ifup or ifdown command:
*
ifup
: bring a network interface up
*
ifdown
: take a network interface down
To take down eth1
Code:
ifdown eth1
To take up eth1:
Code:
ifup eth1
tom
View Public Profile
Find all posts by tom