Yahoo L3dsr 负载均衡器安装问题。为什么我有私钥问题?

Yahoo L3dsr 负载均衡器安装问题。为什么我有私钥问题?

我需要制作一个负载均衡器。但我必须使用 l3dsr 方法,因为我的负载均衡器服务器和真实服务器位于不同的位置和子网中。我在负载均衡器服务器上进行了配置,一切正常。但在我的真实服务器 centos 7 中,当我想从 l3dsr github 制作 iptables 库时,它给出了无效私钥的错误。所以有人知道哪里出了问题吗?这是我的控制台图片

这是我的命令:

yum install iptables-services kernel-devel iptables-devel gcc make git
systemctl enable iptables.service systemctl start iptables.service git clone
git clone https://github.com/yahoo/l3dsr.git
cd ~/l3dsr/linux/iptables-daddr/
make
make libdir=/usr/lib64 install

相关内容