sfc9982 / AnyConnect-Server

Installation Script for Cisco AnyConnect
MIT License
99 stars 38 forks source link

Got error during installation #2

Closed dr1361teh closed 1 year ago

dr1361teh commented 1 year ago

Hello, I got the following error, it seems the server is down ! any solution ?

Connecting to ftp.infradead.org (ftp.infradead.org)|90.155.50.34|:21... failed: Connection timed out. Connecting to ftp.infradead.org (ftp.infradead.org)|2001:8b0:10b:1236::1|:21... failed: Network is unreachable. [错误] ocserv 源码文件下载失败 !

sfc9982 commented 1 year ago

find ftp://ftp.infradead.org/pub/ocserv/ocserv-${ocserv_ver}.tar.xz
in script, and change it to
http://www.infradead.org/ocserv/download/ocserv-${ocserv_ver}.tar.xz

wartan6 commented 1 year ago

hi, in readme written that tested on centos7. but when i run "bash ocserv-en.sh" , got this error:

bash ocserv-en.sh

[ERROR] OS is not supported centos !

my centos version: Virtualization: kvm Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-1160.31.1.el7.x86_64 Architecture: x86-64

sfc9982 commented 1 year ago

hi, in readme written that tested on centos7. but when i run "bash ocserv-en.sh" , got this error:

bash ocserv-en.sh

[ERROR] OS is not supported centos !

my centos version: Virtualization: kvm Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-1160.31.1.el7.x86_64 Architecture: x86-64

You can edit the script and comment out the line which detect unsupported OS.
Sorry for inconvenience.

sfc9982 commented 1 year ago

I will fix it ASAP

sfc9982 commented 1 year ago

You can try english version now, another guy succussed on Ubuntu yesterday.