红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Debian

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

发布时间:2007-08-15 00:12:45来源:红联作者:beasept
修改/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
修改/etc/network/ifstate
lo=lo
eth0=eth0
eth0:1=eth0:1
然后/etc/init.d/networking restart就可以了。
文章评论

共有 0 条评论