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

    FreeRADIUS 3.x package coming - BETA for TESTING

    Scheduled Pinned Locked Moved 2.4 Development Snapshots
    46 Posts 5 Posters 11.2k 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.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator
      last edited by

      Ok so if I am on freerad 2, and I uninstall it.  Then install freerad 3 I should be good?

      After I upgrade to the latest snap..  And have rebooted and on the current snap.. Uninstall freerad 2, then install freedrad 3..

      An intelligent man is sometimes forced to be drunk to spend time with his fools
      If you get confused: Listen to the Music Play
      Please don't Chat/PM me for help, unless mod related
      SG-4860 24.11 | Lab VMs 2.8, 24.11

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        @johnpoz:

        Ok so if I am on freerad 2, and I uninstall it.  Then install freerad 3 I should be good?

        After I upgrade to the latest snap..  And have rebooted and on the current snap.. Uninstall freerad 2, then install freedrad 3..

        Yeah that's fine. Bigger problem is having 3 already and then upgrading and keeping 3, you won't get the examples back unless you remove and the install freeradius3 again.

        Removing 2 and adding 3 without a snapshot upgrade involved afterward should be OK at any time.

        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
        • johnpozJ
          johnpoz LAYER 8 Global Moderator
          last edited by

          Ok looks good!  I uninstalled 2 and installed 3 (0.3.4) running on my 2.4 snap dated Mon Jun 12 09:21:37 CDT 2017

          My eap-tls clients are authing just fine..  Have not time to try changing anything.. And have not upgraded pfsense snap or rebooted it yet, anything like that - but looks like its workable for eap-tls for sure.

          freerad3working.png
          freerad3working.png_thumb

          An intelligent man is sometimes forced to be drunk to spend time with his fools
          If you get confused: Listen to the Music Play
          Please don't Chat/PM me for help, unless mod related
          SG-4860 24.11 | Lab VMs 2.8, 24.11

          1 Reply Last reply Reply Quote 0
          • jimpJ
            jimp Rebel Alliance Developer Netgate
            last edited by

            Great!

            I'm still fighting the counter module(s), but other tests have been positive so far. I still expect some trouble from corner cases that aren't so commonly used.

            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
            • H
              Hugovsky
              last edited by

              Thanks you all for your work on freeRadius 3. It's really appreciated.

              1 Reply Last reply Reply Quote 0
              • jimpJ
                jimp Rebel Alliance Developer Netgate
                last edited by

                @Hugovsky:

                Thanks you all for your work on freeRadius 3. It's really appreciated.

                You're welcome! It's been a lot of work but ultimately everything is better off.

                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
                • jimpJ
                  jimp Rebel Alliance Developer Netgate
                  last edited by

                  0.4.1 is coming with a few fixes:

                  • Fixed mOTP
                  • Fixed PEAP
                  • Fixed MAC auth

                  Also confirmed that both time and data counters work, trouble I had was due to not having the correct config setup. Matching everything against the docs I found a setting I had missed. Once that was set, both counter styles worked well.

                  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
                  • Raul RamosR
                    Raul Ramos
                    last edited by

                    With 0.4.1, PEAP is working with unifi AP and Android 7.0.1 device.

                    pfSense:
                    ASRock -> Wolfdale1333-D667 (2GB TeamElite Ram)
                    Marvell 88SA8040 Sata to CF(Sandisk 4GB) Controller
                    NIC's: RTL8100E (Internal ) and Intel® PRO/1000 PT Dual (Intel 82571GB)

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

                      This is great news!  I'm glad FreeRADIUS 3 support is well on its way.

                      Any chance we can get some sort of "Advanced" tab in the webGUI to override the webGUI settings in the config files?  In particular, I'd like to set up different certificates for PEAP and EAP-TLS (as described here). That sort of thing could plausibly be configured in the webGUI itself, but I recognize it may be of niche interest.

                      1 Reply Last reply Reply Quote 0
                      • jimpJ
                        jimp Rebel Alliance Developer Netgate
                        last edited by

                        @reggie14:

                        This is great news!  I'm glad FreeRADIUS 3 support is well on its way.

                        Any chance we can get some sort of "Advanced" tab in the webGUI to override the webGUI settings in the config files?  In particular, I'd like to set up different certificates for PEAP and EAP-TLS (as described here). That sort of thing could plausibly be configured in the webGUI itself, but I recognize it may be of niche interest.

                        Not currently on my to-do list.

                        I do need to add some extra cert options as I plan on allowing MySQL+TLS and PostgreSQL+TLS so maybe I'll make separate TLS sections for EAP TLS/TTLS/PEAP while I'm at it.

                        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
                        • H
                          Hugovsky
                          last edited by

                          I think I might have found a bug.

                          /usr/local/etc/raddb/users

                          "tosh" Cleartext-Password := "asdadadada", Simultaneous-Use := "1"

                          Tunnel-Type = VLAN,
                          Tunnel-Medium-Type = IEEE-802,
                          Tunnel-Private-Group-ID = "3";

                          Shouldn't that end with a comma?

                          EDIT: or end-of-line?

                          1 Reply Last reply Reply Quote 0
                          • H
                            Hugovsky
                            last edited by

                            another:

                            "isola" Cleartext-Password := "12345678", Simultaneous-Use := "2"

                            Session-Timeout := 3600
                            ,
                                    blablabla

                            1 Reply Last reply Reply Quote 0
                            • jimpJ
                              jimp Rebel Alliance Developer Netgate
                              last edited by

                              How did those look in FreeRADIUS 2.x?
                              What specific settings are in place for those users in the GUI?

                              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
                              • H
                                Hugovsky
                                last edited by

                                I have vlan assigned by radius.

                                In 2.x it was like this:

                                "tosh" Cleartext-Password := "asdadadada", Simultaneous-Use := "1"

                                Tunnel-Type = VLAN,
                                  Tunnel-Medium-Type = IEEE-802,
                                  Tunnel-Private-Group-ID = "3"

                                I have it working by editing /usr/local/etc/raddb/users by hand and correcting those errors above. Removed the ; and
                                        Session-Timeout := 3600,

                                Restarted the service in GUI without saving and voilá. It worked.

                                EDIT: I use unifi APs and controller and have it configured so users get vlan assigned by the radius.

                                1 Reply Last reply Reply Quote 0
                                • jimpJ
                                  jimp Rebel Alliance Developer Netgate
                                  last edited by

                                  OK I think I got those formatting issues fixed, whenever 0.5.1 shows up give it a shot.

                                  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
                                  • H
                                    Hugovsky
                                    last edited by

                                    Thanks jimp. It's working now.

                                    1 Reply Last reply Reply Quote 0
                                    • jimpJ
                                      jimp Rebel Alliance Developer Netgate
                                      last edited by

                                      Great!

                                      I think at this point it's passed all of the tests that I had written down. I'd still like to see some more feedback though before I declare it ready for general use. Definitely progressed past Alpha and into Beta territory though at least.

                                      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
                                      • H
                                        Hugovsky
                                        last edited by

                                        That's good news. I think it's ready at least to beta. I even solved a problem I had with my mpower strip not authenticating.

                                        1 Reply Last reply Reply Quote 0
                                        • H
                                          Hugovsky
                                          last edited by

                                          Jun 16 11:13:41 	radiusd 	31670 	Ready to process requests
                                          Jun 16 11:13:41 	radiusd 	31670 	Loaded virtual server default
                                          Jun 16 11:13:41 	radiusd 	31670 	Loaded virtual server inner-tunnel-peap
                                          Jun 16 11:13:41 	radiusd 	31670 	Loaded virtual server inner-tunnel-ttls
                                          Jun 16 11:13:41 	radiusd 	31670 	Ignoring "ldap" (see raddb/mods-available/README.rst)
                                          Jun 16 11:13:41 	radiusd 	31670 	Ignoring "sql" (see raddb/mods-available/README.rst)
                                          Jun 16 11:13:41 	radiusd 	31670 	Loaded virtual server <default>Jun 16 11:13:41 	radiusd 	31670 	[/usr/local/etc/raddb/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay-USec" found in filter list for realm "DEFAULT".
                                          Jun 16 11:13:41 	radiusd 	31670 	[/usr/local/etc/raddb/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay" found in filter list for realm "DEFAULT".
                                          Jun 16 11:13:40 	radiusd 	30527 	Debugger not attached
                                          Jun 16 11:13:25 	php-fpm 	49443 	[pfBlockerNG] Starting cron process.
                                          Jun 16 11:13:25 	php-fpm 	49443 	/rc.start_packages: Restarting/Starting all packages.
                                          Jun 16 11:13:24 	check_reload_status 		Starting packages
                                          Jun 16 11:13:24 	check_reload_status 		Reloading filter
                                          Jun 16 11:13:22 	pkg 		pfSense-pkg-freeradius3 upgraded: 0.5.1 -> 0.6_4</default> 
                                          

                                          Where's that error coming from?

                                          EDIT: Might not be a real error. Just a warning. What do you think, jimp?

                                          1 Reply Last reply Reply Quote 0
                                          • johnpozJ
                                            johnpoz LAYER 8 Global Moderator
                                            last edited by

                                            Seems to be cosmetic

                                            https://github.com/FreeRADIUS/freeradius-server/pull/1216#issuecomment-138924345

                                            http://lists.freeradius.org/pipermail/freeradius-users/2015-October/080219.html

                                            Short version: that warning is harmless. If you want to get rid of it,
                                            just remove the two lines from attr_filter/access_reject, there will be
                                            no behaviour changes.

                                            Longer version: The check you're seeing tries to warn us that we allow
                                            an attribute in the reply-list that we cannot send in an Access-Reject.
                                            The functionality has been added in PR #1216 to allow packet specific
                                            overrides of the reject_delay, so in this case we're not adding the
                                            attribute to send it to the client, but we're adding it to change
                                            something inside FreeRADIUS.

                                            I guess there are two simple options to remove this warning:

                                            • Set those attributes in another list than reply
                                            • Remove the warning from rlm_attr_filter

                                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                                            If you get confused: Listen to the Music Play
                                            Please don't Chat/PM me for help, unless mod related
                                            SG-4860 24.11 | Lab VMs 2.8, 24.11

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