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

    Very Confusing is OpenVPN Setup

    Scheduled Pinned Locked Moved OpenVPN
    47 Posts 5 Posters 6.9k 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.
    • V
      viragomann
      last edited by

      The clients LAN must not overlap the remote LAN, least of all it can be the same subnet. If so it's not possible to access the remote site.

      I've never seen an empty routing table on a device which has internet access. There must be at least one gateway and one route.
      When a OpenVPN connection is established and a route is pushed by the server to its LAN network, you should see this route pointing to the servers IP, probably 10.0.8.1, as you mentioned above you can access pfSense by that IP.

      R 1 Reply Last reply Reply Quote 0
      • R
        rwhitney @viragomann
        last edited by rwhitney

        @viragomann again my apologies - my local LAN is 192.168.1.1/24; the LAN I am trying to remote into is 192.168.0.1/24

        R 1 Reply Last reply Reply Quote 0
        • R
          rwhitney @rwhitney
          last edited by

          I am attaching a screenshot:
          421c7cd3-6cf6-4a78-bbe1-093cafbcfee4-image.png

          this is the default gateway and the Static Routes table is again blank

          1 Reply Last reply Reply Quote 0
          • V
            viragomann
            last edited by

            The routing table is the key here, but that one of the client!

            R 2 Replies Last reply Reply Quote 0
            • R
              rwhitney @viragomann
              last edited by rwhitney

              @viragomann How do I display the client routing table or which one do you need to see?

              1 Reply Last reply Reply Quote 0
              • R
                rwhitney @viragomann
                last edited by

                @viragomann does this help?
                4cddcd4a-eb3f-48bc-857f-00a2c65bf1b3-image.png

                1 Reply Last reply Reply Quote 0
                • DerelictD
                  Derelict LAYER 8 Netgate
                  last edited by

                  The first step to configuring a VPN is understanding what it is you are actually doing.

                  On the client, connect the VPN. Then print the routing table.

                  Some common command lines:

                  Windows: route print
                  Mac: netstat -rnfinet
                  Linux: netstat -rn4

                  You can use Diagnostics > Routes in the pfSense software.

                  Chattanooga, Tennessee, USA
                  A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                  DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                  Do Not Chat For Help! NO_WAN_EGRESS(TM)

                  R 1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator @rwhitney
                    last edited by

                    @rwhitney said in Very Confusing is OpenVPN Setup:

                    I have set the route LAN network to 192.168.0.1/24

                    That should be 192.168.0.0/24 in the local subnets field. Unless you have set Redirect IPv4 Gateway in which case that should be not set anywhere as everything is routed.

                    Steve

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      rwhitney @Derelict
                      last edited by

                      @Derelict please pardon my dust as I AM learning!

                      ===========================================================================
                      Interface List
                        4...d0 17 c2 02 fb 3e ......Realtek PCIe GBE Family Controller
                       18...16 c6 3b 02 82 0f ......Microsoft Wi-Fi Direct Virtual Adapter
                       13...26 c6 3b 02 82 0f ......Microsoft Wi-Fi Direct Virtual Adapter #2
                       19...00 ff f9 1a 4d b8 ......TAP Adapter OAS NDIS 6.0
                       16...00 ff e2 a9 d8 ab ......TAP-Windows Adapter V9
                       10...74 c6 3b 02 82 0f ......Qualcomm Atheros AR9485 Wireless Network Adapter
                        1...........................Software Loopback Interface 1
                      ===========================================================================
                      
                      IPv4 Route Table
                      ===========================================================================
                      Active Routes:
                      Network Destination        Netmask          Gateway       Interface  Metric
                                0.0.0.0          0.0.0.0      192.168.1.1     192.168.1.12     55
                                0.0.0.0        128.0.0.0         10.0.8.1         10.0.8.3    291
                               10.0.8.0    255.255.255.0         On-link          10.0.8.3    291
                               10.0.8.3  255.255.255.255         On-link          10.0.8.3    291
                             10.0.8.255  255.255.255.255         On-link          10.0.8.3    291
                           98.174.x.x  255.255.255.255      192.168.1.1     192.168.1.12    311
                              127.0.0.0        255.0.0.0         On-link         127.0.0.1    331
                              127.0.0.1  255.255.255.255         On-link         127.0.0.1    331
                        127.255.255.255  255.255.255.255         On-link         127.0.0.1    331
                              128.0.0.0        128.0.0.0         10.0.8.1         10.0.8.3    291
                            192.168.1.0    255.255.255.0         On-link      192.168.1.12    311
                           192.168.1.12  255.255.255.255         On-link      192.168.1.12    311
                          192.168.1.255  255.255.255.255         On-link      192.168.1.12    311
                              224.0.0.0        240.0.0.0         On-link         127.0.0.1    331
                              224.0.0.0        240.0.0.0         On-link          10.0.8.3    291
                              224.0.0.0        240.0.0.0         On-link      192.168.1.12    311
                        255.255.255.255  255.255.255.255         On-link         127.0.0.1    331
                        255.255.255.255  255.255.255.255         On-link          10.0.8.3    291
                        255.255.255.255  255.255.255.255         On-link      192.168.1.12    311
                      ===========================================================================
                      Persistent Routes:
                        None
                      
                      1 Reply Last reply Reply Quote 0
                      • R
                        rwhitney @stephenw10
                        last edited by rwhitney

                        @stephenw10 setting it to 192.168.0.0/24 does not seem to make a difference - I did have it set to Redirect IPv4 Gateway, but have removed that

                        1 Reply Last reply Reply Quote 0
                        • R
                          rwhitney
                          last edited by

                          Just to indicate my gratitude to everyone who has offered advice in this thread - thank you! (I am not yet connected to internal LAN however)

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            It's still sending route all and not just 192.168.0.0/24.

                            Try restarting the server end to be sure that new setting in place and then check the Windows client routing table.

                            Steve

                            R 1 Reply Last reply Reply Quote 0
                            • R
                              rwhitney @stephenw10
                              last edited by rwhitney

                              @stephenw10 so reboot the netgate server? I will have to wait a couple of hours first

                              1 Reply Last reply Reply Quote 0
                              • DerelictD
                                Derelict LAYER 8 Netgate
                                last edited by

                                No. Restart the OpenVPN process. (Status > Services, stop it and start it. This is restarted when you make a change like disabling the redirect gateway push but Steve is just being thorough.)

                                Chattanooga, Tennessee, USA
                                A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                R 1 Reply Last reply Reply Quote 0
                                • R
                                  rwhitney @Derelict
                                  last edited by rwhitney

                                  @Derelict I just restarted the running process for openvpn. I did just notice that I am getting a connection error: key registration failed to occur within 60 seconds... I am trying this from a Windows laptop at work through an external wirelass network. I don't have this connectivity problem from home on my linux box - just from there I still cannot see the local LAN here at work. All I can see is the firewall

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    rwhitney @viragomann
                                    last edited by rwhitney

                                    @viragomann Here is my server setting for Tunnel:
                                    b3c7e981-4ad8-4ed1-9e33-eda0bf62ada5-image.png

                                    I do not see a setting for Remote Network in OpenVPN > Server

                                    V 1 Reply Last reply Reply Quote 0
                                    • V
                                      viragomann @rwhitney
                                      last edited by

                                      @rwhitney
                                      That was wrong. It should be "Local Networks".
                                      I'll correct it above.

                                      R 1 Reply Last reply Reply Quote 0
                                      • R
                                        rwhitney @viragomann
                                        last edited by

                                        @viragomann Oh, so I do have something correct?!!

                                        V 1 Reply Last reply Reply Quote 0
                                        • V
                                          viragomann @rwhitney
                                          last edited by

                                          @rwhitney
                                          ☺ Yeah!

                                          R 1 Reply Last reply Reply Quote 0
                                          • R
                                            rwhitney @viragomann
                                            last edited by

                                            @viragomann
                                            If I were to start from scratch, what would be the first thing to do? (setup the Cert?)
                                            second: setup an openvpn server: (I think I have this set).
                                            Third: setup a user?
                                            Fourth: setup a user cert?
                                            Fifth: download config from Client Export
                                            What am I missing?

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