assign our local Ip address to access using openvpn

0

need to add our custom Ip address to access openvpn to our second local, I configured the tool but just need to know how to add our local IP instead of the auto-assigned by AWS

1 Antwort
0

Create a subnet in your VPC and assign it a static IP range instead of using auto-assign.

Run the associate-client-vpn-target-network AWS CLI command to associate this subnet with your Client VPN endpoint.

aws ec2 associate-client-vpn-target-network --client-vpn-endpoint-id cvpn-endpoint-id --subnet-id subnet-id

When you connect your OpenVPN client, it will now get an IP address from the static range assigned to the associated subnet, instead of a dynamic address.

profile picture
EXPERTE
beantwortet vor 3 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen