Archive for 三月, 2007
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
Posted: 三月 22nd, 2007 under 学习资料.
Comments: 3