View Single Post

  #3 (permalink)  
Old 06-22-2006, 09:27 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

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
Reply With Quote