摘要: 1、针对支持IPv4系统内核的参数优化 vi /etc/sysctl_conf net.core.netdev_max_backlog=262144 net.core.somaconn=262144 net.ipv4.tcp_max_orphans=262144 net.ipv4.tcp_max_s 阅读全文
posted @ 2017-06-27 16:41 普朗克·李 阅读(203) 评论(0) 推荐(0) 编辑
摘要: ethX为director端添加的RS地址的物理接口,请对应更改即可。 阅读全文
posted @ 2017-06-27 16:02 普朗克·李 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 1 #!/bin/bash 2 # 手动安装lpvs前端管理工具 3 # chkconfig: - 85 15 4 # 5 # lvs启动脚本:director 6 # lvs模式类型:nat、dr、ipip 7 # lvs代理协议:tcp、udp、mark 8 9 # 检测输入类型是否为tcp/udp/mark 10 function check_ty... 阅读全文
posted @ 2017-06-27 15:59 普朗克·李 阅读(352) 评论(0) 推荐(0) 编辑