내용으로 건너뛰기

Connection to external VPN from Windows Server 2016

0

I have to access an on-premise VPN (L2TP/IPSec) via a t3.large instance. However, when I attempt to access the VPN, the server reports error 809.

Things I have done:

  • Set up a new VPC, Routing Table, Subnets, Internet Gateway. Attached everything - pretty much replicated the default VPC.
  • Checked network ACL list to ensure that all traffic is allowed through. (For testing purposes)
  • Allowed incoming ports/protocols in the SG: UDP 500, 1701, 4500; AH all traffic; ESP all traffic; TCP 3389.
  • Opened the same ports and protocols on Windows. (I've even turned off the firewall).
  • Set up the VPN on Windows, including setting the pre-shared key, and setting the other configs that the IT guy on the other side has given me. (MS-CHAP V2)

Are there any obvious steps that I am missing?

질문됨 5년 전613회 조회

1개 답변
0

Do you have ICMP access to the remote server? 809 refers to network error and best way to ensure you have bidirectional connectivity is using pings. Have you configured elastic IP (EIP) on your EC2 instance. For VPNs, it's best to assign EIP. If you do not have ping access to your remote server, try to ping an IP on the internet (ex: 8.8.8.8). That will ensure you have set up your routing appropriately to be accessible from the Internet.

AWS

답변함 5년 전

  • I do have ICMP access to the remote server, I am able to ping it from my side. I did not have a EIP - I have now created one and attached it to the instance, but it made no difference.

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

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