Site menu:

 

03月 2007
« Feb   Apr »
 1234
567891011
12131415161718
19202122232425
262728293031  

分类

最新日志

最新评论

Site search

标签

存档页

Links:

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

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
修改/etc/network/ifstate
lo=lo
eth0=eth0
eth0:1=eth0:1
然后/etc/init.d/networking restart就可以了。

Comments

Comment from anry
Time 2007年06月11日 at 2:46 下午

我的系统为:Linux debian26 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686 GNU/Linux

auto eth0:1
iface eth0:1 inet static
address 10.123.15.181
netmask 255.255.255.0
gateway 10.123.15.254

没有文件/etc/network/ifstate,手工创建之
#/etc/init.d/networking restart
Setting up IP spoofing protection:rp_filter.
Reconfiguring network interfaces.. Ignoring unkonwn interface static=static.
done.

Comment from hazy ebb
Time 2008年02月21日 at 12:13 上午

As the post said, ‘Only God can make a tree,’ probably because it’s so hard to figure out how to get the bark on — Woody Allen
On every question of construction [of the Constitution] let us carry ourselves back to the time when the Constitution was adopted, recollect the spirit manifested in the debates, and instead of trying what meaning may be squeezed out of the text, or invented against it, conform to the probable one in which it was passed. THOMAS JEFFERSON, letter to William Johnson, June 12, 1823, found in The Complete Jefferson, p. 322

Where humor is concerned there are no standards - no one can say what is good or bad, although you can be sure that everyone will — John Kenneth Galbraith (1908-2006)
To err is human — and to blame it on a computer is even more so — Robert Orben

Write a comment