CentOS 7 安装n2n v3.0.0 Stable
感谢各位大佬的努力,让N2N更加好用
https://github.com/ntop/n2n/releases/tag/3.0
记录一下安装方法
以 CentOS 7 为例
RPM安装
yum install libzstd -y
#国内备份链接
#wget https://file.bugxia.com/s/yEoXNaZPE852N6p/download
wget https://github.com/ntop/n2n/releases/download/3.0/n2n-3.0.0-1038.x86_64.rpm
rpm -i n2n-3.0.0-1038.x86_64.rpm
编译安装
yum install autoconf automake libtool git kernel-headers -y
#国内备份链接
#wget https://file.bugxia.com/s/TtD5mqW6Z47ioCA/download
wget https://github.com/ntop/n2n/archive/refs/tags/3.0.tar.gz
tar xzvf 3.0.tar.gz
cd n2n-3.0
./autogen.sh
./configure
make && make install
22 条评论
错误: 无法验证 file.bugxia.com 的由 “/C=US/O=Let’s Encrypt/CN=R3” 颁发的证书,遇到该错误请执行如下命令!!!!
wget –no-check-certificate https://file.bugxia.com/s/yEoXNaZPE852N6p/download
错误: 无法验证 file.bugxia.com 的由 “/C=US/O=Let’s Encrypt/CN=R3” 颁发的证书:
颁发的证书已经过期。