VPN connection may be required as AWS does not support the ESP50 port.

0

I am having docker swarm overlay network with 3 nodes, 2 nodes are form other cloud and one is from AWS, now I want that overlay network should be encrypted with ESP50, for this I have checked with strongswarn ipsec this is working on my 2 nodes but it doesnt support on AWS node, for that I have edit inbound and outbond role as well, to check it I have tried with AWS VPN service also, but it not working as expected, I want to know what should i can do for that so that ESP50 encryption will also work with AWS node.

3개 답변
0
수락된 답변

To enable ESP encryption between the Docker swarm overlay network and the AWS node, you will need to configure IPsec VPN between the AWS VPC and the on-premises networks where the other two nodes reside.

https://repost.aws/knowledge-center/vpn-cgw-vpg-traffic

profile picture
전문가
답변함 2달 전
0

achieving ESP encryption across your Docker Swarm overlay network in AWS involves:

  1. Properly configuring AWS security groups and NACLs to allow protocol 50.
  2. Considering alternative encryption methods or third-party VPN solutions if necessary.
  3. Creating encrypted overlay networks in Docker Swarm using the docker network create command with encryption options.
profile picture
전문가
답변함 2달 전
  • I have follwed these steps already....but still having issues AWS is not getting connected.

0

Just to clarify, ESP is a protocol (number 50), not a port under tcp or udp protocols. This article seems to have it working: https://medium.com/@abach06/create-a-docker-swarm-using-aws-4ad1988366e4

JFN
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠