joula Posted March 19 Share Posted March 19 Hi all, I succeded to install Armbian bullseye on a S905x TV box Works well. I succeeded to install OpenVPN server I failed to install OpenVPN Access Server Option 1: E: Unable to locate package openvpn-as apt update && apt -y install ca-certificates wget net-tools gnupg wget https://as-repository.openvpn.net/as-repo-public.asc -qO /etc/apt/trusted.gpg.d/as-repository.asc echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/as-repository.asc] http://as-repository.openvpn.net/as/debian bullseye main">/etc/apt/sources.list.d/openvpn-as-repo.list apt update && apt -y install openvpn-as Option 2: dpkg: error: cannot access archive 'openvpn-as-bundled-clients-27.deb': No such file or directory apt update apt install -y bridge-utils dmidecode iptables iproute2 libc6 libffi7 libgcc-s1 liblz4-1 liblzo2-2 libmariadb3 libpcap0.8 libssl1.1 libstdc++6 zlib1g libsasl2-2 libsqlite3-0 net-tools python3-pkg-resources python3-migrate python3-sqlalchemy python3-mysqldb python3-ldap3 sqlite3 python3-netaddr python3-arrow python3-lxml python3-openssl python3-incremental libxmlsec1 libxmlsec1-openssl python3-constantly python3-hyperlink python3-automat python3-service-identity python3-cffi python3-defusedxml dpkg -i openvpn-as-bundled-clients-27.deb openvpn-as_2.11.3-af31575c-Debian11_amd64.deb I was looking on internet for hours but I cannot find solutions. Maybe debian package does not exist for arm platform Thanks for your support 0 Quote Link to comment Share on other sites More sharing options...
Solution Werner Posted March 19 Solution Share Posted March 19 12 minutes ago, joula said: amd64 You cannot install amd64 binaries on arm hardware. 0 Quote Link to comment Share on other sites More sharing options...
joula Posted March 19 Author Share Posted March 19 Thanks Werner for your quick reply. I understand Armbian firmware for s905x are 64-bit. I found there is no OpenVPN Access Server for ARM64 platforms with debian. But this is for Ubuntu: https://openvpn.net/faq/is-access-server-available-for-arm-platforms/ 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted March 19 Share Posted March 19 Even though it is 64 bit you still cannot install packages for Intel architecture on ARM architecture. Check if there are arm64 binaries available. 0 Quote Link to comment Share on other sites More sharing options...
joula Posted March 19 Author Share Posted March 19 Yes I found there is OpenVPN Access Server for ARM64 platforms with Ubuntu: https://openvpn.net/faq/is-access-server-available-for-arm-platforms/ 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted March 19 Share Posted March 19 This way doesn't work? https://pivpn.io/ 0 Quote Link to comment Share on other sites More sharing options...
joula Posted March 20 Author Share Posted March 20 Thx! I am going to try pivpn also 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.