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

    Complete newbie - set up guidance please

    Scheduled Pinned Locked Moved General pfSense Questions
    15 Posts 7 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.
    • T
      TymH
      last edited by

      Hi,

      Before I get lambasted, I've read the initial set up guide and whilst it generally makes sense, I can't get my head around this in our situation.

      Been using DreyTek router with built in firewall connected to my ISP's modem for years . WiFi coverage not the best so recently changed to Netgear Orbi. Great Wifi but no configurable firewall. So, I asked locally and was advised to go down the pfsense route, which looks very interesting. However, the default IP address for the LAN side of pfsense is 192.168.1.1, which is currently the LAN IP of my router.

      I have static IP with my ISP which can be anonymised here as w.x.y.34. My router's WAN port is w.x.y.35 (255.255.255.248), and the LAN is 192.168.1.1 (255.255.255.0)

      Obviously I need to put pfsense in between the modem and the router, but not sure how to configure the LAN IP addresses.

      The pfsense NIC that I use to connect to the modem will obviously need to be the same as my current router - w.x.y.35/255.255.255.248, but what do I use on the LAN side? All my network clients have 192.168.1.1 as the gateway IP as that's my router, so do I just pick an available IP address and assign that to the LAN on pfsense?

      Sorry if these are basic questions, but I'm completely new to all this!

      Tym

      V GertjanG JKnottJ 3 Replies Last reply Reply Quote 0
      • D
        dma_pf
        last edited by

        @TymH Welcome to the forums!

        What you would typically want to do with the Netgear is turn off the DHCP server in the device and put it into Bridge mode. Then plug it into your switch. That will then make pfsense as the DHCP server, and then you can go into the DHCP settings in pfsense and issue a static ip address to your Netgear.

        T 1 Reply Last reply Reply Quote 0
        • T
          TymH @dma_pf
          last edited by

          @dma_pf Many thanks. I've not got the hardware yet - still looking at the "how to" of it all :-)

          Does this then mean the pfsense box would be the gateway on 192.168.1.1?

          1 Reply Last reply Reply Quote 0
          • V
            viragomann @TymH
            last edited by

            @tymh said in Complete newbie - set up guidance please:

            Obviously I need to put pfsense in between the modem and the router

            So you actually have a modem + router?

            Maybe you can replace the router with pfSense and have the public IP on pfSense.

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

              @tymh said in Complete newbie - set up guidance please:

              Obviously I need to put pfsense in between the modem and the router, but

              Obvious would be :

              ....I need to put pfsense in place of the current router, but ....

              You have to set up the pfSense WAN interface with static IP info, the same as your current router.

              You'll will discover that you don't want a modem <=> router <=> router <=> [LAN] setup.
              It can be done of course.
              Set the WAN to "dhcp" (this is the default) - and change the LAN network to 192.168.10.1/24 and adapt the DHCP LAN server settings accordingly. Done.

              @tymh said in Complete newbie - set up guidance please:

              Netgear Orbi. Great Wifi but no configurable firewall.

              An AP is an AP. It doesn't need to do fire walling (NAT, DHCP, DNS etc etc.).
              If you think you have to give your Wifi password to devices (owners) that you do not trust, remove the AP from LAN and use it on another pfSense interface.

              @tymh said in Complete newbie - set up guidance please:

              DreyTek router

              or any other router, like pfSense : they do all the same thing.
              Granted : pfSense offers a boatload of possibilities, but that doesn't mean you have to use them.
              pfSense : after initial power on, assigning the WAN and LAN, a password (do not enter DNS servers, pleeeeeaase !!), chose a password. Your done.
              I don't know nothing about "DreyTek" but I presume : "If you've seen one router, you've seen them all".

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

              T 2 Replies Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Yes, that^
                The easiest way to get started is using double NAT (2 routers). To do that just choose a different subnet for the pfSense LAN like 192.168.10.1.24 as @Gertjan suggested.

                It's better to avoid double NAT by using the wifi as a pure access point but be aware some of those wifi mesh devices cannot operate like that whilst operating as a mesh. I'm unsure if Orbi is one of those.

                Steve

                V 1 Reply Last reply Reply Quote 0
                • V
                  viragomann @stephenw10
                  last edited by

                  @stephenw10
                  Changing the LAN subnet with a bunch of devices with static IPs will take some work time.
                  Would be easier to change the existing routers LAN IP and take over the old IP to pfSense.

                  GertjanG johnpozJ 2 Replies Last reply Reply Quote 0
                  • GertjanG
                    Gertjan @viragomann
                    last edited by

                    @viragomann
                    Yep : Replace DreyTek by pfSense == both use a 192.168.1.1/24 as their LAN so no changes needed on the LAN side for pfSense.

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

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

                      @viragomann said in Complete newbie - set up guidance please:

                      bunch of devices with static IPs will take some work time.

                      Which is why you don't do that ;) Why were your devices static before. If you want a device to have specific IP, then you set that in your dhcp server to always give that device that IP via a reservation.

                      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
                      • T
                        TymH @Gertjan
                        last edited by

                        @gertjan said in Complete newbie - set up guidance please:

                        @viragomann
                        Yep : Replace DreyTek by pfSense == both use a 192.168.1.1/24 as their LAN so no changes needed on the LAN side for pfSense.

                        I'm not using the Dreytek any more.

                        1 Reply Last reply Reply Quote 0
                        • T
                          TymH @Gertjan
                          last edited by

                          @gertjan said in Complete newbie - set up guidance please:

                          You'll will discover that you don't want a modem <=> router <=> router <=> [LAN] setup.
                          It can be done of course.
                          Set the WAN to "dhcp" (this is the default) - and change the LAN network to 192.168.10.1/24 and adapt the DHCP LAN server settings accordingly. Done.

                          There's an option to use the ORBI as AP only, so if I do that, and set the LAN on pfsense to the default of 192.168.1.1.

                          Obvs I'll need to change the IP address of the ORBI to something available on the subnet, but we should be good to go with this I think.

                          Thanks for taking the time to reply (everyone!)

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

                            @gertjan said in Complete newbie - set up guidance please:

                            Set the WAN to "dhcp" (this is the default) - and change the LAN network to 192.168.10.1/24 and adapt the DHCP LAN server settings accordingly. Done.

                            If I use the Orbi as AP, then I guess this bit is redundant?

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

                              @tymh said in Complete newbie - set up guidance please:

                              There's an option to use the ORBI as AP only, so if I do that, and set the LAN on pfsense to the default of 192.168.1.1.

                              Set it up using, for example, 192168.1.2, network 255.255.255.0, gateway and DNS 192.1268.1.1 and you'll be fine.

                              Check with the pfSense DHCP LAN server that this "192.168.1.2" is outside the pool, as it is already 'used'.

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

                              1 Reply Last reply Reply Quote 0
                              • JKnottJ
                                JKnott @TymH
                                last edited by

                                @tymh said in Complete newbie - set up guidance please:

                                Obviously I need to put pfsense in between the modem and the router,

                                Why would you need both pfsense and another router?

                                PfSense running on Qotom mini PC
                                i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                UniFi AC-Lite access point

                                I haven't lost my mind. It's around here...somewhere...

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  TymH @JKnott
                                  last edited by

                                  @jknott said in Complete newbie - set up guidance please:

                                  @tymh said in Complete newbie - set up guidance please:

                                  Obviously I need to put pfsense in between the modem and the router,

                                  Why would you need both pfsense and another router?

                                  Now I know more about this, it would be using the Orbi as an AP rather than a router.

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