I spent 5 months to get the VPN server SoftEther working on PROXMOX. Finally, I did it on LXC but not on VM.
This is my notes for LXC:
Enable all repositories
cat /etc/apk/repositories
drop "#" for community row (https://wiki.alpinelinux.org/wiki/Repositories)
apk update && apk upgrade
pre-install preparation:
Read more
This is my notes for LXC:
Enable all repositories
cat /etc/apk/repositories
drop "#" for community row (https://wiki.alpinelinux.org/wiki/Repositories)
apk update && apk upgrade
pre-install preparation:
Bash:
apk add --no-cache \
binutils \
build-base \
readline-dev \
openssl-dev \
ncurses-dev \
git \
cmake \
gnu-libiconv \...
Read more