Skip to content

wiemBe/How-to-VPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

How to create and use free vpn on AWS

Steps

  1. Create a free tier AWS account

  2. Click all services alt text

  3. Click EC2 alt text

  4. Go to instances alt text

  5. Launch instances alt text

  6. Name your server i named as openVPN alt text

  7. In Application and OS Images click browse more AMIs (Amazon Machine Images) alt text

  8. search for openvpn and the first one is the correct one for free tier subscribe it alt text

  9. In instance type make sure you are selected the free tier eligble alt text

  10. create a keypair login this step is very important because you are going to ssh with this pair alt text

  11. click launch instance. All done!!

  12. python3 networkscanner.pyssh -i "keypairVPN.pem" openvpnas@ec2-10.10.10.10.eu-north-1.compute.amazonaws.com```
    aws is going to give you this and you need to open powershell and paste this
    
    
  13. default is fine, just enter it but make sure when the password section come up put a very secure password

  14. Go back to aws dashboard and copy your public IPv4 address

  15. 10.10.10.10:943/admin your username will be openvpn and the password you created in step 13

  16. go to the vpn settings alt text

  17. in routing make sure should client internet traffic be routed through the vpn? is yes. save it. alt text

  18. go to 10.10.10.10:943 this site and download the gui alt text

  19. all done you are know connect through vpn. But after you finished make sure you stop EC2 instance

About

Create free VPN server on aws

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published