Install OpenVPN on Ubuntu in AWS (Client to Site VPN)

  Рет қаралды 10,310

Anton Putra

Anton Putra

Күн бұрын

Пікірлер: 37
@AntonPutra
@AntonPutra Жыл бұрын
🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@AntonPutra
@AntonPutra Жыл бұрын
👉 How to Manage Secrets in Terraform - kzbin.info/www/bejne/aX-TpXqBrNt1mqM 👉 Terraform Tips & Tricks - kzbin.info/www/bejne/bYScZaKLid5lsJY 👉 ArgoCD Tutorial - kzbin.info/www/bejne/sHjRlZqafMZkisU
@neetpbg4
@neetpbg4 3 жыл бұрын
Holy moly, that's a lot of excellent info. Great tutorial, nice pace too! Thanks!!
@AntonPutra
@AntonPutra 3 жыл бұрын
Very welcome!
@jordanbourcier2424
@jordanbourcier2424 Жыл бұрын
Great video Anton!
@AntonPutra
@AntonPutra Жыл бұрын
Thanks Jordan, I think it's too complicated wanna make a new one without sso.
@nvtrinh2001
@nvtrinh2001 2 жыл бұрын
Thank you so much for the tutorial. I've learned a lot about some of AWS services and networking concepts as well .
@AntonPutra
@AntonPutra 2 жыл бұрын
Thanks Trình!
@jamzey7568
@jamzey7568 3 жыл бұрын
As always awesome tutorial!
@AntonPutra
@AntonPutra 3 жыл бұрын
Thanks again! :)
@rritsoftwaresolutions9566
@rritsoftwaresolutions9566 3 жыл бұрын
yours video is usefully understand way , thankq sir
@AntonPutra
@AntonPutra 3 жыл бұрын
Thank you:)
@George-mk7lp
@George-mk7lp Жыл бұрын
1. do you have a script for OpenVPN on AWS with terraform? 2. is it possible to run OpenVPN on Kubernetes? is it recommended if not why? Would love to hear your opinion Thanks for the great content
@AntonPutra
@AntonPutra Жыл бұрын
Unfortunately I don't have a script, but the idea of deploying it in k8s is interesting. I'll explore it and maybe create a tutorial.
@michaelvoznyanski6815
@michaelvoznyanski6815 4 ай бұрын
I am currently setting up a VPN endpoint for access to private resources, so thanks a lot. Am I right that the actions described in the first half of the video are basically the ones AWS does for us when using VPC endpoints?
@AntonPutra
@AntonPutra 4 ай бұрын
I'm not sure about the VPC endpoint, but you can use the new AWS VPC client managed service that wasn't available when I was recording this video. You may still prefer your own OpenVPN deployments because it's much cheaper but requires knowledge of how to set up and maintance.
@michaelvoznyanski6815
@michaelvoznyanski6815 4 ай бұрын
@@AntonPutra why not simply use bastion host ec2 and ssh tunnelling?
@AntonPutra
@AntonPutra 4 ай бұрын
@@michaelvoznyanski6815 One major use case for a client VPN is the ability to use private DNS. For example, you can create a private Route 53 hosted zone "example.pvt" and expose some internal dashboards, maybe using Kubernetes ingress like "grafana.example.pvt." In that way, only your team members will be able to access internal services, keeping them secure without exposing them to the internet. There are other use cases as well.
@danieltelecentr
@danieltelecentr 3 жыл бұрын
Hi Anton I want to say than youuuuuuuuuuuuuuuuuuuuuuuuu!!! your tutorial is awesomeee!!! I have one question, at the step generete a certificate that you said that you don't set a passphrase to make it automatic, but you said it's dangerous, It's there any other option that would be less dangerous? Thank you in advance
@AntonPutra
@AntonPutra 3 жыл бұрын
Thank you Daniel! Well, the most conservative option, when you create your CA, always keep it offline and use only intermediate to sign certs:) At least restrict access to that machine and use a passphrase would be sufficient.
@danieltelecentr
@danieltelecentr 3 жыл бұрын
@@AntonPutrathank you a lot, as soon as I get the salary I'll contribute with your channel!!
@AntonPutra
@AntonPutra 3 жыл бұрын
@@danieltelecentrThank you :)
@thecuratedfeed
@thecuratedfeed Жыл бұрын
I have done the setup, But I'm not able to connect to vpn
@danieltelecentr
@danieltelecentr 3 жыл бұрын
Hi Anton, if I had to allow instances to differents tcp ports I must change the inbound rules? to for example see an app at port 4200 I chancge in the server security group inbound rules?
@AntonPutra
@AntonPutra 3 жыл бұрын
For example, you have an app deployed on EC2 instance that only has private ip address and you want to access it locally from your development host. You would need to create anther entry in app's EC2 security group to allow por 4200 and specify source as your OpenVPN security group.
@danieltelecentr
@danieltelecentr 3 жыл бұрын
@@AntonPutra thanks a lot!!!
@noname8881
@noname8881 Жыл бұрын
how to connect this openvpn server to another's vpc in different regions?
@AntonPutra
@AntonPutra Жыл бұрын
If you have VPC peering, you can just update /etc/openvpn/server.conf and push new routes or if not you need to deploy another openvpn instance
@hblackfox4407
@hblackfox4407 2 жыл бұрын
What should I do if I want to make it Site-Site. The machine that are in openvpnserver subnet can connect to the client?
@AntonPutra
@AntonPutra 2 жыл бұрын
for site to site i would suggest to use aws vpn managed service. have you tried it?
@hblackfox4407
@hblackfox4407 2 жыл бұрын
Yes I already tried it. It worked, but I want to use the opensource OVPN for my project.
@lovelykhare
@lovelykhare 2 жыл бұрын
I'm facing one issue "TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) " can you please help me on that
@AntonPutra
@AntonPutra 2 жыл бұрын
check firewall, issue with connection
@rritsoftwaresolutions9566
@rritsoftwaresolutions9566 3 жыл бұрын
please shere the all aws and devopps , videos .
@AntonPutra
@AntonPutra 3 жыл бұрын
will do :)
@PavLOCKd
@PavLOCKd 2 жыл бұрын
~$ easyrsa --version easyrsa: command not found (( Не пому почему так. Все по шпаргале
@AntonPutra
@AntonPutra 2 жыл бұрын
make sure you put it on your path, run "which easyrsa"
How to setup AWS Client VPN? Full step-by-Step-Demo
41:52
BeCloudGuru
Рет қаралды 22 М.
AWS Client VPN Tutorial - Setup AWS Client VPN from scratch
37:24
amazing#devil #lilith #funny #shorts
00:15
Devil Lilith
Рет қаралды 18 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 75 МЛН
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН
Человек паук уже не тот
00:32
Miracle
Рет қаралды 3,9 МЛН
Expose Kubernetes Services Running on Amazon EKS (9 Ways)
32:44
Anton Putra
Рет қаралды 12 М.
How to Install OpenVPN on Ubuntu (self-hosted VPN)
9:33
Tony Teaches Tech
Рет қаралды 298 М.
OpenVPN Access Server Access Control
8:41
OpenVPN
Рет қаралды 1,3 М.
AWS Client VPN: Connected with the Cloud
19:23
cloudonaut
Рет қаралды 10 М.
AWS Client VPN - AWS Networking
24:00
Digital Cloud Training
Рет қаралды 70 М.
AWS Client VPN Endpoint Tutorial | Hands-on Lab
17:43
Cloud Guru
Рет қаралды 3,8 М.
amazing#devil #lilith #funny #shorts
00:15
Devil Lilith
Рет қаралды 18 МЛН