The IP addresses in me-south-1 region not connecting

0

Hello,

in the me-south-1 I have assigned 157.175.125.52 to the OpenVPN, but I am not able to connect to it as it is giving a general network error, on trying https://157.175.125.52 in the browser also gives an error, whereas for my other regions, things are working fine.

Varun
asked 12 days ago63 views
3 Answers
0

Hello,

please look at solution it will be helpful for you.

Restart OpenVPN Instance: Sometimes, a simple restart can resolve connectivity issues. Go to your AWS EC2 dashboard, find the OpenVPN instance in the me-south-1 region, and restart it.

Check Security Group: Ensure that the security group associated with your OpenVPN instance allows inbound traffic on UDP port 1194. You can do this by going to the EC2 dashboard, selecting "Security Groups," finding the relevant security group, and editing the inbound rules to allow traffic on UDP port 1194 from your IP address or from anywhere (0.0.0.0/0) for testing purposes.

Confirm Route Table: Check the route table associated with the subnet of your OpenVPN instance. Ensure there is a route directing internet-bound traffic (0.0.0.0/0) to an internet gateway or NAT gateway.

Review OpenVPN Logs: SSH into your OpenVPN instance or access its console through the AWS console. Check the OpenVPN server logs for any errors or warnings that might indicate connectivity issues. Look for logs in /var/log/openvpn.log.

Test Connectivity from Another Network: Try connecting to your OpenVPN instance from a different network or using a different internet connection. This helps determine if the issue is specific to your current network setup

please look at AWS Document Link.

https://aws.amazon.com/blogs/awsmarketplace/setting-up-openvpn-access-server-in-amazon-vpc/

https://openvpn.net/vpn-server-resources/amazon-web-services-ec2-byol-appliance-quick-start-guide/

answered 12 days ago
0

Hi Varun,

It is having trouble connecting to your OpenVPN in the me-south-1 region. Here's a simplified approach to troubleshoot:

Double-Check:

Make sure you're using the exact IP address (157.175.125.52) assigned to your OpenVPN in me-south-1. Verify your OpenVPN client settings match the me-south-1 endpoint (server address, port, etc.).

Test the Connection:

Try pinging the IP address (e.g., ping 157.175.125.52 on your computer) to see if you can reach it at all.

Security Group Check:

In the AWS console, ensure the security group for your me-south-1 OpenVPN allows incoming connections on port 1194 UDP,443 and 943 (OpenVPN's default port) from your location (your IP address).

OpenVPN Client Logs:

If you have access to OpenVPN client logs, check them for error messages that might explain why the connection isn't working.

this link Give an idea about OpenVPN Security :https://aws.amazon.com/blogs/awsmarketplace/setting-up-openvpn-access-server-in-amazon-vpc/

answered 12 days ago
  • Hello, i am not able to ping the IP address 157.175.125.52 from my local computer. In security group all the required ports are open

0

Hi

You are missing security Group inbound rules, 443, 1194 UDP, 943 etc

Check this Reference link: https://openvpn.net/vpn-server-resources/amazon-web-services-ec2-byol-appliance-quick-start-guide/

profile picture
EXPERT
GK
answered 12 days 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