SUSE Linux 10 下重命名网卡名字


前阵子碰到SUSE linux下网卡重命名的问题,是在虚拟机上安装RAC,通过复制虚拟机后需要完成的。与RedHat linux,以及oralce linux不同的处理方式,下面将其记录下来,供参考。

1、新节点的网络配置
#启动节点之后没有任何IP配置信息 
 bo2dbp:~ # ifconfig
 lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:174 errors:0 dropped:0 overruns:0 frame:0
          TX packets:174 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:11471 (11.2 Kb)  TX bytes:11471 (11.2 Kb)

2、使用yast2/newcard删除之前的网卡,并为新网卡添加IP地址,路由,机器名 
    #下面是删除后并配置ip,route之后的信息 
 bo2dbp:~ # ifconfig
 eth3      Link encap:Ethernet  HWaddr 00:0C:29:99:DF:0F
          inet addr:192.168.7.71  Bcast:192.168.7.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fe99:df0f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:10 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2387 (2.3 Kb)  TX bytes:328 (328.0 b)
 
 eth4      Link encap:Ethernet  HWaddr 00:0C:29:99:DF:19
          inet addr:10.10.7.71  Bcast:10.10.7.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fe99:df19/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1607 (1.5 Kb)  TX bytes:238 (238.0 b)
 
 lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:206 errors:0 dropped:0 overruns:0 frame:0
          TX packets:206 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:13803 (13.4 Kb)  TX bytes:13803 (13.4 Kb)

3、停用网路
 bo2dbp:~ # rcnetwork stop
 Shutting down network interfaces:
    eth3      device: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)
    eth3      configuration: eth-bus-pci-0000:02:00.0
    eth3                                                              done
    eth4      device: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)
    eth4      configuration: eth-bus-pci-0000:02:02.0
    eth4                                                              done
 Shutting down service network  .  .  .  .  .  .  .  .  .  .  .  .  .  done

  • 1
  • 2
  • 下一页

相关内容

    暂无相关文章