搬瓦工网速优化net-speeder

来源:互联网 发布:生活在英国 知乎 编辑:程序博客网 时间:2024/05/07 02:45

下载并解压源文件:

:~# wget https://github.com/snooda/net-speeder/archive/master.zip:~# unzip master.zip

安装编译环境:

:~# apt-get install libnet1-dev:~# apt-get install libpcap0.8-dev 

编译:

Linux Cooked interface使用编译(venetX,OpenVZ)::~# sh build.sh -DCOOKED普通网卡使用编译(XenKVM,物理机)::~# sh build.sh

使用:

需要root权限启动#参数:./net_speeder 网卡名 加速规则(bpf规则)#ovz用法(加速所有ip协议数据): :~# ./net_speeder venet0 "ip"

添加到开机启动项:

:~# cp ./net_speeder /usr/bin:~# echo -e 'nohup /usr/bin/net_speeder venet0 "ip" >/dev/null 2>&1 &\nexit 0' >> /etc/rc.local

参考文章:

https://github.com/snooda/net-speeder
http://www.jianshu.com/p/f136b30ca3ba

0 0
原创粉丝点击