NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

firefox111's avatar
firefox111
Apprentice
Sep 26, 2021

RAX78 Open VPN IOS (iPad) client not given IP Address the same as RAX78 LAN

Hello.  My iPad's Open VPN client is assigned an IP Address from a different subnet as the RAX78 LAN.  The Windows Open VPN client is assigned an IP Address in the same LAN subnet, which is good.  I want the iPad's client be assigned an IP Address from the RAX78 LAN subnet.  The reason why I want this is WOL does not work at all from the iPad VPN client. Other than that, I can access the RAX78 LAN with no problem.  I just want the WOL to come across the LAN to a PC I want to wake up. Anyone has an idea how to make the Open VPN service of af Netgear router to its DHCP LAN IP range to TUN OVPN clients?  (I believe the SmartPhone clients are on the TUN type of OVPN connection).

 

Thanks in advance.

6 Replies

  • For windows, you will typically see 2 adapters. Windows normally handles VPN traffic in a split tunnel mmanner where the VPN application adds a virtual NIC that gets an IP assigned by the VPN server.

     

    On a PC, the physical NIC still has the local IP of whatever network it is on, and applications can choose to use it (bypassign the VPN) if they want. The virtual NIC will still get an IP in the subnet that the router uses for VPN clients, in the case of Netgear, something in the xxx.xxx.254.xxx range. 

     

    If yours is treating the windows client differently, then you could attempt to use it on a mobile device by removing certain entries such as

     

    "dev-node NETGEAR-VPN" from the file and changing "dev tap" to "dev tun", and removing "redirect-gateway", and then seeinf it will still connect using the mbile device.

     

    • firefox111's avatar
      firefox111
      Apprentice

       


      Razor512 wrote:

      If yours is treating the windows client differently, then you could attempt to use it on a mobile device by removing certain entries such as

       

      "dev-node NETGEAR-VPN" from the file and changing "dev tap" to "dev tun", and removing "redirect-gateway", and then seeinf it will still connect using the mbile device.

       


      Thanks for this.  I know, Windows 10 client connects with an IP Address in the same LAN Subnet in the RAX78, which is good.  I have no problem with this.

       

      I will try converting the smartphone (for my iPad) config to a "dev tap" connection.  We'll see if it works.

      • firefox111's avatar
        firefox111
        Apprentice

        firefox111 wrote:

         


        Razor512 wrote:

        If yours is treating the windows client differently, then you could attempt to use it on a mobile device by removing certain entries such as

         

        "dev-node NETGEAR-VPN" from the file and changing "dev tap" to "dev tun", and removing "redirect-gateway", and then seeinf it will still connect using the mbile device.

         


        Thanks for this.  I know, Windows 10 client connects with an IP Address in the same LAN Subnet in the RAX78, which is good.  I have no problem with this.

         

        I will try converting the smartphone (for my iPad) config to a "dev tap" connection.  We'll see if it works.


        Well, it does not work! The import process parses the config file and TAP is not supported in Open VPN in iPad's.

         

    • firefox111's avatar
      firefox111
      Apprentice

      Razor512 wrote:

      "dev-node NETGEAR-VPN" from the file and changing "dev tap" to "dev tun", and removing "redirect-gateway", and then seeinf it will still connect using the mbile device.

       


      In both the Windows PC and Smartphone config, there is no "redirect-gateway" directive.  However, the "verb" in the Smartphone config is 5 whereas in the Windows PC config, it is 0.  Does anyone know what this "verb" declarative do?  Thanks.

       

      I have converted the smartphone config from "dev tun" to "dev tap" and changed the port from 12973 to 12974.  I'll re-import it to my iPad and see if that can connect.