We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I got this strange error on a clean OpenBSD 6.3 GENERIC#490 i386 (iked,v 1.6 2018/01/11)
/etc/iked.conf
ikev2 test \ esp from 0.0.0.0/0 to 0.0.0.0/0 peer 172.16.0.1 \ ikesa enc aes-128-gcm group ecp256 \ srcid jack \ dstid 172.16.0.1
/sbin/iked -dvv
/etc/iked.conf: 3: aes-128-gcm not a valid transform ca exiting, pid 374 control exiting, pid 19575 ikev2 exiting, pid 6367 Segmentation fault (core dumped)
any suggestions?
The text was updated successfully, but these errors were encountered:
The man page says aes-128-gcm is an ESP only cipher suite, but you’re trying to use it for the IKE SA.
aes-128-gcm
Sorry, something went wrong.
No branches or pull requests
Hi there,
I got this strange error on a clean OpenBSD 6.3 GENERIC#490 i386 (iked,v 1.6 2018/01/11)
/etc/iked.conf
/sbin/iked -dvv
any suggestions?
The text was updated successfully, but these errors were encountered: