Questions tagged [aws-vpn]

AWS Virtual Private Network (AWS VPN) lets you establish a secure and private tunnel from your network or device to the AWS global network. AWS VPN is comprised of two services: AWS Site-to-Site VPN and AWS Client VPN. AWS Site-to-Site VPN enables you to securely connect your on-premises network or branch office site to your Amazon Virtual Private Cloud (Amazon VPC). AWS Client VPN enables you to securely connect users to AWS or on-premises networks.

Documentation: https://aws.amazon.com/vpn/faqs/

80 questions
0
votes
0 answers

gcp functions fails to connect to the grpc protocol through the vpn to the grpc port of the aws eks container

The gcp function (nodejs environment) is the eks cluster java container connected to aws through vpn, the protocol uses grpc, and the connection times out Java application error log: HTTP/2 client preface string missing or corrupt. Hex dump for…
0
votes
1 answer

How to set up AWS Client VPN with Keycloak as IdP

I am struggeling to setup AWS Client VPN in combination with Keycloak as IdP via SAML. There is hardly any documentation on this setup and I am not sure if I messed up the client and user configuration on Keycloak side. I was able to get to that…
JaYaKaAzZ
  • 5
  • 2
0
votes
0 answers

vpn connection with strongswan between a vpc aws and a virtualbox lan

Allow me to ask for your help. I would like to mount a vpn connection with strongswan between a vpc aws and a virtualbox lan. The installation of strongswan is going well and I manage to ping my local strongswan and my ftp machine from my…
jomenir
  • 1
  • 1
0
votes
1 answer

bi-directional access between local PC and AWS EC2 using AWS Client VPN Endpoint

I want to expose a web server (port 8080) on my local PC to the Internet with AWS Client VPN Endpoint. I can set up the VPN Endpoint and connect to the VPC successfully. I can ssh to an EC2 instance in the VPC. The EC2 is in a public subnet with…
asinkxcoswt
  • 2,252
  • 5
  • 29
  • 57
0
votes
0 answers

I can't access Jenkins if I restrict its inbound rule to my AWS vpn

I have Jenkins running in a Windows server EC2 instance on a custom port. Firewall is open on that port, and security group's inbound rule matching it allowing any IP address (users can't sign up and anons can't even read). Now I want to add an…
0
votes
0 answers

AWS VPN Client - Helper tool is required error

When i try to connect, it says "AWS VPN Client is trying to install a new helper tool." i enter my password and within a sec i get this popup "AWS VPN Client Helper Tool is required to establish the connection.". When i try to uninstall vpn client…
Afzal
  • 381
  • 3
  • 3
0
votes
1 answer

AWS Client VPN - Cannot resolve host

Since 6th Feb, our AWS Clients have been generating errors such as 2023-02-06 10:33:48.752 +00:00 [DBG] >LOG:1675679628,N,RESOLVE: Cannot resolve host address: xxxxxxxxxxxx.cvpn-endpoint-xxxxxxxxxxxx.prod.clientvpn.eu-west-1.amazonaws.com:443 (No…
Shaun
  • 475
  • 1
  • 5
  • 16
0
votes
0 answers

AWS IPsec Site-to-Site VPN Certificate Authentication - Certificate Request signatures don't match

I am having issues with certificate authentication using AWS Site-to-Site VPN. I created a new VPN connection in AWS using the same configuration that worked for shared secret. However, when I inspect the traffic, the Certificate Request in the…
0
votes
0 answers

Does OpenVPN and Routing Tables Create an Asymmetrical Behaviour?

My setting is quite simple: a raspberry pi (tun0 IP is 172.32.0.130) is connected to aan AWS VPC (172.31.0.0/16) through AWS Client VPN, with an attachment to a public subnet (172.31.32.0/20). There’s an EC2 instance (172.31.37.157) up and running…
Rafa Borges
  • 576
  • 1
  • 7
  • 17
0
votes
0 answers

Page navigation using Playwright with JAVA running under AWS VPN connection not working

I'm working under AWS VPN connection and when I try simple page navigation to site that is under AWS VPN connection using playwright JAVA code, I'm getting timeout and the page navigation is not opening the site. If I do it manually using Chrome…
0
votes
1 answer

AWS RDS slow connection to public IP over internet

We're experiencing a very slow connection with RDS (Oracle) when connecting to its public IP from internet (outside VPC with a 1Gbps internet connection). The RDS instance is in a public subnet with a public IP enabled. I do a simple select from a…
bertrandp
  • 3
  • 3
0
votes
2 answers

Cross account S3 static website access over VPN only

I'm trying to allow access to s3 bucket static website over VPN from network aws account , bucket in prod account. { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", …
MOps
  • 1
0
votes
0 answers

AWS client VPN not connecting

I created an AWS client VPN endpoint with a VPC using google federated authentication and server certificate generated using open easy-rsa. I tried to connect the VPN, but I keep getting Error: app_not_configured_for_user on the browser. I have…
veronica
  • 1
  • 1
0
votes
1 answer

Unable to Setup an site-to-site vpn connection between strongswan and AWS VPN Gateway

I have been trying to setup a site to site vpn connection between aws and my on-prem network. We have a dedicated strongswan vpn gateway in our on-prem network and aws managed vpn gateway on the aws side. Whatever I do I am unable to setup the…
Kunal Malhotra
  • 493
  • 1
  • 5
  • 17
0
votes
1 answer

xhost not working in combination with aws vpn client

I have a laptop running Windows with a Cygwin X server. On this machine I have a virtual Linux box running under VMWare. I set export DISPLAY=xserver:0 on the VM and do xhost +xclient on the cygwin shell. I can use either the hostname or the IPv4…
Richard Wheeldon
  • 973
  • 10
  • 25