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

    Kill OVPN client connection

    Scheduled Pinned Locked Moved webGUI
    43 Posts 10 Posters 13.6k 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.
    • jimpJ
      jimp Rebel Alliance Developer Netgate
      last edited by

      I can't seem to reproduce that here at all. And it definitely doesn't make sense that it only happens when you connect over some other VPN.

      Unless you are killing your own VPN connection, which would mean the web server couldn't respond back to you which could result in an AJAX error. But that doesn't make sense if restarting the service fixes it.

      From the logs it appears to be taking the correct action, however. It's possible it's an error in OpenVPN itself and not a bug in pfSense.

      Remember: Upvote with the šŸ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

      Need help fast? Netgate Global Support!

      Do not Chat/PM for help!

      1 Reply Last reply Reply Quote 0
      • PippinP
        Pippin
        last edited by

        Just an idea,
        What if login into OpenVPN`s management interface using telnet/netcat and kill client there…

        I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
        Halton Arp

        1 Reply Last reply Reply Quote 0
        • GilG
          Gil Rebel Alliance
          last edited by

          I can execute a shell command via SSH but;
          How do I kill an individual client on a particular openvpn service?

          11 cheers for binary

          1 Reply Last reply Reply Quote 0
          • PippinP
            Pippin
            last edited by

            Currently no access to PFSense box but first find the line in the server config file

            management IPaddress Port
            

            Then in SSH do

            nc IPaddress Port
            

            Can use telnet too, then nc=telnet
            You will see like:

            >INFO:OpenVPN Management Interface Version 1 -- type 'help' for more info
            

            Type help and also look here:
            https://openvpn.net/index.php/open-source/documentation/miscellaneous/79-management-interface.html

            I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
            Halton Arp

            1 Reply Last reply Reply Quote 0
            • GilG
              Gil Rebel Alliance
              last edited by

              I'm guessing I will need to edit the server config file to include this.
              Current file has : "management /var/etc/openvpn/server2.sock unix"

              Can I edit it in pfSense ; or just directly?

              11 cheers for binary

              1 Reply Last reply Reply Quote 0
              • PippinP
                Pippin
                last edited by

                Could try with connecting to socket:

                nc -uU /var/etc/openvpn/server2.sock
                

                or

                socat - UNIX-CONNECT:/var/etc/openvpn/server2.sock
                
                

                Also see –management in manual:
                https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage

                I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
                Halton Arp

                1 Reply Last reply Reply Quote 0
                • GilG
                  Gil Rebel Alliance
                  last edited by

                  OK, so I have done as suggested:

                  Via ssh:

                  nc -w 20 -U /var/etc/openvpn/server2.sock
                  kill xxx (cn)

                  Result:
                  SUCCESS: common name 'xxx' found, 1 client (s) killed

                  That functions, but (of course) - still not via the web interface.

                  I have tested the web interface (kill openvpn) on my central server and also on client machines (SG-1000 & APU)
                  and all exhibit the same error message.

                  11 cheers for binary

                  1 Reply Last reply Reply Quote 0
                  • GilG
                    Gil Rebel Alliance
                    last edited by

                    I am still at a loss as to why I get an error message from the gui.
                    Are there any tests I should run, or config changes to further investigate?

                    11 cheers for binary

                    1 Reply Last reply Reply Quote 0
                    • P
                      peter808
                      last edited by

                      @Gil:

                      I get an error:

                      An error occurred. (-1)

                      when I attempt to kill an OpenVPN client connection on my APU server box status screen.
                      This never used to happen prior to 2.4.0 upgrade.

                      Same here on 2.4.2. Also no errors in logs.

                      Tried with Chrome, Safari and Edge via Web-gui.

                      1 Reply Last reply Reply Quote 0
                      • PippinP
                        Pippin
                        last edited by

                        @Gil:

                        OK, so I have done as suggested:

                        Via ssh:

                        nc -w 20 -U /var/etc/openvpn/server2.sock
                        kill xxx (cn)

                        Result:
                        SUCCESS: common name 'xxx' found, 1 client (s) killed

                        That functions, but (of course) - still not via the web interface.

                        I have tested the web interface (kill openvpn) on my central server and also on client machines (SG-1000 & APU)
                        and all exhibit the same error message.

                        From the result I would think it`s not an OpenVPN issue…

                        I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
                        Halton Arp

                        1 Reply Last reply Reply Quote 0
                        • GilG
                          Gil Rebel Alliance
                          last edited by

                          Thanks Pippin.
                          Generic googling tells me (-1) errors often relate to hardware.
                          My errors occur on all my devices APU and SG-1000.

                          11 cheers for binary

                          1 Reply Last reply Reply Quote 0
                          • GilG
                            Gil Rebel Alliance
                            last edited by

                            I should also mention; all my devices run a bridge for a tap openvpn.
                            peter808 : Are you similar?

                            11 cheers for binary

                            1 Reply Last reply Reply Quote 0
                            • GilG
                              Gil Rebel Alliance
                              last edited by

                              I have an OpenWRT OpenVPN connection that also gives the same error on my pfSense Server

                              11 cheers for binary

                              1 Reply Last reply Reply Quote 0
                              • G
                                GoldFish
                                last edited by

                                @peter808:

                                Same here on 2.4.2. Also no errors in logs.

                                Tried with Chrome, Safari and Edge via Web-gui.

                                Same here

                                • pfSense Enthusiast *
                                1 Reply Last reply Reply Quote 0
                                • S
                                  Steve_B Netgate
                                  last edited by

                                  The "Error occurred" pop-up on the dashboard is caused by a race condition where the widget is requesting status from a resource that no longer exists. Annoying no doubt but it should not affect functionality.

                                  Fixed in the next snapshot

                                  Als ik kan

                                  1 Reply Last reply Reply Quote 0
                                  • GilG
                                    Gil Rebel Alliance
                                    last edited by

                                    Thanks Steve_B .
                                    I take it that the fix will not only stop the error popup, but also execute the kill OpenVPN command?

                                    11 cheers for binary

                                    1 Reply Last reply Reply Quote 0
                                    • GilG
                                      Gil Rebel Alliance
                                      last edited by

                                      Small clip of the GUI behaviour

                                      error.gif
                                      error.gif_thumb

                                      11 cheers for binary

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        Coopercentral
                                        last edited by

                                        Hello,

                                        I am receiving this same error message as well.Ā  I am running OpenVPN Remote-Access on pfSense 2.4.2.Ā  I am connected through my LAN, not through VPN.Ā  When also receive "An error occurred (-1)" when attempting to kill a connection.Ā  Tried on both the widget at Status -> OpenVPN.Ā  Also tried on IE and Chrome.

                                        1 Reply Last reply Reply Quote 0
                                        • C
                                          Coopercentral
                                          last edited by

                                          I did some tinkering on the "openvpn.inc" page, and found I was receiving "ERROR: Common Name (client IP) not found".Ā  When I changed the client IP to the username field, then I was able to kill the client.Ā  I am guessing this is the case because I use user certificates in which the username is the CN.Ā  Not sure if this is the case for the original poster.

                                          1 Reply Last reply Reply Quote 0
                                          • GilG
                                            Gil Rebel Alliance
                                            last edited by

                                            @Coopercentral:

                                            I use user certificates in which the username is the CN.Ā  Not sure if this is the case for the original poster.

                                            I also have matching CN & User Name

                                            @Coopercentral:

                                            When I changed the client IP to the username field, then I was able to kill the client

                                            Are you saying this is an IP address? Or simply some other text to identify a user?

                                            11 cheers for binary

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