AWS VPC Access with Wireguard VPN

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 30

  • @rtgf-i5t
    @rtgf-i5t Місяць тому

    TThank you! The first time I tried to rent a server and set up a VPN. Everything worked out the first time

  • @ruthuparnak9636
    @ruthuparnak9636 Рік тому

    Thank you sir, using this I was able to set up a VPN for my team at my company.

  • @CamiloLizarazo_me
    @CamiloLizarazo_me Рік тому

    Thanks for this guide i have solve a problem with wireguard configuration, but one of the steps you show let me solved it. 🌟

  • @jj-oo6oi
    @jj-oo6oi 2 роки тому +1

    at 12:42 when I do the command: cat /home/ubuntu/config part then all i get is permissed denied.

    • @shrikulkarni
      @shrikulkarni  2 роки тому

      Are you logged in as ubuntu or some other user? Make sure you type in full path correctly.

  • @MohsenAbedi68
    @MohsenAbedi68 11 місяців тому

    Thanks a lot. Best Video, very easy.

  • @TheMightyAgency
    @TheMightyAgency Рік тому

    Thanks for being the few to show this being done on AWS.
    On OpenVPN, you can configure different types of authentication, including RADIUS. Do you know if that's possible with Wireguard? Relating to that, you can see on OpenVPN the connected user via an admin web interface. Is there an equivalence?

    • @shrikulkarni
      @shrikulkarni  Рік тому

      Unfortunately, I haven't been able to try RADIUS or monitoring clients through a web portal. Although I knew there were options to set up a web server and monitor clients, it was too much work for the number of clients I had.

  • @KartikGajaria
    @KartikGajaria Рік тому

    Thanks for concise and to the point explanation.

  • @spaceeverywhere
    @spaceeverywhere Рік тому +2

    Amazing work!

  • @begaboys
    @begaboys 2 роки тому

    Worked like a charm on my android phone

  • @lakshmanmanthena
    @lakshmanmanthena Рік тому

    Hi. How can i give access to other users for using private ip. should i update security groups if so can i know the rules and ranges.

  • @ben_clifford
    @ben_clifford 5 місяців тому

    It worked! NICE

  • @spaceeverywhere
    @spaceeverywhere Рік тому +1

    I love the content keep it up!!

  • @wijdanmaanitakrouri4838
    @wijdanmaanitakrouri4838 2 роки тому +1

    Great, but what if I want to make AWS connect as a client to a Wireguard server, how could that be done?

    • @shrikulkarni
      @shrikulkarni  2 роки тому +1

      Wireguard client is available for almost all major operating systems. You can use an EC2 instance with linux and use that as a client. It doesn’t support native AWS services directly.

  • @yassarjunaidn2409
    @yassarjunaidn2409 10 місяців тому

    does this allow to route 4G traffic to AWS private resources from a Drone device & RC . There are conatiner deployment done in an ec2 within a private subnet including webapp

    • @shrikulkarni
      @shrikulkarni  10 місяців тому

      Technically possible, but depends on whats the OS on drone and if it can support a Wireguard client.

  • @johnclay7422
    @johnclay7422 Рік тому

    thanks it is working

  • @johntrevor-rb4ko
    @johntrevor-rb4ko 10 місяців тому

    Is this also applicable in aws lightsail?

    • @shrikulkarni
      @shrikulkarni  10 місяців тому +1

      Yes. works similarly in lightsail as well.

  • @kilany10
    @kilany10 2 роки тому

    what are the far better methods to access your private network mentioned in the first minute?

    • @shrikulkarni
      @shrikulkarni  2 роки тому

      I mean if you are an enterprise customer then using Native AWS services is a much better option to access VPC like Site to Site VPN between AWS and on-Premise network.

  • @bsid1277
    @bsid1277 2 роки тому +1

    i can connect but cant surf the internet while connected

    • @shrikulkarni
      @shrikulkarni  2 роки тому

      Check your security group and Network ACLs. Usually, that's the reason for it.

    • @bsid1277
      @bsid1277 2 роки тому

      @@shrikulkarni allright thanks

    • @bsid1277
      @bsid1277 2 роки тому

      @@shrikulkarni do you have any guide on what to change exactly please?

    • @shrikulkarni
      @shrikulkarni  2 роки тому

      @@bsid1277 General documentation is on AWS. I can't say anything specific without looking at the exact issue. Best of luck buddy.

  • @pasankawshik8641
    @pasankawshik8641 2 роки тому

    is this VPN secure to use? how about privacy?

    • @shrikulkarni
      @shrikulkarni  2 роки тому +1

      it’s definitely secure. It has very strong encryption. Any data traveling through VPN is secure. Privacy is a different matter altogether. VPN is just a tool to achieve privacy but lot of other things play a role here like where you are hosting VPN server and how you use it.