Novell资讯 NetWareLinux SUSE ZENworks GroupWise i 系列 Platespin
返回首页
当前位置: Novell迷 > Novell归档 > Linux >

SUSE Linux 更换网卡

时间:2011-04-22 20:40来源:nuinet 作者:rzhu 点击:
更换网卡 SUSE Linux Enterprise Server 10 解决方法: 1. 查看当前网卡的MAC地址: ifconfig CURRENT_DEVICE_NAME | grep HWaddr HWaddr 就是MAC地址. 举例: eth0 Link encap:Ethernet HWaddr 00:1A:4B:B7:31:13 2. 打开 /etc/ud

更换网卡

SUSE Linux Enterprise Server 10
解决方法:
1. 查看当前网卡的MAC地址:
      ifconfig CURRENT_DEVICE_NAME | grep HWaddr Novell迷网站內容,版权所有
           "HWaddr" 就是MAC地址. 
      举例:
     eth0 Link encap:Ethernet HWaddr 00:1A:4B:B7:31:13
2. 打开 /etc/udev/rules.d/30-net_persistent_names.rules 
     里面相关信息如下:
     SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:1a:4b:b7:31:13", IMPORT="/lib/udev/rename_netiface %k eth0
     其中参数 "IMPORT="/lib/udev/rename_netiface %k" 就表示网卡名称. 
     在本例中,我们将eth0 修改成 eth5,
        SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:1a:4b:b7:31:13", IMPORT="/lib/udev/rename_netiface %k eth5" 本文引用自http://novell.me
3. 保存文件
  
4. 重启系统

  内容来自http://novell.me

转载请注明出处!
本文地址 http://novell.me/Linux/201104/SELS-replace-adoptor.html
(责任编辑:Novell迷)
对我有帮助
(0)
0%
没什么帮助
(0)
0%
------分隔线----------------------------
发表评论
验证码:点击我更换图片
赞助商链接
推荐内容