redhat linux 网卡 网卡 的 脚本

  
 

#! /bin /bash

#los scripts cambiarán el nombre de la lógica de la tarjeta de red. #copie estos scrips ingrese su /bin, nombrado con changnet.sh # chmod + x /bin/changnet.sh #usage: changnet.sh firstcardnumber secendcardnumber # create date: 2010/8/18 # auth: Jarson (at) gmail.com

#stop nic

ifdown eth $ 1

ifdown eth $ 2 # renombra el archivo de configuración de la tarjeta de red! cd /etc /sysconfig /network-scriptssed -i -e " s /eth $ 1 /eth $ 2 /" ifcfg-eth $ 1sed -i -e " s /eth $ 2 /eth $ 1 /" ifcfg-eth $ 2

mv ifcfg-eth $ 1 ifcfg-eth $ 2.tmpmv ifcfg-eth $ 2 ifcfg-eth $ 1

mv ifcfg-eth $ 2.tmp ifcfg-eth $ 2

#switch alias en modprobe.confDRIVER1 = `grep eth $ 1 /etc/modprobe.conf

Copyright © Conocimiento de Windows All Rights Reserved