Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    pfSense 2.5.2 OpenVPN Server - problems getting DNS working

    Scheduled Pinned Locked Moved OpenVPN
    24 Posts 3 Posters 3.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      JEWilson @JEWilson
      last edited by

      @jewilson

      Further investigation with Opera for Android, finds that as above the FQDN will
      resolve to port 80 only with the Android OS settings for Private DNS set to off.
      I'm using Android 9.
      Appears Opera for Android does not have the means to install certificates but
      that the desktop version for Linux or Windows does.

      As part of further testing, will dl OpenVPN Connect for Windows 7 on my notebook
      and test with Chrome and Firefox. I will set up my Android mobile as a hotspot and
      connect via WiFi on my notebook to see what results I get with DNS.

      J 1 Reply Last reply Reply Quote 0
      • J
        JEWilson @JEWilson
        last edited by

        @jewilson

        As below, I did a packet capture on the DNS resolution of the FQDN in the Opera for
        Android browser and analysed with Wireshark.
        The query and response are highlighted in the Wireshark screen capture.

        Img031.png

        J 1 Reply Last reply Reply Quote 0
        • J
          JEWilson @JEWilson
          last edited by

          @jewilson

          Did some further testing with a IBM Thinkpad T60 notebook running Windows
          7 Pro SP1.

          Note, my DNS server in the pfsense OpenVPN server config is set to 192.168.1.1.

          I updated Chrome for Windows, dl'd the relevant OpenVPN connect client for the OS.
          Exported the certificate chain from the Windows 10 desktop certficate store and
          imported these into the certificate store on Win7 Pro SP1.
          Exported the OpenVPN profile from OpenVPN Server for Windows 7.
          Installed OpenVPN Connect on the laptop and imported the profile.
          Configured my Android 9 mobile handset as a WiFi hotspot and connected
          the WiFi on my notepad to this for the purposes of making an inbound VPN
          connection to my pfSense appliance via mobile 4G broadband.

          This all worked ok and the OpenVPN Connect client connected ok.
          I used Chrome browser for Windows to load https://pfsense-1.localdomain
          and the name was resolved and the SSL/TLS certificate supported the
          https port 443 connection to the pfSense webGUI.

          It would appear given this finding with the chrome desktop browser version
          for Windows, being it works with DNS as expected with no apparent issues,
          the problems I was experiencing with Android and a number of Android
          browsers were/are the root cause of my issues.

          Hopefully, forum members can use these findings as a basis for their own
          work and testing on mobile VPN clients as is relevant to the manner of the OpenVPN
          server config I have set up.

          GertjanG 1 Reply Last reply Reply Quote 0
          • GertjanG
            Gertjan @JEWilson
            last edited by Gertjan

            @jewilson

            Like you, I launched a packet capture on the OpenVPN server interface :

            9e4bc3c9-a5e4-4b18-adb9-bbcb58db20f1-image.png

            Important settings :
            My OpenVPN network : 192.168.3.0/24 and the port : 53.
            I should see mostly DNS traffic.

            And I did :

            08:19:42.573451 IP 192.168.3.2.56732 > 192.168.3.1.53: UDP, length 37
            08:19:42.573506 IP 192.168.3.2.50036 > 192.168.3.1.53: UDP, length 37
            08:19:42.573550 IP 192.168.3.2.57791 > 192.168.3.1.53: UDP, length 53
            08:19:42.573577 IP 192.168.3.2.54751 > 192.168.3.1.53: UDP, length 53
            08:19:42.573602 IP 192.168.3.2.55796 > 192.168.3.1.53: UDP, length 27
            08:19:42.573626 IP 192.168.3.2.59088 > 192.168.3.1.53: UDP, length 27
            08:19:42.575260 IP 192.168.3.1.53 > 192.168.3.2.55796: UDP, length 27
            08:19:42.601370 IP 192.168.3.1.53 > 192.168.3.2.59088: UDP, length 43
            08:19:42.603502 IP 192.168.3.1.53 > 192.168.3.2.54751: UDP, length 128
            08:19:42.629427 IP 192.168.3.1.53 > 192.168.3.2.57791: UDP, length 128
            08:19:42.660713 IP 192.168.3.1.53 > 192.168.3.2.50036: UDP, length 133
            08:19:42.687205 IP 192.168.3.1.53 > 192.168.3.2.56732: UDP, length 149
            

            Only 2 IP's are listed :
            192.168.3.1 = The OpenVPN interface - unbound is instructed to listen on port 53.

            3db1ad3a-b7f3-4dba-8dc5-e1f0e35f6453-image.png

            192.168.3.2 = my device, an iPhone.
            You can clearly see that there are only 2 IP's implicated in the DNS traffic.

            For some reason, your logs show 192.168.2.0 as a source or destination IP.
            That's impossible. "dot zero" can't be a source or destination, except when broadcasting.

            The device you use as an OpenVPN client really obtains 192.168.2.0 as an IP ?

            No "help me" PM's please. Use the forum, the community will thank you.
            Edit : and where are the logs ??

            J 1 Reply Last reply Reply Quote 0
            • J
              JEWilson @Gertjan
              last edited by

              @gertjan

              Hi,

              Thnaks for responding.
              Y, you are right on the matter of 192.168.2.0. This is the broadcast network number used for, e.g. with a DHCP allocated scope such as mine where my VPN network is 192.168.2.0/24.
              OpenVPN connect does in fact in use 192.168.2.0 for the client as this is what it gives me!
              The VPN gateway is 192.168.2.1.
              I think this is what OpenVPN does do albeit it seems at heads with using IP address routing
              and network practice - very odd.

              You appear to be using Apple iOS, my problems came from Android and using Android browsers.

              GertjanG 1 Reply Last reply Reply Quote 0
              • GertjanG
                Gertjan @JEWilson
                last edited by

                @jewilson said in pfSense 2.5.2 OpenVPN Server - problems getting DNS working:

                OpenVPN connect does in fact in use 192.168.2.0 for the client as this is what it gives me!
                The VPN gateway is 192.168.2.1.

                Exact.
                I use 192.168.3.1 as the VPN gateway. (192.168.3.0/24 is the network setting)
                When I connect my VPN client device, it receives the first one available : 192.168.3.2

                Does your device receive 192.168.2.0 ?

                @jewilson said in pfSense 2.5.2 OpenVPN Server - problems getting DNS working:

                Apple iOS, my problems came from Android and using Android browser

                We all use the OpenVppN Connect app, right ?
                The OS doesn't matter.
                192.168.2.0 is not a usable IP DHCP server or the OpenVPN server can hand out to a device - IMHO.

                No "help me" PM's please. Use the forum, the community will thank you.
                Edit : and where are the logs ??

                J 1 Reply Last reply Reply Quote 0
                • J
                  JEWilson @Gertjan
                  last edited by

                  @gertjan

                  Y, device gets 192.168.2.0
                  Like I said strange

                  GertjanG 1 Reply Last reply Reply Quote 0
                  • GertjanG
                    Gertjan @JEWilson
                    last edited by

                    @jewilson

                    I re checked your images / settings :

                    These https://forum.netgate.com/assets/uploads/files/1640291609199-img016.png are normally not needed : See here VPN > OpenVPN > Client Specific Overrides.

                    Remove it/them.
                    Re generate a opvn config file for your client.

                    No "help me" PM's please. Use the forum, the community will thank you.
                    Edit : and where are the logs ??

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      JEWilson @Gertjan
                      last edited by

                      @gertjan

                      I am using client specific overrides in order to specify IPv4 LAN clients on pfsense
                      as 192.168.1.0/24 as you cannot specify these on the actual OpenVPN server config.
                      On my version of pfsense v2.5.2, it only allows you to specify IPv6 networks.

                      I take the point, specifying 192.168.2.0/24 on the client specific override for the IPv4
                      tunnel network is unncessary as this is already specified on the OpenVPN server config settings. I will remove this on the client specific override and see if changes behaviour
                      on the VPN client being allocated 192.168.2.0.

                      Additionally, if you look at the exported client OpenVPN Connect OVPN file, this only
                      provides server settings such as tun settings, the certificates et al. For example, my OVPN
                      file contains;

                      persist-tun
                      persist-key
                      data-ciphers AES-256-CBC:AES-256-GCM
                      data-ciphers-fallback AES-256-CBC
                      auth SHA512
                      tls-client
                      client
                      remote 'public IP address for WAN' 1194 udp4
                      setenv opt block-outside-dns
                      verify-x509-name "OpenVPN-server" name
                      auth-user-pass
                      remote-cert-tls server
                      explicit-exit-notify

                      Of course for the above, I have replaced the actual IP address for my WAN with the stated
                      text string and the certs are omitted for clarity.

                      This is all that is exported at least, that is, with my settings. This means in practice you can change the settings for the OpenVPN server below these settings in the OVPN file without requiring a new, export for the OpenVPN Connect client to your mobile handset or notebook etc.
                      Ditto the case for client specific overrides.

                      In use, the OpenVPN Connect will connect to the server on pfsense, get the settings set out
                      in the client export, configure these and use the certificates to configure the VPN connection.
                      Additionally, the OpenVPN Connect client will obtain the relevant settings from the OpenVPN
                      server settings which are not specified in the OVPN export and enforce these as it builds
                      the VPN connection. This includes client specific overrides.

                      If you look at the log on your OpenVPN Connect client once the connection has been
                      established, you can see this to be the case. The settings which are not specified in the
                      OVPN client export, are stated as OPTIONS in the OpenVPN Connect client log. You can
                      change these (at least in my case) without, as asserted, the need for a fresh OpenVPN
                      connect client export.

                      Upon reflection, you may be able to use the advanced configuration custom settings on
                      the OpenVPN server config in order to specify the LAN network 192.168.1.0/24. I'm not
                      sure of this or don't know, rather, how to do this.
                      That being so, using the client specific override to specify the LAN network would be not
                      necessary and in my case, would preclude from having to specify this in that way.

                      Thanks for your observations.

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        JEWilson @JEWilson
                        last edited by

                        @jewilson

                        I made that change to the client specific override and now OpenVPN Connect is allocating 192.168.2.2 to the client and not 192.168.2.0.

                        Thanks for the help.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.