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

    Windows RADIUS Server

    Captive Portal
    windows server windows radius captive portal radius
    10
    29
    4.7k
    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.
    • mohkhalifaM
      mohkhalifa @free4
      last edited by

      @free4 said in Windows RADIUS Server:

      @mohkhalifa wow

      Amaizing

      Actually i would be quite interested to know how you've done that

      soon I will make a tutorial explaining the story from A to Z because it's really much better compared with freeRADIUS

      D 1 Reply Last reply Reply Quote 1
      • Y
        yanqian
        last edited by

        Hi,
        I also tried use Microsoft NPS as radius server, but it didn't work, here is the detail:

        Client side, user got the error message "could not connect to authentication server." after they input username and password.
        NPS server side, I can see "Audit Success" log from windows event logs, i.e. NPS granted access to the user, authentication request was accepted.

        I don't know why it showed error in client side.

        btw, one authentication request will trigger 2 logs in NPS logs, but when I tried to authenticate in the portal page, NPS server will got 3x2 repeated logs, it seems that pfsense tried to authenticate 3 times (all successful).

        1 Reply Last reply Reply Quote 0
        • Y
          yanqian
          last edited by yanqian

          @mohkhalifa May I know which version of pfsense do you use?

          I tried following two version pfsense, neither of them works. I tried both MS-CHAPv1 and MS-CHAPv2, It seems that pfsense doesn't handle the radius response from NPS well.

          • 2.3.4-RELEASE-p1
            error sending request: No valid RADIUS responses received.

          • 2.4.5-RELEASE-p1
            error: could not connet to authentication server.

          but when I checked the NPS (network policy server), I can see the success log when I tested both versions, I got twice success logs when I test 2.3.4 p1, got 3 times success logs when I test 2.4.5 p1.

          captive_portal_NPS_test.png

          mohkhalifaM A 2 Replies Last reply Reply Quote 0
          • mohkhalifaM
            mohkhalifa @yanqian
            last edited by

            Dear @yanqian,
            I'm using the latest version of pfSense 2.4.5-RELEASE-p1
            also I sent you a private message

            1 Reply Last reply Reply Quote 0
            • X
              Xavi_IT
              last edited by

              I've got PfSense with version 2.4.5-RELEASE-p1. In the same LAN subnet I have my Windows Server 2016 with a Radius server working under Network Policy Server. I have followed the tutorial at https://docs.netgate.com/pfsense/en/latest/vpn/openvpn/authenticating-openvpn-users-with-radius-via-active-directory.html

              I'm having the same problem as @yanqian.

              • For any authentication attempt in "PfSense > Diagnostics > Authentication" I get the error message "Authentication failed".
              • In "PfSense > Status > System logs" for each attempt appears a new line with the message "/diag_authentication.php: Error during RADIUS authentication : No valid RADIUS responses received".
              • In the NPS event log, for each authentication attempt appear at least 4 log entries with event ID 6272 which indicate a successful attempt.

              Both servers can see each other via network.

              1 Reply Last reply Reply Quote 0
              • X
                Xavi_IT
                last edited by Xavi_IT

                After writing the last message, I have successfully configured LDAP authentication server in the same PfSense device that points to the same Windows Server. This way everything works, including OpenVPN clients validation using allowed domain user accounts.

                mohkhalifaM 1 Reply Last reply Reply Quote 0
                • mohkhalifaM
                  mohkhalifa @Xavi_IT
                  last edited by

                  @Xavi_IT said in Windows RADIUS Server:

                  After writing the last message, I have successfully configured LDAP authentication server in the same PfSense device that points to the same Windows Server. This way everything works, including OpenVPN clients validation using allowed domain user accounts.

                  Sounds good. Also, you can add custom attributes to control per user bandwidth. it's really amazing integration. ENJOY :)

                  1 Reply Last reply Reply Quote 0
                  • Y
                    yanqian
                    last edited by

                    @mohkhalifa
                    Could you please share the configuration tips with me?
                    I did get your private message, but I am not able to let you do the configuration remotely.
                    Thanks any way.

                    @Xavi_IT
                    May I know how did you solve this issue ?
                    Thank you!

                    1 Reply Last reply Reply Quote 0
                    • X
                      Xavi_IT
                      last edited by

                      Hello @yanqian,
                      I could not configure a Radius server in PfSense "Authentication Servers". I followed several tutorials and Windows NPS event log was returning succesfull authentication attempts, but I could not figure out why didn't PfSense was not getting them.

                      Finally I had success using LDAP instead of Radius in PfSense "Authentication server" to connect to Windows Active Directory. With LDAP It worked at first attempt.

                      1 Reply Last reply Reply Quote 1
                      • A
                        anwarmoinudeen @yanqian
                        last edited by

                        @yanqian did ur issue got resolved .. i to have the same issue in pfsense

                        A Y 3 Replies Last reply Reply Quote 0
                        • A
                          aspiringnetworkadmin @anwarmoinudeen
                          last edited by

                          @anwarmoinudeen Hi Sir did your issue got resolved already? i also have the same issue in pfsense

                          1 Reply Last reply Reply Quote 0
                          • Y
                            yanqian @anwarmoinudeen
                            last edited by

                            @anwarmoinudeen As I recall, I hadn't solved this issue, and I gave up NPS radius server test. I hope @mohkhalifa would provide the guide in detail.

                            1 Reply Last reply Reply Quote 0
                            • J
                              jimmychoosshoes
                              last edited by jimmychoosshoes

                              Old topic but try this:

                              First you need to know the vendor code for PFSENSE which I found in https://github.com/pfsense/pfsense/blob/master/src/usr/share/doc/radius/dictionary.pfsense

                              VENDOR		pfSense				13644
                              
                              BEGIN-VENDOR	pfSense
                              
                              ATTRIBUTE	pfSense-Bandwidth-Max-Up		1	integer
                              ATTRIBUTE	pfSense-Bandwidth-Max-Down		2	integer
                              ATTRIBUTE	pfSense-Max-Total-Octets		3	integer
                              
                              END-VENDOR pfSense
                              

                              Now you can go to your network policy in NPS for the captive portal. Go to:
                              SETTINGS, VENDOR SPECIFIC, ADD, "custom", "Vendor specific/Radius standard", ADD,ADD:

                              • Enter Vendor Code = 13644
                              • Yes it conforms
                              • configure Attribute -> 1 for pfSense-Bandwidth-Max-Up with decimal and you bandwidth

                              repeat for 2 = pfSense-Bandwidth-Max-Down

                              Untested but this should work in theory.

                              D 1 Reply Last reply Reply Quote 1
                              • D
                                dochy @jimmychoosshoes
                                last edited by dochy

                                @jimmychoosshoes after that how can we limit bandwidth by users can you help me?

                                1 Reply Last reply Reply Quote 0
                                • Y yanqian referenced this topic on
                                • Y
                                  yanqian @anwarmoinudeen
                                  last edited by

                                  @anwarmoinudeen I know this is old, just want to update here, I tried to use NPS on server 2016 as RADIUS server today, and it works without any issue.
                                  Pfsense version is 2.7.0, RADIUS MS-CHAPv2 .

                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    dochy @yanqian
                                    last edited by

                                    @yanqian with FreeRadius?

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

                                      @dochy

                                      FreeRadius is not " NPS on server 2016 as RADIUS server".

                                      06287932-9d42-4da4-83b7-b7134765be43-image.png

                                      Instead of install the FreeRadius pfSense package, @yanqian installed a Radius serves on a Micorsoft (server ?) and use that Radius server.
                                      It isn't a free one (as it is from Microsoft) 😊

                                      He probably used this :

                                      a7f4a7ee-5f77-497a-bbdf-e2b3e2b3334d-image.png

                                      to set up an external authorization/authentication (Radius) server.

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

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        dochy @Gertjan
                                        last edited by

                                        @Gertjan )) i use this method too and it is not hard to configure

                                        mohkhalifaM 2 Replies Last reply Reply Quote 0
                                        • mohkhalifaM
                                          mohkhalifa @dochy
                                          last edited by

                                          @dochy Yes it's hard but you have to prepare a good coffee and I trust that you will did it.

                                          1 Reply Last reply Reply Quote 0
                                          • mohkhalifaM
                                            mohkhalifa @dochy
                                            last edited by

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