I have a site-to-site VPN running with the following settings:
Proposal:
Auth sha512
Encryption aes-256-cbc
PFS modp3072
Peer:
Hash: sha512
Encryption: aes-256
DH Group: modp1024
My understanding is best practice is to use modp3072 as a minimum for DH groups, but the connection will not establish if I amend the above modp1024 to modp3072.
I was able to amend the PFS from 1024 to 3072 without issue.