Chinaunix首页 | 论坛 | 博客
  • 博客访问: 437441
  • 博文数量: 126
  • 博客积分: 35
  • 博客等级: 民兵
  • 技术积分: 1262
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-19 16:39
文章分类

全部博文(126)

文章存档

2017年(2)

2016年(20)

2015年(64)

2014年(24)

2013年(16)

我的朋友

分类: 系统运维

2016-03-03 20:28:42

centos6.5,新服务器,修改网卡配置文件,重启网卡服务。
  1. [root@localhost home]# ifconfig
  2. lo Link encap:Local Loopback
  3. inet addr:127.0.0.1 Mask:255.0.0.0
  4. inet6 addr: ::1/128 Scope:Host
  5. UP LOOPBACK RUNNING MTU:16436 Metric:1
  6. RX packets:52 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:0
  9. RX bytes:4898 (4.7 KiB) TX bytes:4898 (4.7 KiB)
  10. [root@localhost network-scripts]# l ifcfg*
    -rw-r--r--. 1 root root 201 Mar  3 20:30 ifcfg-eth0
    -rw-r--r--. 1 root root 136 Nov 26  2014 ifcfg-eth1
    -rw-r--r--. 1 root root 254 Oct 10  2013 ifcfg-lo
  11. [root@localhost network-scripts]# cat ifcfg-eth1
    DEVICE=eth1
    HWADDR=00:15:17:A3:61:FD
    TYPE=Ethernet
    UUID=42369607-7d32-413d-be2b-df6b1cb13ee5
    ONBOOT=no
    NM_CONTROLLED=yes
    BOOTPROTO=dhcp
    [root@localhost network-scripts]# cat ifcfg-eth0
    DEVICE=eth0
    HWADDR=00:15:17:A3:61:FC
    TYPE=Ethernet
    UUID=f5a525ab-86d0-4b27-bc98-da301bfe3ca6
    ONBOOT=yes
    NM_CONTROLLED=yes
    IPADDR=192.168.1.50
    NETMASK=255.255.255.0
    GATEWAY=192.168.1.1
    BOOTPROTO=static
  12. [root@localhost network-scripts]# service network restart
    Shutting down interface eth0:                              [  OK  ]
    Shutting down loopback interface:                          [  OK  ]
    Bringing up loopback interface:                            [  OK  ]
    Bringing up interface eth0:  Determining if ip address 192.168.1.50 is already in use for device eth0...
                                                               [  OK  ]


阅读(902) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~