vpn“>



این ویدیو با ایجاد سرور شخصی VPN شخصی خود در Amazon Cloud با استفاده از سرویس EC2 آمازون ، شما را راهنمایی می کند. تونل های VPN برای محافظت از داده های شما هنگام اتصال به اینترنت از طریق کانون وای فای نا امن ، مانند آنهایی که در کافی شاپ ها یا فرودگاه ها وجود دارند ، مفید هستند.

تصاویر UEC:

قطعه کد (توجه داشته باشید – "sudo" را برای نمونه دوم حذف کنید): sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

مقاله همراه را ببینید.

لینک دانلود

27 پاسخ به “ایجاد سرور شخصی VPN در آمازون ابر (EC2)”

  1. This is by far the best idea I have seen. Let's transport sensitive data thru a public cloud. Why don't you just give them your username, password, SS number, and everything else that is personal to you.

  2. Hey man, thanks a lot!I followed your instructions and everything worked on my MAC. Also I used the same credentials on my iPhone 4S and it worked… I am a newbie in the IT world and I wanted to ask you if it is also possible to create and set up a Proxy Server on the same EC2 instance we installed the VPN Server? Thanks in advance.

  3. Wow! Never thought it'd be this easy! Btw, some people here asked about micro instances. Their performance was really bad. You can use spot prices (sometimes 1 cent/hour) with small or medium instances which should provide a better performance.

  4. Hi there, thank you for this helpful video, I it's work very well on my mac, but when I tried to add the configuration on my iPhone, it doesn't work ? I tried to add new PPTP VPN with my same user name and password and server on mac but it doesn't work.. any help for that ? thank you

  5. "Speed" is dependent upon a number of factors. The most important of these are the line speed between your computer and the VPN server and the line speed between your VPN server and the Internet.

    Using a VPN shouldn't have a substantial effect on your throughput. However, in most cases it will negatively impact your ping times. In other words, online gaming through the VPN might not be the best idea, but other than that you should be fine.

  6. Awesome, thanks for a very detailed guide! Don't forget to open PPTP port 1723, it didn't work for me otherwise.

  7. I followed your video exactly step by step., but when I setup client on macbook air mountain lion . it doesnt work , it says "a connection could not be established to the ppp server" . the strange thing is it works on windows 7 . I can connect the EC2 pptp vpn server via my windows 7 vpn connection . it works very well . why it doesnt work on macbook ? what the different between mac and windows client setting ?

  8. In my experience, dropped connections usually result from settings on your router. Some routers may block VPN traffic by default, and you'll need to change the settings to allow the traffic to pass through.

  9. There is no charge just to maintain an account. The charge to run the server is variable. If you qualify for the free tier, and keep usage under the threshold (I believe it's currently 15 GB/mo.) then it won't cost anything. After that, a micro instance would cost roughly $15/mo. plus bandwidth.

  10. how much does the amazon account cost for this?

  11. If you got an IP but its not used by any of your instances, you get charged for it.

    IPv4 is running low, they don't want people hoarding them without using them.

  12. How do you connect using Windows 7? It connects, then drops a couple seconds later.

  13. Without line breaks in youtube comments, I do not know how to make my posts readable. Just remember # precedes every command.

  14. This works using Ubuntu 12.04 from:
    releases/precise/release/

    All of the commands:

    # sudo apt-get install pptpd
    # sudo nano /etc/pptpd.conf
    uncomnt remote put on local
    put private IP > local
    # sudo nano /etc/ppp/pptpd-options
    uncomnt ms-dns add google

    # sudo nano /etc/sysctl.conf
    uncomnt net.ipv4.ip_forward=1

    # sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
    # sudo nano /etc/rc.local
    paste
    iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

    # sudo nano /etc/ppp/chap-secrets

  15. This works using Ubuntu 12.04 from:
    releases/precise/release/

    All of the commands:

    # sudo apt-get install pptpd
    # sudo nano /etc/pptpd.conf
    uncomnt remote put on local
    put private IP > local
    # sudo nano /etc/ppp/pptpd-options
    uncomnt ms-dns add google

    # sudo nano /etc/sysctl.conf
    uncomnt net.ipv4.ip_forward=1

    # sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
    sudo nano /etc/rc.local
    paste
    iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

    # sudo nano /etc/ppp/chap-secrets

  16. thanks for the tutorial. Had a hard time following though. Sound like you were reading off a sheet, which didn't flow so well with the video.

  17. Great tutorial. Works like a charm. Great attention to detail on the tutorial!

  18. THANK YOU!! this is the first tutorial that has actually worked!!! So simple ! Spent hours trying to do this with openvpn.

  19. Do you know how much it will cost if I use VPN for 2hrs each day and 1GB data through this VPN?

  20. thanks a lot for this post! helped with the vpn part quite a bit!
    your website does not seem to work, always hangs.

  21. So.. If i have 5 desktops in 5 different locations can i network all of them by connecting to this VPN server?

  22. Hi, it was free for first two months, but after that i have received the bill about £6. not sure why ??

    $0.01 per non-attached Elastic IP address per complete hour 523 Hrs £5.23

  23. awesone, works like he says, the cost if the charges from the ec2 instance and bandwith, i think is only for when you are in public wifi places not in every place you been.

  24. anyone done that already? if yes how much it costs for a normal user? (bandwidth costs)

  25. awesome, very easy to follow. Thanks for posting.

نظرات بسته شده اند.