红联Linux门户
Linux帮助

中标linux下一网卡配两个ip

发布时间:2009-08-31 15:16:05来源:红联作者:ty8080
临时给网卡邦上一个IP ifconfig eth0:1 10.1.8.222 netmask 255.255.0.0 up 重启网络服务或机器就有没了
文章评论

共有 5 条评论

  1. 满脸胡子 于 2009-08-31 22:38:39发表:

    引用:
    关键就是冒号,只要你的网卡支持NDIS标准,你就可以指定多个IP

    ifconfig eth0:1 xxx
    ifconfig eth0:2 xxx
    ifconfig eth0:3 xxx

    更可以(前提是有这些设备)

    ifconfig eth1:1 xxx

    ifconfig eth2:1 xxx
    lon83129 发表于 2009-8-31 17:32


    (e:e2s

  2. 满脸胡子 于 2009-08-31 22:37:19发表:

    引用:
    关键就是冒号,只要你的网卡支持NDIS标准,你就可以指定多个IP

    ifconfig eth0:1 xxx
    ifconfig eth0:2 xxx
    ifconfig eth0:3 xxx

    更可以(前提是有这些设备)

    ifconfig eth1:1 xxx

    ifconfig eth2:1 xxx
    lon83129 发表于 2009-8-31 17:32



    加强版

  3. l460618498 于 2009-08-31 22:17:38发表:

    学习

  4. lon83129 于 2009-08-31 17:32:07发表:

    [i=s] 本帖最后由 lon83129 于 2009-8-31 17:33 编辑 [/i]

    关键就是冒号,只要你的网卡支持NDIS标准,你就可以指定多个IP

    ifconfig eth0:1 xxx
    ifconfig eth0:2 xxx
    ifconfig eth0:3 xxx

    更可以(前提是有这些设备)

    ifconfig eth1:1 xxx

    ifconfig eth2:1 xxx

  5. 满脸胡子 于 2009-08-31 15:19:19发表:

    很有用,有时候做实验会用到
    {:2_102:}