Тёмный
No video :(

setup a FREE VPN server in the cloud (AWS) 

NetworkChuck
Подписаться 4,2 млн
Просмотров 1 млн
50% 1

Setup a free VPN server in the AWS cloud using OpenVPN.
Want to learn more about AWS? Dive a bit deeper with my course: bit.ly/aws_thi...
👊👊👊support the mission, join thisisIT: bit.ly/thisisitio
☕☕OFFICIAL NetworkChuck Coffee: NetworkChuck.c... ☕☕
my FREE CCNA course: bit.ly/nc-ccna
Join the Discord server: bit.ly/nc-discord
🔥🔥Get your CCNA with BOSON🔥🔥
-CCNA Lab: bit.ly/bosoncc... (Boson NetSim) (affiliate)
-CCNA Practice Exam: bit.ly/bosonex... (Boson ExSim) (affiliate)
-CCNP Lab: bit.ly/encorne... (Boson NetSim) (affiliate)
-CCNP Practice Exam: bit.ly/encorexsim (Boson ExSim) (affiliate)
➡️Support NetworkChuck: bit.ly/join_ne...
☕or buy me a coffee: ko-fi.com/netw... ☕
other FANTASTIC CCNA training resources:
FULL CCNA course: bit.ly/2BJazQG ( @David Bombal )
ITProTV: bit.ly/itprotv...
🔥Learn Python🔥
Codecademy: bit.ly/2Me22NH
(GEAR I USE...STUFF I RECOMMEND)
My network gear: geni.us/L6wyIUj
Amazon Affiliate Store: www.amazon.com...
Buy a Raspberry Pi: geni.us/aBeqAL
#freevpn #aws #amazonwebservices

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,9 тыс.   
@joaocampos9615
@joaocampos9615 3 года назад
Just perfect : clear, easy to follow explanation, with a bit of humor and the right amount of detail. Thank you very much, Chuck. Just subscribed because of this.
@Rudi-de6xo
@Rudi-de6xo 2 года назад
All of his videos are as described above it's amazing
@dhrandy
@dhrandy 2 года назад
I use it as a backup VPN when my home VPN is down and I'm traveling. It's been great for over a year!
@ITHowToAsap
@ITHowToAsap 4 года назад
1) You did not give the server a FREE public static IP, therefore once the server restarts you will lose the current temporary IP 2) Make sure the security group assigned to the server only allow the ports needed in order to authenticate, I would recommend setting the VPN and Admin ports to only allow you to connect from your home network, and then close all the other ports until you need to get update to the server.
@sync1.5
@sync1.5 Год назад
how do you set a free public static ip cuz im a bit confused.
@masterhokage1591
@masterhokage1591 Год назад
there's no such thing "free static ip"@@sync1.5
@KryptekSoldier
@KryptekSoldier 11 месяцев назад
you use AWS Elastic IP, you assign it to the EC2 instance@@sync1.5
@aladinT
@aladinT 2 месяца назад
do i need to buy serificate ? i cant log in somehow though url!?
@spiritv2
@spiritv2 3 года назад
Loved this tutorial helped me to set up an alternate service much like AWS... For anyone wanting to try it OpenVPN has its own cloud service, openvpn cloud, and from what I can see it is actually free (no credit card ever asked for) as well as allows up to 3 clients. Finally, because my router has openwrt built in, I was able to import everything directly from openvpn cloud, much like in this fantastic tutorial. Just a heads up but again I appreciate this video it put me on the right track, many thanks.
@spiritv2
@spiritv2 3 года назад
I should add that I am very much a novice at vpn setup, things I can't seem to do is access my router webui, and it still shows my real external ip unlike what is shown in this video. Would there be any way that @networkchuck can make a tutorial to help us out! thanks again
@cyrilasfrenchyaz
@cyrilasfrenchyaz 4 года назад
It worked with no coffee as well. Thank you!
@user-hy2ry3if8h
@user-hy2ry3if8h 3 года назад
Sorry Chuck. He didn't mean to say it.
@donnion2599
@donnion2599 2 года назад
Nah it didnt work, without coffee ☕ for me
@KingNova23
@KingNova23 2 года назад
Blasphemy!! ;)
@sunnymango2101
@sunnymango2101 2 года назад
It also work tea or tequila whichever fills your cup
@xenostim
@xenostim 2 года назад
he had a shirley temple instead. very uncool, Cyril
@WesleyFranks
@WesleyFranks 23 дня назад
After 2-3 years. I finally was able to get this to work after troubleshooting a few things. Thanks for the idea this was fun.
@TheStigma
@TheStigma 4 года назад
Good guide, but I think you are omitting something very important - traffic limitations/cost. Inbound traffic is free, but outgoing traffic isn't. You either have a very limited monthly budget if you are talking about the always-free tier (I don't recall the exact amount off-hand), or you have to pay for it. The 12-month free limits are probably a bit higher - I think it's something along the lines of 15GB/month? For just web-browsing it may not matter much as outgoing data is going to be very little, but anything that involves sending out files or streams or anything like that will hit that limit so fast that it's not going to be practical (for free anyway). I just wanted to clarify this (and I think the video should have mentioned it), so that people don't think this is some magic way to get a free unlimited VPN. For limited use it can be a nice thing to have, but don't expect this to actually provide the sort of "just leave it on" VPN service that you see advertised a lot. Those are often unlimited and will also provide a completely different level of bandwidth performance. And that's of course why they cost money... EDIT: But getting into cloud, and understanding what you can do with it is something I wholeheartedly recommend. There are a wealth of super-useful things you can do even on a tiny free VM. I just don't think a VPN is necessarily on the top of that list due to the outgoing traffic limitations mainly.
@Chuck8541
@Chuck8541 2 года назад
I don’t know very much about the security of VPNs…can Amazon view my traffic?
@TheStigma
@TheStigma 2 года назад
@@Chuck8541 It would be technically very possible if the traffic was unencrypted - like say, vising a HTTP page rather than a HTTPS page. Any part of the data-chain could look at that data (which would be loads more companies than just Amazon), and encrypting the traffic between you and the VPN would only solve half of that problem if the traffic out of the VPN server is unencrypted to the endpoint. In that scenario the main thing you get out of a VPN is hiding your real IP. That said - actually inspecting the contents of packets would be completely impractical to do at a large scale and require massively more processing than simple routing, so it's not something that is actually done short of targeted surveillance perhaps. If anything is logged it's IP addresses and timestamps. So the takeaway is that if you don't trust your VPN provider more than your ISP then from a technical standpoint you haven't fundamentally solved the problem - merely moved it from one place to another. Although in some spesific cases like using untrusted public wifi it can have it's uses. If you actually want to protect the contents of your traffic from start to finish then the only real solution is to only connect to services and sites that use encrypted protocols. Like for example HTTPS rather than HTTP. VPNs are very useful in certain situations - Don't get me wrong. I run a mini VPN on my home network so I can always call home securely no matter where I am for example. Just be aware that what they actually do and what they are marketed as (ie. a one-click solution to all security and privacy issues) is very different...
@Ambersmite
@Ambersmite 2 года назад
I am just using it for sketchy sites
@jvirg
@jvirg 2 года назад
what if just streaming if you setup the vpn Canada or US to get around geo restriction would 1tb be enough bandwidth? My understanding if stream from a services it's all in coming? not out going or am i wrong? I did some reading and i don't know if it's correct or not but it said you would have to stream 4k video 6 hours a day for 30 days before you would hit a TB i'm not sure how true that it is?
@TheStigma
@TheStigma 2 года назад
@@jvirg If you had 1TB monthly bandwidth then you could do a lot, but most "always free" tier services have typically been limited to much less - like the paltry 1GB/month network egress (outside of google's networks) pr. month. I think it was 15BG/month on AWS when I wrote that comment - and that's just not enough for a VPN for anything more than simple web-browsing You are right that normally steaming is 99% downloading, but when the traffic is run through a VPN it also has to re-send anything it downloads back to you. You effectively have to upload as much as you download - so this doesn't really help you unless you could somehow view it on the actual machine in the datacenter :P Thankfully things have changed a lot in the cloud market recently (my original comment was quite old) and a lot of companies trying to compete with Google and Amazon are now giving some amazing opportunities on both "always free" tiers and generously specked entry-level paid VMs. If you know where to look you can get a lot even for free. You can definitely make a perfectly workable private VPN now. My current recommendation would be Oracle cloud (yes the company that made Java - they are leaning into cloud aggressively now). Their always free tier gives you bascially no network limit @48Mbit/sec - which is more than enough to view pretty much any stream as much as you want even when you have to take into account that you have to halve that number in VPN-use (as mentioned earlier). The other specs on the VM are also quite decent, and more than enough to run openVNC on Linux flawlessly. If you are comfortable with using an ARM-based system then you can get even better hardware specs - not that you really need it for a VPN. For entry level paid VPNs, Contabo is also amazing value. Send me a PM or something if you need help or more details.
@mikehensley78
@mikehensley78 3 года назад
Thanks, Chuck! I used this tutorial but changed the prerequisites. Instead of coffee i used a can of Coke. :) I had no idea you could get an AWS account for free! I see the ppl saying it sucks cause Amazon will have all your network traffic BUT i plan on using this VPN for "sharing home videos with my internet buddies" only. Great video.
@xnlineghxst
@xnlineghxst 4 года назад
so happy your doing aws content now this is literally what im currently trying to get into
@jesseamos1207
@jesseamos1207 4 года назад
Ditto.
@RowanSheridan
@RowanSheridan 4 года назад
Ditto
@SIDESH0W
@SIDESH0W 4 года назад
@@jesseamos1207 and 4:
@avneetkaur7699
@avneetkaur7699 4 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-sm8tqrZc-6Q.html
@nazshams9204
@nazshams9204 4 года назад
*you're
@TobyWallwork
@TobyWallwork Год назад
Just followed this tutorial. Except that AWS took 24 hours to confirm my account it was JUST as described and now I'm very pleased with myself.
@nnaaaaaa
@nnaaaaaa 4 года назад
it's free until you run out of free aws credits, then it's the most expensive VPN provider you'll ever use.
@durschfalltv7505
@durschfalltv7505 4 года назад
just make a new accont then lol
@durschfalltv7505
@durschfalltv7505 4 года назад
@@nnaaaaaa why?
@durschfalltv7505
@durschfalltv7505 4 года назад
@@nnaaaaaa lol why?
@durschfalltv7505
@durschfalltv7505 4 года назад
prison. of course
@durschfalltv7505
@durschfalltv7505 4 года назад
And if i steal a lolly pop i am going on the chair
@user-ld8zz5jd4d
@user-ld8zz5jd4d Год назад
THANK YOU CHUCK! Your a life saver. This is actually the first vpn server tutorial that has actually worked for me. I have tried a ton with many frustrating long nights. I appreciate buddy.
@Vinalys82
@Vinalys82 4 года назад
This is a nice video, however just few notes you could add: - you may have some charge for outbound traffic (already mentioned in another comment) - recommend creating another user than this admin one, OpenVPN free allows up to 2 users, good to use! - recommend also to indicate patching is required on the OpenVPN server regularly - finally (here it may be more difficult for some) but securing the security groups of it would help, especially these to administrate or login through its web UI as they will be scanned, found and the OpenVPN solution identified AWS also launched Client VPN endpoints now but that’s not free... Great instructional video however! Thanks for sharing this to all!
@Victor-em3wd
@Victor-em3wd 4 года назад
What do you mean charge for outbound traffic?
@Victor-em3wd
@Victor-em3wd 4 года назад
@@musaktk But isnt a free tier for the openvpn?
@Victor-em3wd
@Victor-em3wd 4 года назад
@@musaktk What are they?
@laurianlamba
@laurianlamba 4 года назад
AWS doesn't give any clear instructions on how they charge the outbound traffic (bytes going out from your EC2 instance to the internet) in the free tiers, but there is always a charge there. Don't expect to be able to process hundreds of GB through this type of openvpn server. Also it would be nice to mention that everyone that uses the free tier needs to set some alerts or limits in the billing section to avoid charges on services that exceed the free tier monthly limits.
@FaridNeshat
@FaridNeshat 4 года назад
You can view the pricing in the "Data Transfer OUT From Amazon EC2 To Internet" section in this page: aws.amazon.com/ec2/pricing/on-demand/#Data_Transfer In summary it's free for the first GB and after that you'll be charged somewhere $0.08 to $0.15 per GB depending on the region you selected to deployed it(default I think is Ohio).
@joedoe3688
@joedoe3688 3 года назад
and now just Amazon, the NSA and each and every LEA can 100% observe your traffic.
@krisarmstrong-CISSP
@krisarmstrong-CISSP 3 года назад
Exactly, might as well VPN directly to the NSA, why use a middle man.
@Mysteri
@Mysteri 3 года назад
Really?
@lucperon9600
@lucperon9600 3 года назад
Why not set it up on a Canadian region. We have crazy strict laws, not even the Canadian gov could look at it without a warrant and even then...
@mariadamico6277
@mariadamico6277 3 года назад
@@lucperon9600 For sure?
@danf2
@danf2 3 года назад
Word
@project2318
@project2318 4 года назад
4:48 Hacker man: “I’m in!”
@maksxymilian713
@maksxymilian713 3 года назад
That's what she said
@patgraves7able
@patgraves7able 3 года назад
You have me addicted now. I made a aws vpn. I ordered a router the supports vpn. I bought a raspberry pie as a project computer. Not sure what I'm going to turn it into yet. Maybe a security camera with a motion sensor recording. Ive been watching every video, I'm not in IT but I think I want to be now. I love getting waked out from coffee and following along in your videos step by step. A lot of the stuff you teach is not that hard for a beginner to learn.
@mauisam1
@mauisam1 3 года назад
So there are several things you can do reduce costs in AWS 1. If you need the server on 24/7. A. Then do a reserve instance for either 1 or 3 year. this can reduce your cost by as much as 75%. B. The use a spot instance. This can reduce your cost by up to 90% C. Use ECS or Fargate. 2. If you only need it from time to time. A. Turn it off and on through the console. B. Use a Lambda to send a turn on your EC2. Cloud Watch and then be use to turn it off. C. Use a Lambda to spin up ECS or Fargate.
@mk89123
@mk89123 2 года назад
Exactly what i needed; hope it works
@erteje5618
@erteje5618 3 месяца назад
@@mk89123 did it work? did it reduce cost?
@bashirhassan291
@bashirhassan291 3 года назад
NetworkChuck is are awesome. I followed every step and now I am rocking a FREE PVC for 12 months. Thanks!
@MahmoudZiada
@MahmoudZiada 3 года назад
It's not just an awesome tutorial, your way of explaining things is grand. I'm a new fan
@frankmorales2353
@frankmorales2353 3 года назад
Hi, great vid... Just a tip: if for whatever reason you restart your EC2 instance your IP will change, so you can use ElasticIP (an AWS "feature") in order to reserve a real IP and attach it to the recently created instance, so if your instance is restarted you will keep the same IP and will not need to change the configuration in your OpenVPN clients.
@frankmorales2353
@frankmorales2353 3 года назад
AWS will charge you only if you are not using the real IP.
@landolabrum
@landolabrum 2 года назад
create elastic ip in ec2 console
@kiraitachi
@kiraitachi 3 года назад
@NetworkChuck I love your content and videos. But in this one, I would encourage to change the title or add it somewhere so that people knows that after 12month of AWS account the EC2 server will start charging you. I thought it was free and had my personal account with AWS for some time created and have gotten a small bill. Had to go through the hassle of opening a case to forgive my bill...but yeah. It would've been awesome to get a clarification regarding this. Thanks again for your content!
@2112jonr
@2112jonr 2 года назад
Just set up a budget alert, you get a free email when you approach your self set limit.
@adayforgotten
@adayforgotten 3 года назад
This is a great tutorial for beginners, but I have to point out a few problems. First, glossing over agreeing to things and defaults without any explanation is bad. It makes it easy, but some explanation is warranted since it's a dangerous habit to teach beginners to just accept without looking into what the different settings actually do. Second, free tier has a pretty tight limit for data transfer out to the Internet. When running a VPN, all your traffic is running through the VM so you really can't use this for a VPN if you are going to do anything other than some light browsing. That said, concise and easy to follow. Keep it up.
@robinparker7032
@robinparker7032 4 года назад
Woohoo! AWS account set up, OpenVPN installed and running. Awesome :-)
@ii-je3qt
@ii-je3qt 3 года назад
Hi Sir, Could you tell me please, how can I know my port ? Cheers
@wdee-rh1nu
@wdee-rh1nu 3 года назад
Very "str8 to the point" and effective style of teaching. Good job my man!
@anilmelinmani9928
@anilmelinmani9928 4 года назад
I did it without the coffee. And it still worked.
@SantosoRizal
@SantosoRizal 4 года назад
and get charged by aws
@skullboy1407
@skullboy1407 4 года назад
You monster
@mommasezimhandsome5269
@mommasezimhandsome5269 4 года назад
Anil Melinmani you probably had a cup in your hand though.
@anilmelinmani9928
@anilmelinmani9928 4 года назад
@@mommasezimhandsome5269 yes sir, but with chai😊
@bobholmes4215
@bobholmes4215 Год назад
Pure awesomeness. Wish I'd done this ages ago. Much better to be in control of your own VPN. PS. The delivery of these videos is spot on - no extraneous info and the pace is spot on.
@pcollier20
@pcollier20 4 года назад
New sub here. I'm currently studying for Security+. Thanks for all your content.
@NetworkChuck
@NetworkChuck 4 года назад
Hey hey, appreciate the sub. Security+ is a SOLID cert, you’re on an awesome path
@eightbitoni
@eightbitoni 4 года назад
same here, good luck to you friend
@Bear-nr9jo
@Bear-nr9jo 4 года назад
NetworkChuck I just qualified for an OSCP and I’m only 14!
@jonnykewell1
@jonnykewell1 4 года назад
pcollier20 I’m just about to start this course using ITpro.tv =)
@YouilAushana
@YouilAushana 4 года назад
I got one of those Humble bundles from StackSocial and the whole ITpro.tv CompTia suite for $29!!
@surendralamichhane8429
@surendralamichhane8429 Год назад
Explored through different videos for understanding setting up OpenVPN in AWS and this was the best by a mile🙌🙌. Exactly what I was looking for.
@katam47
@katam47 4 года назад
Thank you took the course at the Udmey... So far so good..
@bnnett
@bnnett 3 года назад
What course
@boblewis1287
@boblewis1287 3 года назад
@@bnnett the stfu course
@bnnett
@bnnett 3 года назад
@@boblewis1287 Shut The F**k Up Course?
@brucelam115
@brucelam115 3 года назад
Hey there Chuck! One quick question, how can I change my locatoon for my vpn server. Im in Idaho and i want my server to be in Japan! How do I do it? Thanks for the Fantastic guide
@2112jonr
@2112jonr 2 года назад
Just select your region, top right, before you set up your EC2 server. Two clicks. ☺️
@rogeriopaixao7564
@rogeriopaixao7564 3 года назад
Great channel man. The things you show really work and it's easy to follow even for people with no preview experience on the matter.
@TheAyamcd
@TheAyamcd 6 месяцев назад
Thank you for the crystal clear explanation! For my uses, there were a couple extra steps and the process has shifted a bit, but overall this was such an easy to follow tutorial.
@mikebedik3686
@mikebedik3686 4 года назад
That's amazing. I purchased the course and it's been very helpful. I'd love to see more of these AWS quick set-up videos. I've had many successes and many fails since I've started my AWS cloud journey. I'll give this one a try. Thanks!
@korman2773
@korman2773 3 года назад
I know some of the viewers are worried about NSA / AWS snooping but this is a great pragmatic lesson for getting introduced to AWS.
@AlexanderMorrison
@AlexanderMorrison 4 года назад
Awesome video! This is what I call action videos... Straightforward and with a result. Been watching for a few months, but if you pepper us all with more videos like these, I'll be forced to sign up to support you in a monthly basis... Again, awesome short, real world video that will help many out there stay secure.
@ielyax
@ielyax 2 года назад
You, dear sir, are a legend. Thanks from not Saudi Arabia.
@PacoPatron
@PacoPatron 3 года назад
I finally finished the setup, it took me some time due to issues when connecting via SSH and other stuff but I did it. Thanks Chuck
@echoalpha9157
@echoalpha9157 2 года назад
Hey hey Paco, do you have a blog or instructions you could share?
@PacoPatron
@PacoPatron 2 года назад
@@echoalpha9157 Hey Echo, unfortunately I don’t…I was just following along what Chuck was saying. The issues i came across i resolve with the help of my best buddy Google. Remember, Google is your best friend when it comes to finding the answers to your problems, you got to remember someone else already came across most of our issues. Sorry and best of lucks, don’t give up Echo
@MrLopaka99
@MrLopaka99 3 года назад
Appreciate the video Network Chuck. I had an issue connecting using Powershell but got things to go with PUTTY. All good. Thanks a lot. Looking seriously at the AWS course you mentioned. You are starting on a great Journey now that you are not at a 9 to 5pm . Thanks again.
@RobinCanela
@RobinCanela 4 года назад
Nice work! I purchased your AWS course even though I’m currently not studying for it but want to support you! Thanks for all your great content
@victormendoza3295
@victormendoza3295 4 года назад
AWS certs have been a game-changer for me, but I don't just rely on them alone.
@Captain_Dark
@Captain_Dark 4 года назад
@@victormendoza3295 How have they helped you
@AliKhan12345
@AliKhan12345 4 года назад
Victor Mendoza ^
@paulraffles87
@paulraffles87 3 года назад
just to add, the aws by default will change the ip public used on your server. what we have to do is, everytime we (if only we need to) reboot, we go to admin using yournewopenvpnserver:943/admin/ and then go network setting, change the hostname to yournewopenvpnserver and save&update. to verify, go to status->status overview and the server name and ip address should be match (yournewopenvpnserver )
@ahriman6669
@ahriman6669 3 года назад
Honestly as an IT dude I struggle sometimes to follow some videos and some tutorials but your videos are really easy to follow and understand so thank you a lot. (Yes developers and IT kids are all over tutorials and stackoverflow 😅) I just have one question. I’ve used AWS in some of my projects for example including it in a TYPO3 project to find the Pictures of some products and categorize them but it was all about the company and in this case you don’t give a shit if they collect any user data. But it’s totally another story when it’s all about privacy and security. Long story short, is the AWS trustworthy to use it as the personal day to day VPN cloud server? What about logs and if law or others can track you down. At the end the your IP is connected to your AWS account and your account is connect to a real person, in this case that’s you. Cheers.
@2112jonr
@2112jonr 2 года назад
Yes it is. You're using your own encryption key precisely so that AWS don't have access to it. That's why it's generated once and you have to download it immediately because AWS don't persist a copy. Big globals with IP such as pharma trust it and regulated companies such as legal and the big banks use it to keep information away from the prying eyes of big government. These folks have some of the best security people out there, so if it's good enough to protect their businesses, you'll be equally fine. AWS put customer security as their #1 priority too, seen them at work.
@smileyfaces2
@smileyfaces2 2 года назад
Do you guys have time to write an essay
@Sebbesebastian
@Sebbesebastian Год назад
I agree with you completely! also wondering if Amazon will save data going through VPN. In addition to that, the video is very well described
@ahriman6669
@ahriman6669 Год назад
@@Sebbesebastian that is exactly my concern. I see no deference between Vodafone/Telekom/O2 and etc. save my log or Amazon. In fact I rather my ISP save my logs than Jeff.
@robertjones9364
@robertjones9364 Год назад
@@ahriman6669 😂
@lugonzales8980
@lugonzales8980 3 года назад
Thank you, clearly explained without overexplaining things. !
@augisgame6029
@augisgame6029 3 года назад
what's the diffrence between openvpn and other free vpn's?
@randomthoughtstech
@randomthoughtstech 4 года назад
Just a heads up for anyone, if you hit this error "It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key ".pem": bad permissions" make sure to run "chmod 400 .pem" in your shell RU-vid "chmod basics" to understand what this does.
@durschfalltv7505
@durschfalltv7505 3 года назад
how on windows?
@randomthoughtstech
@randomthoughtstech 3 года назад
​@@durschfalltv7505 connecting from a windows machine? chmod on windows means you may have to run powershell and try these commands: superuser.com/questions/1002883/how-do-i-specify-chmod-744-in-powershell I was able to find a few results with a search so if that superuser question doesn't help just let me know. Otherwise, if you're on windows OS, try navigating to the ec2 instance and select "connect" it may give you instructions for the OS that you're on e.g. connecting to a windows instance should suggest RDP, etc.
@durschfalltv7505
@durschfalltv7505 3 года назад
@@randomthoughtstech thx
@yvox
@yvox 3 года назад
Yo, i made this in china and it actually works! impressed, cuz thought the firewall would detect it. Great tutorial, would've loved to know how to cancel it in like 12 months tho so i don't have to pay.
@mcguirej869
@mcguirej869 4 года назад
This was so cool :D loved it. So funny because I was just messing with AWS the other day.
@paulh262
@paulh262 3 года назад
Thanks Chuck. I'm not in anyway a network guy, just playing about with computer and pi's and came across your channel. Managed to do this and so happy 😊
@rodrigonogueras
@rodrigonogueras 3 года назад
Hi. I think you should have talked about the fees of sending data out from AWS. Depending on the amount of data this could get into big charges
@50_Pence
@50_Pence 2 года назад
Damn right. You can get yourself in the poo if you don't really know what your doing esp if someone pops your account /server
@marioStortuga
@marioStortuga 3 года назад
Nice beginner guide So much more that can be configured. For those watching you can spool up test servers and learn a hell of a lot if you screw up you can kill it and start over hehe. I've learned AWS the hard way through Trial and error. They have made it a hell of a lot easier these days to spool up a server. I also use other services like GCP, Vultr, Azure, Rackspace etc depends on the client.
@maxplosivo
@maxplosivo 4 года назад
I did this while my coffee was brewing - great tutorial thank you! Am starting to learn about Azure at work but having AWS skills would be cool also :)
@raymondoniels4750
@raymondoniels4750 3 года назад
which Azure course?
@GershonBenYitzhak
@GershonBenYitzhak 3 года назад
Even after you run out of free credits, this could be a nice thing to use periodically if you don't need VPN 24/7. I probably need VPN for 10 minutes a week. I could have the server startup for a few minutes, use my VPN, and then shut it down.
@SeemaChanan
@SeemaChanan 2 месяца назад
Doesnt work anymore. No free tier available option
@netsaosa4973
@netsaosa4973 Месяц назад
works for me and still free
@Terry_berry
@Terry_berry Месяц назад
same issue
@Terry_berry
@Terry_berry Месяц назад
@@netsaosa4973 liar
@ranjanadissanayaka5390
@ranjanadissanayaka5390 Год назад
hey network chuck, Thanks for this awsome video... I previously had openvpn set up in the oracle cloud. But for some reason all my resources vanished. So with your help I've entered the world of AWS.😀 So thanks man.
@vinodhiyer7229
@vinodhiyer7229 4 года назад
What about download and upload limitations ? There are monthly download tariffs Upload tariffs applied too
@matteogioioso896
@matteogioioso896 4 года назад
Yea, is not exactly "free". You have 750 hours a month plus any data transfer charges.
@skullboy1407
@skullboy1407 4 года назад
@@matteogioioso896 Can you give any estimates on pricing?
@LoveLearnShareGrow
@LoveLearnShareGrow 4 года назад
@@skullboy1407 My experience with EC2 servers is that outside of the "Free Tier" (which only lasts the first year for EC2) the cost is around US$12 per month for the smallest ones. I usually see these when I make an EC2 server for some test project I'm working on that I forget to turn off. A bill gets emailed to you monthly.
@lki34442
@lki34442 2 года назад
this is great tutorial. for those looking for free solution past 1 year period, GCP and Oracle cloud offers free VM "forever" as part of free tier
@2112jonr
@2112jonr 2 года назад
Yeah, but they're crappy to set up - especially Oracle's. May as well just open a new account with AWS and save yourself a lot of convoluted learning.
@aicedd
@aicedd 3 года назад
Well, you "forgot" to mention the 15GB bandwidth limit on the free tier...
@ahmedelshireef
@ahmedelshireef 3 года назад
mmmmm went back to this video after I have been charged 5 dollars 0.90 dollar for a gigabyte f***
@zub3zer011
@zub3zer011 3 года назад
Thanks for sharing your knowledge, I do appreciate your video tutorials....
@hnl22
@hnl22 4 года назад
Hey, nice tutorial! It seems you're working on default AWS vpc networking, I think is an essential approach to build a good network structure like private and public subnets, perhaps once connected to VPN, you should go through a nat gateway and improve a lot the network security in your AWS environment. I just suggest these steps, or perhaps It may useful for other users.
@SirMaroc
@SirMaroc 3 года назад
Surprised to not see this begin spoken more of. Having /admin open WIDE... very scary.
@kevinpowers2874
@kevinpowers2874 3 года назад
I saw that this video is used as part of a lesson on Udemy. So I think during that course it has more content if that helps you at all
@henderstech
@henderstech 3 года назад
You are the best teacher, I am 30 years old and I am thinking about a career change, I really love networking and all that comes with it. Thank you so much for these vids which sparked my interest
@subfloor2022
@subfloor2022 3 года назад
Yes, I totally trust Amazon with my data. *blank stare*
@BBBB-hx6et
@BBBB-hx6et 3 года назад
lmao fax
@blankpage1704
@blankpage1704 3 года назад
I wonder if the other VPNs available on the market also use AWS
@liesdamnlies3372
@liesdamnlies3372 3 года назад
@@blankpage1704 Plenty do. It's not at all overstated to say the internet pretty much runs on AWS now. If you want a VPN worth anything, start with ones that don't lie about what VPNs are good for. Second, it must operate from the EU; they have very strong data privacy laws. Third: Watch this, ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-cK4MQv-OwyM.html If I had to suggest only one, go with that video's top choice: IVPN. Then Mullvad.
@kspfan001
@kspfan001 3 года назад
If you set everything up as zerotrust you don’t have to trust amazon, they couldn’t look inside ur vms or traffic even if they wanted to.
@liesdamnlies3372
@liesdamnlies3372 3 года назад
@@kspfan001 That's not true. You host with Amazon, you have to trust them. They own the hardware, they can inspect anything you do with it, full stop.
@OhhGerrard
@OhhGerrard Год назад
most underated tech teacher on RU-vid
@tcp5212
@tcp5212 4 года назад
I swear you read my mind, I've wanted to know this, you sir are amazing
@avneetkaur7699
@avneetkaur7699 4 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-sm8tqrZc-6Q.html
@yasirrakhurrafat1142
@yasirrakhurrafat1142 3 года назад
gawd
@mrfish4572
@mrfish4572 3 месяца назад
Thanks - useful. It would be great if you could do a similar video and show how to run OpenVPN in a container in AWS and connect it to specific machines (e.g. a dev VPC)
@vakhtangkhorbaladze5128
@vakhtangkhorbaladze5128 4 года назад
Hey Chuck, first of all thank you for your work and amazing content as always, If you can please answer I am 29 now, always wanted to get into IT field but because of health and other reasons was not able to do it before. But now i started to learn Comptia A+ and was looking forward to get into CCNA course of yours after that, but my question is if i am at my age of 29 am wasting the time trying to get into networking and will it be better to focus on programming? Thank you advance.
@nightreaper1278
@nightreaper1278 Год назад
Idk man, but programming isn't impossible to learn. I started learning at 13, and understood it so.... try programming.
@lem7827
@lem7827 2 года назад
Excellent video sir....quick question I am trying to download open vpn client to connect my Router...dont kknow how to download and connect? can you give some intructions
@30092001
@30092001 3 года назад
Hi Chuck ! One of the best explanations I have ever heard. I have a question. I want to map a drive from a computer in other computer but they are in different locations. I can't set up a VPN server because ports are closed by ISP. Can I use the AWS VPN to connect the both (or more) computers and see them as they were in a LAN ?
@mickwolf1077
@mickwolf1077 3 года назад
You make very clear instructions at a caffeine induced pace. I'll have to try this.
@DarkOne7077
@DarkOne7077 Год назад
i cant login in the openvpn access server pls help
@jackwesleymoreira
@jackwesleymoreira Год назад
Got the same error here. Still didn't figure it out how to solve it...
@EfraimLima
@EfraimLima Год назад
me too!! 😒
@xanos3001
@xanos3001 Год назад
Awesomeness Success, I was able to complete all the tasks. I AM ON A VPN!!! Now time to build it locally in order to get under AWS' hood.
@WoodmanFFM
@WoodmanFFM 3 года назад
Be aware that EC2 instances will only be free for 12 months - after that you'll pay.
@akashnarayan9202
@akashnarayan9202 3 года назад
Don't worry it will be billed after a month and you have to pay, i watched the tutorial and made a vpn but then i saw it's real face and i terminated my account. Google cloud is much better. Edit:- the services which are under free eligible are the only free ones and will not cause a single penny unless and until you go wild.
@mauisam1
@mauisam1 3 года назад
@@akashnarayan9202 can you elaborate on how Google Cloud VPN is free? When I Google: Google Cloud VPN it is showing $0.050/hr ???
@akashnarayan9202
@akashnarayan9202 3 года назад
@@mauisam1 You will get $300 as a deposit done by Google and the pricing depends on what server specifications you choose before deploying. Another case maybe that in your country hosting the same is more in price.
@NeilAcquatella
@NeilAcquatella 2 года назад
Thanks for this tutorial, quite comprehensive! Will put it into practice, I do really learn and enjoy Chuck's tutorials. Thanks
@rayyanrahman262
@rayyanrahman262 4 года назад
I use Pritunl VPN and be careful that AWS has a data limit of 15GB per month and I did mention my VPN in one of your other videos.
@michaelperd
@michaelperd 3 года назад
How do you stop recurring charges after the 15gb threshold?
@rayyanrahman262
@rayyanrahman262 3 года назад
@@michaelperd, I don't because I use AWS budges and create a usage one so depending on how much data I use an for example if I set my data limit to 14.9GB I can set an action to stop my instance but you need to select the right instance so basically if my data limit reaches 14.9GB my instance will stop and ill be notified.
@mohammedjuma9173
@mohammedjuma9173 3 года назад
OMG... I love your videos and the way you talk, very entertaining and educational!
@DIYDad1
@DIYDad1 3 года назад
Quick and simple and to the point. Nice tutorial! I love content like this.
@MalikArshad
@MalikArshad 3 года назад
I followed the instructions and managed to get my own free vpn. Very interesting and quick guide. Thanks for the video.
@CraigEdmonds
@CraigEdmonds 4 года назад
What is the cost of a VPN though after the free tier? Looks expensive to me, like $32 per month?
@danjelhysenaj7795
@danjelhysenaj7795 4 года назад
If you use the free tier for one year you will not get in charge of your expenses but if only you don't select as a free tier than you will pay money. I have worked with AWS services and for one year I have always used free tier and trying not to surpass the limit that was free so you are good to go and no worries. You only will be charged I 1$ in the beginning and that's it.
@alanjackson2540
@alanjackson2540 Год назад
When you said 'get a cup of coffee and come back and see me' I ran downstairs to brew up 😂
@tonybareham7573
@tonybareham7573 3 года назад
Supremely interesting video, thanks for making it. I just would never be able to bring myself to allow Amazon that immense degree of integration with my life.
@Alamodem
@Alamodem 2 года назад
That was exactly my thinking. One of the biggest if not the biggest company in the world. And trust them with keeping privacy?
@user-rz3id7nm6s
@user-rz3id7nm6s 2 года назад
Hi
@TON-vz3pe
@TON-vz3pe 3 года назад
I tried this way back this video came to existence. Trying this was fun and proud, but it's only useful when you want to stay away from attackers and not to commit any crime.
@friday6014
@friday6014 3 года назад
Why
@TON-vz3pe
@TON-vz3pe 3 года назад
As chuck already explained, this can be used to stay away from attackers, and yes this is very much secured as a user. But when you turn the plate and become an attacker/cyber criminal yourself, then there is nothing stopping Amazon to give out your logs and identity to the govt. It's the same way how programmers worry about deleting their accidental commits into git repos(Not really deleted and depends upon server configurations). You definitely don't know how precautions AWS is when lending services like your own free VPN server. To simply put, never ever believe any private VPN services with your data, especially when your are planning to do something nefarious. Not even *Nord VPN*.
@JamesGaither11
@JamesGaither11 4 года назад
While I do appreciate Chuck's style and some of the content, the vast majority feels so incomplete. Like it's the into to a good quality series, then nothing else. It feels like all the videos are just there to hype people up and that's it. Maybe it's the easiest way to get views? It is quite sad as his style of content would be amazing if he ever made a real tutorial with an end goal.
@highlightchannel7845
@highlightchannel7845 4 года назад
Not possible in RU-vid
@sebastienberger2890
@sebastienberger2890 4 года назад
The video is for getting people sign to his course. That's where he can be compensated and rewarded accordingly for hardwork.
@chrisforrest8994
@chrisforrest8994 2 года назад
Let me get some coffee who knows I might literally become a mini networkchuck
@fukyougoogle2137
@fukyougoogle2137 4 года назад
Getting a little worried on the costs - is this actually free (when it comes to the data going in/out of AWS with two connected devices) - or is there a catch ? I have created the VPN (using my 1 year free account box) but not sure if I will be charged if I hit a certain data amount on my mobile phone or laptop. Great guide btw - brilliant.
@firinggamers3217
@firinggamers3217 2 года назад
As far as I remember no it's not completely free aws only gives u 730 hours roughly around a month of free usage then u have to start paying to use it
@kabeermirza055
@kabeermirza055 2 года назад
@@firinggamers3217 AWS gives you 750 hours of free tier service every month for a year. So you can't say it's not free. The services that are eligible with the free tier account are completely free
@baie2002
@baie2002 2 года назад
When a product it's free, you are the product :) remember this.
@kabandajamir9844
@kabandajamir9844 2 года назад
World's best teacher thanks so much
@vasiliynkudryavtsev
@vasiliynkudryavtsev 3 года назад
I'd say wireguard is much more better on speed and is easier to setup.
@SigmaDevDigital
@SigmaDevDigital 3 года назад
WireGuard has a number of downsides and vulnurabilities
@1BackUpPlan1
@1BackUpPlan1 3 года назад
@@SigmaDevDigital windscribe gives 10g a month free and is by far one of the most secure
@GaryBickford
@GaryBickford 3 года назад
Excellent video, I've bounced off of AWS before, but I need to set this up for my smart home. Now I'm inspired to proceed.
@Odaz2
@Odaz2 4 года назад
Is there any trafic logging done by AWS? My concern is that you trade your provider for Amazon (as far as outbound trafic goes). At that point, i do trust more my provider than amazon
@shellwhale8994
@shellwhale8994 4 года назад
That's why tor + https is just better
@RocketLR
@RocketLR 4 года назад
@shellwhale Tor is just too freaking slow.
@JeongOhn
@JeongOhn 4 года назад
Even if you are using a VPN server on AWS, you are still using your provider, otherwise you cannot reach the AWS cloud. Also, AWS does not operate that way, their business model has nothing to do with what users are doing with their resources. That's why most enterprises are using the cloud like AWS.
@RocketLR
@RocketLR 4 года назад
Jason yeah but his provider cant sell any data from him other than that his traffic goes to an amazon address only, when using the vpn server on aws.
@Odaz2
@Odaz2 4 года назад
@@RocketLR Exactly. My provider know that i go to AWS and AWS knows all my trafic. I dont see this as a win
@jkilo0381
@jkilo0381 3 года назад
if you have a raspberry pi, you can use raspap, its a wifi extender but if you install windscribe onto the raspberry pi and boom you have a free vpn. with windscribe if you add an email you get 10 gb of data for free, and you can only pick certain areas any device connected to the pi will have the vpn, like rn im in germany
@benjiepr
@benjiepr 4 года назад
where do i specify the region for the server. When I connect i want to be seen as if i was in Puerto Rico. Is that possible from AWS? I have an app i want to run. Thanks very much.
@Vinalys82
@Vinalys82 4 года назад
You need to go on the top right to select your region, there should be a drop down when you click where you see usually us-east-1 if you never changed it after login. However I don’t think AWS got datacenters in Puerto Rico at this time unfortunately...
@NealD
@NealD 4 года назад
You’re limited to the location of the data centers (Availability Zones) which are listed by region.
@adolfojp
@adolfojp 4 года назад
AWS doesn't have any datacenters in Puerto Rico so you can't be seen as if you were in Puerto Rico.
@DomThePsy
@DomThePsy 4 месяца назад
Thanks man! I never used vpn.. i could with norton, but the ping is really high though.. But now i have my own openvpn with a ping of 25 ms, encrypted and secured transfer. Thanks ;)
@fractal4284
@fractal4284 3 года назад
This is cool that you can do this but I would never trust it Amazon Works directly with NSA And what they just did to parlor This wouldn't be a good idea if you want privacy
@kspfan001
@kspfan001 3 года назад
If you set everything in AWS along the principles of zerotrust you can be pretty certain even amazon wouldn’t be able to see inside or spy on ur vms & traffic.
@ImrePetro
@ImrePetro 3 года назад
Tried it and works. The catch is to follow the guidance carefully. :)
@cno1009
@cno1009 4 года назад
Hello everyone. First of all, i just want to say that this is a great video, but i had one problem when trying to run the command at 3:45, looking for "vpnserver.pem" (or what you have choosen to call it). In the video, he modifies the directory and enters "Downloads" (or where you installed the file). For me, it resulted in a error message saying: "Warning: Identity file Downloads/vpnserver.pem not accessible: No such file or directory." What i had to do, was to enter the hole directory where the file was stored: "ssh -i C:\Users\xxx\Downloads\vpnserver.pem...etc." I chose to post this just in case someone else had the same problem as me.
@annacallies1594
@annacallies1594 Месяц назад
"get in line bill gates" had me hit that like button😂 lol
@Ishsome
@Ishsome 4 года назад
Great video Chuck. I do have a couple of questions and I would really appreciate if you can explain this to me. Does Amazon keeps the logs of the users' activity? The public IP that we are getting is still registered to your AWS VPC account, so, how come it makes you completely anonymous?
@mjay1304
@mjay1304 4 года назад
Host it yourself ;)
@NealD
@NealD 4 года назад
If you’re doing something illegal enough to worry about logs on AWS, you probably shouldn’t be going through a service you just put your credit card info into.
@mikberg1824
@mikberg1824 3 года назад
Like every other video your are awesome ! I've learn a lot with you, time for coffee break now...
@minibit0103
@minibit0103 4 года назад
That’s it I’m ordering this coffee. When I get it, I shall brew my first cup and post it on my channel. Literally will be my first video. ☕️ ⚡️
@TidalFNBR
@TidalFNBR 4 года назад
I subbed
@fengyouliu8937
@fengyouliu8937 4 года назад
No coffee yet
@minibit0103
@minibit0103 4 года назад
Fengyou Liu ?
@fengyouliu8937
@fengyouliu8937 4 года назад
Mini Bit010 what
@minibit0103
@minibit0103 4 года назад
Fengyou Liu I got a medium-dark roast. Going to be a good espresso bean I think. Push 5 bars of pressure, make a good cup of espresso.
@BabaNamKevalamGames
@BabaNamKevalamGames 2 года назад
Awww mannn, i always see gold in this cahnnel, thnaks boss, you really are something i was looking for since 10 years ago, thanks again.
@ab3zradsjkhdsagwqiu
@ab3zradsjkhdsagwqiu 2 года назад
Instructions no longer work step by step in 2022.
@Charles.parker
@Charles.parker 3 года назад
Do a tutorial on how to connect to your office LAN and access shared apps and folders from home. Thank you
@liesdamnlies3372
@liesdamnlies3372 3 года назад
"Make a VPN to keep you safe." > uses Amazon ... ... ...yeah no.
@lem7827
@lem7827 2 года назад
very nice explanation. The way you teach you are good teacher and good trainer
Далее
3 Levels of WiFi Hacking
22:12
Просмотров 1,9 млн
Build Your Own VPN | Free VPN
22:19
Просмотров 39 тыс.
Run your own AI (but private)
22:13
Просмотров 1,4 млн
We built the Biggest iPhone in the World.
23:30
Просмотров 1,5 млн
the END of VPNs?!
28:49
Просмотров 1,2 млн
How To Access the DARK WEB in 2024 (3 Levels)
15:20
Просмотров 4,8 млн
Why VPNs are a WASTE of Your Money (usually…)
14:40
host ALL your AI locally
24:20
Просмотров 1 млн
monitor all your stuff RIGHT NOW!!
32:52
Просмотров 265 тыс.