S2S VPN with Meraki FW

1

I have a S2S tunnel built in AWS, but i am having difficulties with brining the tunnel up. The far end is not seeing any traffic originating from the tunnel IP. Is there any additional routing configuration/NAT that needs to be done for traffic from the tunnel to exist the aws infrastructure?

asked 9 months ago393 views
3 Answers
1

Since AWS act as responder it's the duty of CGW (Customer Gateway) device to initiate the IKE/IPsec traffic to bring up the connection as by default startup Action will be set to "Add".

Add: Your customer gateway device must initiate the IKE negotiation to bring the tunnel up.

As you are unable to bring up the connection when CGW is initiating the traffic, you can try to make AWS as Initiator and verify if you are seeing any traffic and change in the Tunnel Status.

In order to make AWS as initiator please perform the below Steps:

Make sure both AWS and CGW (Customer Gateway) are configured with IKEv2.

Modify VPN Tunnel Options and change the Startup Action to "Start". Refer below doc [1]

Start: AWS initiates the IKE negotiation to bring the tunnel up. Only supported if your customer gateway is configured with an IP address.

[1] Modify Site-to-Site VPN tunnel options - https://docs.aws.amazon.com/vpn/latest/s2svpn/modify-vpn-tunnel-options.html

AWS
answered 9 months ago
1

This seems like a good doc: A Visual Guide to Setting up a Meraki to AWS Site-to-Site VPN.

High-level steps:

  1. Create a VPC (if you do not already have the existing VPC you’d like to be the other half of the tunnel).
  2. Allocate a subnet (if you have not already done so – for a new VPC)
  3. Configure the VPN connection on AWS’s side
  4. Configure the VPN connection on Meraki’s side
  5. Ping from a host on the Meraki side to a host on the AWS side, to bring up the tunnel.

I suggest using monitoring traffic to keep the tunnel up.

AWS
answered 9 months ago
1

Another option is to run a Virtual Meraki MX in AWS to get all the features of the Meraki MX. Here is reference deployment doc on Cisco Meraki Virtual MX with AWS Transit Gateway - Secure SD-WAN traffic between branch offices to resources on the AWS Cloud

AWS
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions