Debian下一个网卡绑定多个ip的方法

Debian 下一个网卡 定多个 ip 的方法

File: /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
# auto lo表示开机时候自动加载一块叫lo的interface
auto lo
#定义lo这个interface的类型为loopback类型(本地环回# 接口)
iface lo inet loopback
# 自动加载叫eth0的interface
auto eth0
# The primary network interface
# eth0是个具备静态地址的interface
iface eth0 inet static
#ip地址
address 192.168.1.254
#子网掩码
netmask 255.255.255.0
#综合network和netmask的值来表示一个网络192.168.1.254/24
network 192.168.1.0
#broadcast表示广播地址
broadcast 192.168.1.255
#gateway表示网关地址
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
#DNS服务器地址
dns-nameservers 202.103.0.117 202.103.24.68
# DNS服务器地址一般在另外的一个文档里面配置,文档地址是 /etc/resolv.conf
Debian下一个网卡绑定多个ip的方法(NetDC)
修改/etc/network/interfaces
auto eth0
iface eth0 inet static
address 172.16.3.123
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.1
auto eth0:1
iface eth0:1 inet static
address 10.16.3.123
netmask 255.255.0.0
network 10.16.0.0
broadcast 10.16.255.255

File:/etc/network/ifstate
lo=lo
eth0=eth0
eth0:1=eth0:1
没有文档/etc/network/ifstate,手工创建之
#/etc/init.d/networking restart
注意,eth0:0没有gateway
然后使用ifup eth0:0就能够了。
不要使用/etc/init.d/network
restart的方法

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值