发布时间:2013-04-10 05:04:36
#!/bin/bashiptables -Fiptables -X/etc/init.d/iptables savechkconfig tftp onchkconfig xinetd ona=$(ifconfig eth0 |sed "s/.*addr://g" |sed "s/Bcast.*//g" |sed -n "2p" |awk -F. '{print $1"."$2"."$3}')b=$(ifconfig eth0 |sed "s/.*addr://g" |sed "s/Bcast.*//g" |sed -n "2p" |awk -F. '{print $3"."$2".........【阅读全文】
发布时间:2013-04-10 04:48:40
网卡绑定技术有助于保证高可用性特性并提供其它优势以提高网络性能,在这介绍的Linux双网卡绑定实现就是使用两块网卡虚拟成为一块网卡,这个聚合起来的设备看起来是一个单独的以太网接口设备,通俗点讲就是两块网卡具有相同的IP地址而并行链接聚合成一个逻辑链路工作,这样即使其中的一块物理网卡出现故障,.........【阅读全文】