Windows 10: How to set up a VPN that iOS 10 devices can connect to?

Discus and support How to set up a VPN that iOS 10 devices can connect to? in Windows 10 Network and Sharing to solve the problem; Hi, Using Windows 10 I've set up a VPN server at home. The idea is not to hide my IP, but to use my own network IP when at work etc. Hence I do not... Discussion in 'Windows 10 Network and Sharing' started by Hoggorm, Sep 26, 2016.

  1. Hoggorm Win User

    How to set up a VPN that iOS 10 devices can connect to?


    Hi,

    Using Windows 10 I've set up a VPN server at home. The idea is not to hide my IP, but to use my own network IP when at work etc. Hence I do not use VPN providers or similar.

    I think it uses PPTP (?) connection. After upgrading my iPad and iPhone to iOS 10 this connection type is removed and I do no longer have access to my VPN network.

    iOS 10 allows the following VPN types:

    IKEv2
    IPSec
    L2TP

    Is it possible to set up a new VPN connection using of these connection types instead?

    How do I do this when I have a minimum of computer knowledge...?

    I have a Huawei modem and a Cisco Linksys E2500 Wifi Router.

    Thank you for assisting.

    :)
     
    Hoggorm, Sep 26, 2016
    #1

  2. VPN not working after creators update 1709

    I cannot connect with my VPN servers after the 1709 update either. The registry setting is already set. No matter what I do and try I cannot connect. The servers have not changed and I've tried to set other protocols up also. L2TP/IKE and PPTP. Of course
    my iOS devices has no issues. What can I do and don't Microsoft have a "real solution" or guide to fix this.

    I have spend a lot of time trying to troubleshoot my routers and VPN server and then it is just another bug introduced in Windows update. At least you could provide sufficient guides on how to troubleshoot and fix this for people.

    kr

    Morten
     
    Morten H Pedersen, Sep 26, 2016
    #2
  3. slblack Win User
    Using PC as a WiFi hotspot with VPN

    I am trying to use my Windows 10 PC as a WiFi hotspot with a VPN.

    I turn on my VPN, and I set my PC a WiFi hotspot. The WiFi works and other devices can connect to it with no problems.

    However, when my PC becomes the WiFi hotspot, devices connected to it are showing the original IP address instead of the VPN address.

    How can I make the WiFi connection go through the VPN so all devices connected to it will be on the VPN IP.

    Basically my problem is, my PC web browsing will be on USA IP because I am using VPN. But all other devices connected to my PC hotspot display the non VPN IP. Is it possible for the WiFi hotspot to have the VPN IP instead of the original IP?

    Thank you.
     
    slblack, Sep 26, 2016
    #3
  4. bro67 Win User

    How to set up a VPN that iOS 10 devices can connect to?

    Use OpenVPN. It can run on a Raspberry Pi 3 with a 64gb Class 10 micro SD card.
     
    bro67, Sep 26, 2016
    #4
  5. Hoggorm Win User
    OpenVPN from this site?

    OpenVPN - Open Source VPN

    It appears to cost money? And my first impression is that it is above my skill level to start with this?

    If it cost money, it is not what I'm looking for, since I do not want to log on to a server somewhere else in the world. I'd like to be somewhere else in the world and log on to my network.

    If I've misunderstood, and it is free - is there an easy to follow tutorial somewhere on how to set this up?
     
    Hoggorm, Sep 26, 2016
    #5
  6. bro67 Win User
    That is the only site. There is information on the Raspberry Pi forum in how to set it up. There is another user on here that has a Pi and plays around with it more than I do with mine. Cyberpunk has done all of the hard work for you and has a great set of instructions at OpenVPN Raspberry Pi Another tutorial How to Setup Raspberry Pi VPN & Secure Your Privacy

    The plus side is that you can get the board, case, SD Card, power supply through Canna Kit for around $70-80. There is a better SBC (Small Board Computer) that is a Octa-core Arm and has 8gb NRAM onboard to allow you to install Android OS and set up a server that way.

    You would need a time clock board if you want to have the clock kept in sync for Real Time. Now of course if you are doing this on an extra computer, those two tutorials will also work for you.
     
    bro67, Sep 27, 2016
    #6
  7. bro67 Win User
    Yes it costs money. Everything with hobbies like this can get expensive. I have three Intel Core 2 Duo's sitting downstairs waiting for when I may have another project to work on. Stuff like this is always why you keep an extra machine around when you want to experiment.
     
    bro67, Sep 27, 2016
    #7
  8. Hoggorm Win User

    How to set up a VPN that iOS 10 devices can connect to?

    Well, I have to disagree. Following this tutorial on YouTube I can easily set up a VPN using Windows 10 only. It has been everything I needed for the last year.

    How To Setup a VPN in Windows 10 - YouTube

    I need the same system but with another connection type than PPTP...

    I have spare laptops laying around. I guess I can use them instead, but I'm not interested in a subscription service to a VPN provider. Also – connecting to a VPN provider will not solve my problem as I need to be connect to my IP (home network). I only need to connect to my network when away. When at home I have no use for VPN. And my limited use of a VPN (when away) does not allow this to be a costly project…
     
    Hoggorm, Sep 27, 2016
    #8
  9. lx07 Win User
    The built in VPN server in Windows uses PPTP. You'd need to install something else to listen for incoming connections to use a different protocol. For example the free SoftEther VPN server.

    It might be easier to use TeamViewer instead of VPN though if that would fit your needs. It is free, easy and has iOS client.
     
  10. jimbo45 Win User
    Hi there

    @Hoggorm

    There's plenty of ways to create a FREE OPENVPN server - but I'd suggest doing it on a LINUX box -- Since you are in Norway you will certainly have decent broadband speed (note UPLOAD speed is important here -- doesn't matter if you have 1 Gbps download if upload is a measly 8mbps or whatever !! since outside your LAN you will have HIDEOUS response times.

    Install say CENTOS 7 as a VM and then create your OPENVPN following these instructions

    How To Setup and Configure an OpenVPN Server on CentOS 7 | DigitalOcean

    Running the OPENVPN on a VM is perfectly OK -- ensure though you give the VM a STATIC IP on your LAN - use BRIDGED rather than NAT networking when creating the VM and in your Router - for clients (other machines on your LAN / mobile phones / tablets) use DHCP but reserve a fixed IP for the VM -- plus you'll have to Port forward too (default for OPENVPN is port 1194 and UDP).

    You CAN use Windows but it's probably best to use a WINDOWS SERVER edition for creating an OPENVPN but it can be done on Windows. I prefer Linux for any type of Networking as it always seems to work - Windows Networking IMO just seems so random - things just stop working for no apparent reason etc.

    Easy_Windows_Guide – OpenVPN Community

    Don't PAY any money for this stuff.

    The only problem you might have is with dynamic IP addresses from your ISP -- however if you keep the thing up and running the chances are the IP address won't change until you re-boot.

    I'm not a skilled programmer but a way to avoid that problem would be to have a script that gets your IP address (e.g in Linux ifconfig), capture the output and email it to yourself every so often. Then on your CLIENT computer login with IP address rather than a domain etc -- those services cost money whereas the email idea seems to me the simplest and cheapest ( i.e 0 EUR !!!!).

    Probably an easier way if you just want to be able to access files etc on your home machine from a remote client might be to install a L.A.M.P server on Linux (Linux, Apache, MySQL,PHP) or W.A.M.P server on Windows.

    Window : Installing WampServer Make WordPress Core
    Linux: Install Apache, PHP And MySQL On CentOS 7 (LAMP)

    Have fun !!!!

    Cheers
    jimbo
     
    jimbo45, Sep 27, 2016
    #10
  11. Hoggorm Win User
    I see... I would have to spend some time learning what you suggest there jimbo. Unfortunately, most of the information is somewhat cryptic to me... I'm not good with computers at all, and I've never touch Linux.

    I use TeamViewer for file transfers etc., but I need VPN because a radio that I have at home can stream audio to an app on my iPhone. The problem is that I have to be connected to my home WiFi to be able to listen to it. Very impractical, but this is how it's made. When at home I must connect to the radios current IP and that is a local one like 192.168.1.123. If I'd like to listen to this IP when outside my WiFi network I need to connect to VPN. This has worked very nicely until last week when I installed iOS 10...

    Do TeamViewer come with a VPN that I can set up by the way?
     
    Hoggorm, Sep 27, 2016
    #11
  12. bro67 Win User
    Linux is easy. There are distro's out there that already include VPN, same as Webmin lets you handle the server packages through a browser. The only way to get in and learn is to take the first step and tool around with it. The Raspberry Pi Forums are full of information in this area, same as the ArchWiki and Ubuntu Wiki. If you are looking at doing a Server connection, that can be handled through something like the Pi or Centos.

    NethServer and Zentyal are easy packages to use. Just need a spare computer to run them. The only time that you would be using a Server is if you are wanting to connect to your network from the outside. You are looking more for a Client, which even Android devices can handle being the "Man in the middle".
     
    bro67, Sep 27, 2016
    #12
  13. How to set up a VPN that iOS 10 devices can connect to?

    Hoggorm ! I feel your pain . I am in the same boat and looking for alternatives too. Open VPN seems way to complicated for me and don't have a good handle on Linux. I am too not looking for pay software's to do the same thing. I want to get my phone and my iPad connected to my home computer from time to time when I am not home and that little setup ( windows 10 built in PPPT ) has worked beautifully for me for a longtime . That's actually in the quest to look for something similar that brought me here . It does sound like we're doomed if nothing else comes forth. I have considered TeamViewer but it won't do what I want . The ideal thing would be a software (free) to install on my home PC that would take incoming connection from my phone/ipad using the VPN type :
    IKEv2
    IPSec
    L2TP

    Thank you everyone for trying .

    JP.
     
    joeparkers, Sep 29, 2016
    #13
  14. lx07 Win User
    Did you try iPhone and Android - SoftEther VPN Project ?

    You have to leave the PC you want to connect to running all the time.
     
  15. Hoggorm Win User
    I'll try to test this later today! Thank you.
     
    Hoggorm, Sep 30, 2016
    #15
Thema:

How to set up a VPN that iOS 10 devices can connect to?

Loading...
  1. How to set up a VPN that iOS 10 devices can connect to? - Similar Threads - set VPN iOS

  2. How to set VPN for iOS Mobile for Remote Desktop?

    in Windows 10 Gaming
    How to set VPN for iOS Mobile for Remote Desktop?: for remote Desktop I need help to know following:1. a list of compatible VPN protocol 2. does VPN protocol need to be same as client device? 3. is iOS private relay OK? 4. is iOS Lock Mode OK?...
  3. How to set VPN for iOS Mobile for Remote Desktop?

    in Windows 10 Software and Apps
    How to set VPN for iOS Mobile for Remote Desktop?: for remote Desktop I need help to know following:1. a list of compatible VPN protocol 2. does VPN protocol need to be same as client device? 3. is iOS private relay OK? 4. is iOS Lock Mode OK?...
  4. How to set up VPN Connection

    in Windows 10 Software and Apps
    How to set up VPN Connection: Hi, This is Aadi I wantes to ask how to set up a VPN connection on windows 10. actually the problem is that i dont know the server name or address i have both ethernet and wifi please help.regards...
  5. How to set up VPN Connection

    in Windows 10 Network and Sharing
    How to set up VPN Connection: Hi, This is Aadi I wantes to ask how to set up a VPN connection on windows 10. actually the problem is that i dont know the server name or address i have both ethernet and wifi please help.regards...
  6. How to set up VPN Connection

    in Windows 10 Gaming
    How to set up VPN Connection: Hi, This is Aadi I wantes to ask how to set up a VPN connection on windows 10. actually the problem is that i dont know the server name or address i have both ethernet and wifi please help.regards...
  7. Setting up a VPN

    in Windows 10 Network and Sharing
    Setting up a VPN: I get an error message CANNOT REOLVE SERVER - what do I do? https://answers.microsoft.com/en-us/windows/forum/all/setting-up-a-vpn/80967ba6-f364-4716-ae5b-c56c81aeb873
  8. Setting up a VPN

    in Windows 10 Network and Sharing
    Setting up a VPN: When setting up a VPN, which address do I use? https://answers.microsoft.com/en-us/windows/forum/all/setting-up-a-vpn/23683ad0-f682-4e6f-9236-c2a64123199e
  9. How can I set up VPN, with password, at home?

    in Windows 10 Network and Sharing
    How can I set up VPN, with password, at home?: Hi, I was wondering if there exists a tutorial or similar that show me how I can set up a VPN, with password, using a laptop running Windows 10 at home. I'd like to connect to this VPN at home using another laptop, also running Windows 10, at work. This was at least...
  10. Set up and Add a VPN Connection in Windows 10

    in Windows 10 Tutorials
    Set up and Add a VPN Connection in Windows 10: How to: Set up and Add a VPN Connection in Windows 10 How to Set up and Add a VPN Connection in Windows 10 [img] Information Whether it's for work or personal use, you can connect to a VPN (virtual private network) on your Windows 10 PC. A VPN connection can help...