Use aesgcm16 instead of aes256?
Hi guys -- Happy Untangle user here. When configuring a site-to-site tunnel, the only esp option is AES which is AES-CBC. The multithreaded and more efficient AES-GCM encryption algorithm is not an option.
If I manually edit /etc/ipsec.conf and change:
esp=aes256-sha1-modp2048!
to
esp=aes256gcm16-sha1-modp2048!
Site-to-site throughput jumps 3x and CPU utilization drops.
Of course when I reboot the config is lost. Any way I can get this change to be persistent? Or perhaps add an option for AES-GCM through the UI :). Thank you!