找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 118|回复: 14

折腾一天了,从来没见过这种小鸡鸡,加不了ip,求解啊

[复制链接]

10

主题

25

回帖

86

积分

注册会员

积分
86
发表于 2014-8-30 20:54:34 | 显示全部楼层 |阅读模式
本帖最后由 gossh.net 于 2014-8-30 21:01 编辑
[ol]
  • [root@cloud network-scripts]# 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:4 errors:0 dropped:0 overruns:0 frame:0
  •           TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  •           collisions:0 txqueuelen:0
  •           RX bytes:240 (240.0 b)  TX bytes:240 (240.0 b)
  • seth0     Link encap:Ethernet  HWaddr 00:15:5D:0A:35:76  
  •           inet addr:27.126.176.42  Bcast:27.126.176.255  Mask:255.255.255.0
  •           inet6 addr: fe80::215:5dff:fe0a:3576/64 Scope:Link
  •           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  •           RX packets:14250 errors:0 dropped:0 overruns:0 frame:0
  •           TX packets:359 errors:0 dropped:0 overruns:0 carrier:0
  •           collisions:0 txqueuelen:1000
  •           RX bytes:950778 (928.4 KiB)  TX bytes:39657 (38.7 KiB)
  • [/ol]复制代码
    [ol]
  • [root@cloud network-scripts]# cat ifcfg-eth0
  • DEVICE=seth0
  • BOOTPROTO="static"
  • ONBOOT=yes
  • TYPE=Ethernet
  • HWADDR=00:15:5d:0a:35:76
  • IPADDR=27.126.176.42
  • NETMASK=255.255.255.0
  • GATEWAY=27.126.176.254
  • [/ol]复制代码
    [ol]
  • [root@cloud network-scripts]# cat ifcfg-eth0:1
  • DEVICE=seth0:1
  • BOOTPROTO="static"
  • ONBOOT=yes
  • TYPE=Ethernet
  • HWADDR=00:15:5d:0a:35:76
  • IPADDR=27.126.176.43
  • NETMASK=255.255.255.0
  • GATEWAY=27.126.176.254
  • [/ol]复制代码

    [ol]
  • [root@cloud network-scripts]# service network restart
  • Shutting down interface eth0:  Device state: 3 (disconnected)
  •                                                            [  OK  ]
  • Shutting down loopback interface:                          [  OK  ]
  • Bringing up loopback interface:                            [  OK  ]
  • Bringing up interface eth0:  Active connection state: activated
  • Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/3
  •                                                            [  OK  ]
  • [root@cloud network-scripts]#
  • [/ol]复制代码

    弄死加不进去  
    怎么破?
  • 回复

    使用道具 举报

    10

    主题

    25

    回帖

    86

    积分

    注册会员

    积分
    86
     楼主| 发表于 2014-8-30 21:02:55 | 显示全部楼层


    回复

    使用道具 举报

    92

    主题

    907

    回帖

    2134

    积分

    金牌会员

    积分
    2134
    发表于 2014-8-30 21:07:36 | 显示全部楼层
    DEVICE=seth0:1

    设别名称对吗?

    另外,是否还有一个

    DEVICE=seth0:0

    回复

    使用道具 举报

    27

    主题

    266

    回帖

    641

    积分

    高级会员

    积分
    641
    发表于 2014-8-30 21:07:45 | 显示全部楼层
    如果是centos6.x以上的,不用新增文件,只需要
    DEVICE=seth0
    BOOTPROTO="static"
    ONBOOT=yes
    TYPE=Ethernet
    HWADDR=00:15:5d:0a:35:76
    IPADDR=27.126.176.42
    NETMASK=255.255.255.0
    IPADDR2=27.126.176.43
    NETMASK=255.255.255.0
    GATEWAY=27.126.176.254


    不過你這centos 一看就是低版本,seth0 出賣了它。
    回复

    使用道具 举报

    10

    主题

    25

    回帖

    86

    积分

    注册会员

    积分
    86
     楼主| 发表于 2014-8-30 21:08:13 | 显示全部楼层

    619054 发表于 2014-8-30 21:07

    如果是centos6.x以上的,不用新增文件,只需要
    DEVICE=seth0
    BOOTPROTO="static"

    不用虚拟网卡了?
    回复

    使用道具 举报

    27

    主题

    266

    回帖

    641

    积分

    高级会员

    积分
    641
    发表于 2014-8-30 21:07:00 | 显示全部楼层

    gossh.net 发表于 2014-8-30 21:08

    不用虚拟网卡了?

    6.4 這辦法沒問題,其他低版本不知道,沒試過。
    回复

    使用道具 举报

    27

    主题

    266

    回帖

    641

    积分

    高级会员

    积分
    641
    发表于 2014-8-30 21:09:36 | 显示全部楼层
    建議樓豬重裝CENTOS 6.4 以上的版本.然後按照格式添加IP即可。
    回复

    使用道具 举报

    10

    主题

    25

    回帖

    86

    积分

    注册会员

    积分
    86
     楼主| 发表于 2014-8-30 21:08:00 | 显示全部楼层

    zc035 发表于 2014-8-30 21:07

    DEVICE=seth0:1

    设别名称对吗?

    :后面的可以随意指定的
    回复

    使用道具 举报

    92

    主题

    907

    回帖

    2134

    积分

    金牌会员

    积分
    2134
    发表于 2014-8-30 21:12:48 | 显示全部楼层

    gossh.net 发表于 2014-8-30 21:12

    :后面的可以随意指定的

    主要是前面 seth0, 我见多的是 eth0:1 ,
    回复

    使用道具 举报

    0

    主题

    1

    回帖

    4

    积分

    新手上路

    积分
    4
    发表于 2014-8-30 21:12:48 | 显示全部楼层
    本帖最后由 619054 于 2014-8-30 21:16 编辑

    樓豬請看。6.4以上按照這樣設定是OK的,不用新增網設定檔案.



    619054 发表于 2014-8-30 21:07

    如果是centos6.x以上的,不用新增文件,只需要
    DEVICE=seth0
    BOOTPROTO="static"

    [root@cloud network-scripts]# vi ifcfg-eth0
    DEVICE=seth0
    BOOTPROTO="static"
    ONBOOT=yes
    TYPE=Ethernet
    HWADDR=00:15:5d:0a:35:76
    IPADDR=27.126.176.42
    NETMASK=255.255.255.0
    IPADDR2=27.126.176.43
    NETMASK=255.255.255.0
    GATEWAY=27.126.176.254
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    "ifcfg-eth0" 10L, 192C written
    [root@cloud network-scripts]#
    [root@cloud network-scripts]#
    [root@cloud network-scripts]# service network restart
    Shutting down interface eth0:  Device state: 3 (disconnected)
                                                               [  OK  ]
    Shutting down loopback interface:                          [  OK  ]
    Bringing up loopback interface:                            [  OK  ]
    Bringing up interface eth0:  Active connection state: activated
    Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/2
                                                               [  OK  ]
    [root@cloud network-scripts]#
    [root@cloud network-scripts]#
    [root@cloud network-scripts]# ifconfig
    lo        Link encap

    ocal 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:4 errors:0 dropped:0 overruns:0 frame:0
              TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:240 (240.0 b)  TX bytes:240 (240.0 b)

    seth0     Link encap:Ethernet  HWaddr 00:15:5D:0A:35:76  
              inet addr:27.126.176.42  Bcast:27.126.176.255  Mask:255.255.255.0
              inet6 addr: fe80::215:5dff:fe0a:3576/64 Scope

    ink
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:2623 errors:0 dropped:0 overruns:0 frame:0
              TX packets:179 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:184493 (180.1 KiB)  TX bytes:19279 (18.8 KiB)


    我是centos 6.4的  还是不行呢

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    ×
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-1-27 21:33 , Processed in 0.019862 second(s), 7 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表