Доброго дня, шановні друзі!
З
WireGuard в мене нічого поки що не вийшло, то ж вирішив ще спробувати налаштувати
IPsec VPN.
Відкопав ось такий скрипт для установки:
https://github.com/hwdsl2/setup-ipsec-vpnВідповідно до інструкції скористався командою:
wget https://git.io/vpnsetup -O vpn.sh && sudo sh vpn.sh && sudo ikev2.sh --auto
Але отримую наступну помилку:
Error: /dev/ppp is missing. Debian 10 users, see: https://git.io/vpndebian10
За довідковою інформацією ця помилка пояснюється так:
Debian 10 kernel
Debian 10 users: Run uname -r to check your server's Linux kernel version. If it contains the word "cloud", and /dev/ppp is missing, then the kernel lacks ppp support and cannot use IPsec/L2TP mode. The VPN setup scripts try to detect this and show an error.
To fix, you may switch to the standard Linux kernel by installing e.g. the linux-image-amd64 package. Then update the default kernel in GRUB and reboot your server. Finally, re-run the VPN setup script.
Перевіряю версію ядра і отримую:
root@vps758815:~# uname -r
5.10.0-0.bpo.7-cloud-amd64
Виходить, що на
VPS сервері неможливо налаштувати
IPsec VPN сервер, чи що?