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

Integrating Gryphon WifiAP with Pfsense

Scheduled Pinned Locked Moved General pfSense Questions
11 Posts 3 Posters 1.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.
  • P
    pfnuevo
    last edited by pfnuevo Mar 12, 2022, 3:18 PM Mar 12, 2022, 3:03 PM

    Installing pfsense docker in UNRAID.

    I have a Gryphon tower AP that cannot be put in bridge mode. My goal is to have pfsense managing the wired clients, and monitoring the Gryphon wireless clients. But the Gryphon will assign DHCP to all wireless clients.

    Can someone please suggest how to configure pfsense for the above objective?
    Maybe like this?

    • Configure gryphon DHCP IP range from subnet.100 to subnet.200 for wireless/guest clients
    • pfsense VLAN 1 port connected to Gryphon WAN port with fixed IP in VLAN 1.
    • pfsense VLAN 2 port with DHCP pool subnet.10 to subnet.99 for wired clients
    • pfsense firewall rules keeps VLAN1 and VLAN2 traffic separate and connected to internet.

    Thanks for your time and help!

    J S 2 Replies Last reply Mar 12, 2022, 4:44 PM Reply Quote 0
    • J
      johnpoz LAYER 8 Global Moderator @pfnuevo
      last edited by Mar 12, 2022, 4:44 PM

      @pfnuevo said in Integrating Gryphon WifiAP with Pfsense:

      Gryphon tower AP that cannot be put in bridge mode

      Just so you know you can put ANY wifi router in just AP mode by just connecting it to your network via one of its lan ports vs its wan.. Turning off its dhcp server.. There you go instant AP..

      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
      • P
        pfnuevo
        last edited by pfnuevo Mar 12, 2022, 5:34 PM Mar 12, 2022, 5:19 PM

        The Gryphon cannot disable DHCP since it's one of their parental control features. I can set the DHCP range, or type fixed IPs. I'm trying to work around that limitation.

        J 1 Reply Last reply Mar 13, 2022, 1:40 AM Reply Quote 0
        • S
          stephenw10 Netgate Administrator @pfnuevo
          last edited by Mar 12, 2022, 7:50 PM

          @pfnuevo said in Integrating Gryphon WifiAP with Pfsense:

          My goal is to have pfsense managing the wired clients, and monitoring the Gryphon wireless clients

          Define monitoring there?

          Can you disable NAT on the Gryphon router?
          If so you can just add it as a downstream gateway with a static route in pfSense and it will see the real wifi client IPs.

          Steve

          1 Reply Last reply Reply Quote 0
          • P
            pfnuevo
            last edited by Mar 12, 2022, 10:58 PM

            Monitoring means pfSense doing what it does best protecting my network: SPI, anti-spoofing, etc. But I am not sure if pfSense can do that for downstream router doing DHCP for wireless clients. Cannot disable NAT on Gryphon.

            What about this idea from firewalla? Set Gryphon DHCP range to 1 and assign it to pfsense upstream?

            https://help.firewalla.com/hc/en-us/articles/360009259414-Setup-Guide-Routers-that-are-not-able-to-turn-off-DHCP-Service

            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by Mar 13, 2022, 12:12 AM

              If you can't disable NAT, or just connect to the LAN side, then you would need to be running DHCP or wireless clients won't get an IP.
              The Gryphon would likely need to be routing to use any of it's filtering services.

              Steve

              1 Reply Last reply Reply Quote 0
              • J
                johnpoz LAYER 8 Global Moderator @pfnuevo
                last edited by johnpoz Mar 13, 2022, 1:44 AM Mar 13, 2022, 1:40 AM

                @pfnuevo said in Integrating Gryphon WifiAP with Pfsense:

                disable DHCP since it's one of their parental control features

                How and the hell is that a parental control feature? Then set the pool to 1 or as small as you can and assign a reservation to some mac(s) that doesn't exist ;) etc..

                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
                • S
                  stephenw10 Netgate Administrator
                  last edited by Mar 13, 2022, 2:15 PM

                  Mmm, I imagine it needs to run as a router to use most/all of the parental controls and filtering if you want that. And probably the wifi mesh stuff also.

                  1 Reply Last reply Reply Quote 0
                  • P
                    pfnuevo
                    last edited by pfnuevo Mar 13, 2022, 5:27 PM Mar 13, 2022, 5:26 PM

                    I got it to work like this. Please advice on security/misconfiguration concerns.

                    modem - pfsense - switch - Gryphon AP (WAN port only)

                    • Gryphon AP conf:
                      **WAN port ethernet to switch.
                      **Cannot put in bridge or disable NAT.
                      **WAN: DHCP lease from pfsense, 192.168.9.X
                      **LAN DHCP range 100 to 249 assigned to wireless clients.
                      **Manual DNS: YES, 192.168.1.Y adguard (running on server)
                      ***Gryphon filters first before manual DNS. Filtering working

                    • pfSense conf:
                      **DHCP leases for wired clients in rage 10 to 99

                    Maybe this is double NAT with wireless LAN and pfsense? But pfsense doesn't have leases for wireless clients, it is routing the wireless clients, 192.168.9.X traffic, out to WAN. Thanks for your comments.

                    1 Reply Last reply Reply Quote 0
                    • S
                      stephenw10 Netgate Administrator
                      last edited by stephenw10 Mar 13, 2022, 8:48 PM Mar 13, 2022, 8:48 PM

                      You set the Gryphon LAN interface to be the same subnet that pfSense is handing it as WAN? 192.168.9.0/24?
                      I would expect that to fail. It cannot route between those. But I guess you have tested it and it works?

                      1 Reply Last reply Reply Quote 0
                      • P
                        pfnuevo
                        last edited by pfnuevo Mar 13, 2022, 11:57 PM Mar 13, 2022, 11:55 PM

                        Thanks stephenw10 for pointing out typo on subnets. Subnet .1 on pfsense & AP WAN side.
                        Subnet .9 on AP LAN side. I cannot edit the previous post to correct.

                        1 Reply Last reply Reply Quote 1
                        11 out of 11
                        • First post
                          11/11
                          Last post
                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                          This community forum collects and processes your personal information.
                          consent.not_received