community
community copied to clipboard
steps missing from VPN guide
Originally posted by @globeone in https://github.com/GoogleCloudPlatform/community/pull/335#issuecomment-489106626
https://cloud.google.com/community/tutorials/using-cloud-vpn-with-checkpoint
There is are a number of steps missing from this guide in the Policy Based Site to Site VPN on the Checkpoint side. With these steps the encryption domains will match and the connection will start.
Steps to create an Interoperable Device with the correct settings:
- New... More... Network Object... More... Interoperable Device
- General Properties... Name: GoogleCloudVPNGateway (or you can use the actual hostname)
- IPv4 Address: 35.195.227.26
- Topology
- New...
- Name: toGoogle
- IPv4 Address: 35.195.227.26
- Net Mask: 255.255.255.255
- Topology the little horizontal tab at the top of the current dialog box
- External (leads out to the Internet)
- OK
- New...
- Name: toInternalNetwork
- IPv4 Address: 10.0.0.0
- Net Mask: 255.255.255.0
- Topology
- Internal (leads to the local network)
- IP addresses behind this interface: Network defined by the interface IP and Netmask
- OK
- OK
@globeone, I created this separate bug report in the Issues section based on your comment on the original PR, so that we can track the work more easily.
@ashishverm , could you have a look at this issue regarding a document that you contributed?