1

My client is asking me to fill out a form in order to setup the VPN and make sure that our configuration values are compatible. They've sent me a list of configuration values for the VPN using IKE v1 that they use, such as

  • Mode
  • Encryption Algorithm for Phase 1
  • Hashing Algorithm
  • Diffie-Hellman Group
  • .....

I've setup these variables in a previous VPN using ipsec on CentOS, but on Google Cloud VPN I haven't found anything related to this. The documentation doesn't mention that you could configure these values, nor it says which values does it use on its own. So, how could I know which values are supported on Google Cloud VPN in order to make sure they are compatible to what my client is requesting from us?

Trak
  • 677
  • 1
  • 5
  • 7

1 Answers1

3

You can find the desire configuration here: https://cloud.google.com/compute/docs/vpn/advanced#supported_ike_ciphers

Avinoam Meir
  • 497
  • 2
  • 9