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

    DHCP option 43 for accesspoint

    Scheduled Pinned Locked Moved DHCP and DNS
    4 Posts 3 Posters 9.4k 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.
    • D
      damike
      last edited by

      Does anyone know how I can configure a DHCP option 43 (vendor specific) on PFsense?

      I need to show a wireless accesspoint the way to his master (controller).
      For now it just completely lost and in panic in his own subnet.

      I've messed around with DHCPD.CONF on the console, but this isn't perminent (using the embedded version on CF card)

      ddns-update-style none;
      one-lease-per-client true;
      deny duplicates;
      option option-43 code 43 = text;
      subnet 192.168.101.0 netmask 255.255.255.0 {
              pool {
                      option domain-name-servers 192.168.100.6;
                      range 192.168.101.100 192.168.101.200;
              }
              option routers 192.168.101.4;
              option domain-name-servers 192.168.100.6;
      }
      host s_lan_0 {
              hardware ethernet 00:22:7f:13:92:90;
              fixed-address 192.168.101.15;
              option option-43 "31:39:32:2E:31:36:38:2E:31:30:30:2E:31:31:36";
      }

      Any help would be greatly appreciated, love PFsense by the way.

      Greetz Mike

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

        This has been addressed in 2.0, where you can specify any numbered option you want.

        I doubt this code will make its way back into 1.2.x, but if you are familiar enough with PHP you could try to look at the code from 2.0 and backport it yourself.

        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
        • B
          blak111
          last edited by

          What kind of access point is it? Some vendors(Aruba for sure) give you the option to find the controller using DNS rather than through a DHCP option.

          1 Reply Last reply Reply Quote 0
          • D
            damike
            last edited by

            Thank you both for the reply,

            I configured it now manually as a different radius client, this also works for now.
            I'll wait for the stable 2.0 release and see then if I can get it to communicate with the controller.

            It's a Ruckus 7942. It detects the controller normally by broadcast (on the same subnet)

            A plan B is the 43 option (this is undocumented, their support staff sent me information about it)
            It supports DNS, but you need to buy the flexmaster software, but that would be a substitute for the controller, so a waste of money, and you'd need a server running for it.

            greets

            Mike

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