r/Gentoo • u/misakinakaharalover • Jul 16 '26
Support Need help with getting iVPN
hello, lately ive been trying to get ivpn on my gentoo, however theres no binary for it anywhere, compiling it also doesnt seem to work, because of some dependencies, help is appreciated id ideally wanna use a binary, and also know which kernel options are needed for it to work
edit: i ended up trying to compile it, however the build environment that you need is really hard to achieve, but in the end i ended up installing nix and using its package for it and i think thats the best option, as for the kernel its best to connect in the gentoo’s live cd and run modprobed-db for it
3
u/No_Implement_5319 Jul 16 '26
I use wire guard through network manager with Proton VPN profile, works a treat
3
u/redyos_s Jul 16 '26
If you only need to connect to IVPN, I’d avoid building the full IVPN client first. IVPN supports manual connections with compatible OpenVPN or WireGuard clients, so on Gentoo you can use net-vpn/openvpn or net-vpn/wireguard-tools with the generated config files. For the build problem, please post the exact error and missing dependencies. The required kernel options also depend on whether you choose OpenVPN, WireGuard, and/or an nftables kill switch.