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

    Connecting two SG-1100's for Production and Lab

    Scheduled Pinned Locked Moved General pfSense Questions
    40 Posts 3 Posters 4.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.
    • B
      bobbenheim @csfshore
      last edited by

      @csfshore Only rules needed would be allow all to any on OPT and of course NAT, which should already be present at your LAB SG-1100 by default.
      Assuming you are using Windows have you checked something isn't blocked in the Windows firewall?

      C 1 Reply Last reply Reply Quote 0
      • C
        csfshore @bobbenheim
        last edited by

        @bobbenheim On a Mac, but firewall is not turned on.

        My thinking is that I need a static route, as the ICMP (ping) stuff goes through, but the higher level TCP/UDP doesn't

        Does that make sense?

        B 1 Reply Last reply Reply Quote 0
        • B
          bobbenheim @csfshore
          last edited by

          @csfshore If you can ping external addresses then you have a route outside your network, if you can resolve FQDN (DNS) then you got UDP working. How does your rules on OPT and on your LAB SG-1100 looks like?

          C 1 Reply Last reply Reply Quote 0
          • C
            csfshore @bobbenheim
            last edited by

            @bobbenheim Only 1 rule on OPT (upstream SG-1100)
            "Default allow OPT to any rule"

            Downstream LAB LAN "Anti-Lock out rule" and
            "Default allow LAN to any rule"

            I DO have a gateway in the downstream LAB SG-1100
            which is set to the address of the downstream WAN port

            B 1 Reply Last reply Reply Quote 0
            • B
              bobbenheim @csfshore
              last edited by

              @csfshore You can try and do a packet capture on OPT and WAN in your LAB and see if anything gets through when your trying to access the WWW.

              C 1 Reply Last reply Reply Quote 0
              • C
                csfshore @bobbenheim
                last edited by

                @bobbenheim OK thanks, that might be above my skill level, but I have been working my way through this and learning a lot. Appreciate your help. I know I could just
                plug in a switch. :-)

                Let me ask this another way, should this work?
                Is what I am doing so bizarre and specialized that
                I am pushing the boundaries of networking?

                Perhaps rather than trying to troubleshoot, how would
                this be set up with two out of the boxes SG-1100s?

                I have no issue with starting "fresh"

                B 1 Reply Last reply Reply Quote 0
                • B
                  bobbenheim @csfshore
                  last edited by

                  @csfshore It should be possible and i have done it before, when i have tested some equipment, just not with two PFSense units but that shouldn't make a difference.
                  Doing double NAT is just another problem to deal with and is easier just to avoid. If you have connectivity on your Production LAN you could reset your LAB unit and connect it to LAN instead of OPT to rule out miss configuration on your Production unit.

                  C 1 Reply Last reply Reply Quote 0
                  • C
                    csfshore @bobbenheim
                    last edited by

                    @bobbenheim OK let me try that. The fact that I can connect directly to OPT and browse, suggests to me
                    that the issue is within the LAB box.

                    FWIW I did run packet trace and looked at logs, and
                    while I am not exactly clear what I am looking at I see nothing out of the ordinary but this:

                    /interfaces.php: Gateway, none 'available' for inet, use the first one configured. 'WAN_DHCP'

                    In looking through forums, that doesn't seem like a stopper
                    as it is not pervasive, just a few entries.

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      bobbenheim @csfshore
                      last edited by

                      @csfshore How are you configuring IP on WAN at LAB, static or DHCP?

                      C 1 Reply Last reply Reply Quote 0
                      • C
                        csfshore @bobbenheim
                        last edited by

                        @bobbenheim Static

                        C 1 Reply Last reply Reply Quote 0
                        • C
                          csfshore @csfshore
                          last edited by

                          @csfshore lol. Well while I can't help but think I have missed something very simple, and I appreciate the help, but I am out of ideas.

                          I dl the .iso and installed on a NUC. Same thing. I can ping
                          by name and numerically from the downstream LAN.

                          I can browse externally using the upstream WAN cable (no connection to PfSense)

                          BUT when I am connected to downstream LAN, cannot
                          browse. Time for a switch!

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            bobbenheim @csfshore
                            last edited by

                            @csfshore Can you show a screenshot of your LAB WAN Static IPv4 Configuration

                            C 1 Reply Last reply Reply Quote 0
                            • C
                              csfshore @bobbenheim
                              last edited by

                              @bobbenheim Sure. However, as I biffed the drawing above, thought I would change IPs, just to ensure I'm on the right one.

                              To level set:
                              Upstream SG-1100 OPT (192.168.48.1) is connected to
                              NUC LAB WAN (192.168.48.2 OR DHCP) LAB LAN is 192.168.55.1

                              When I use STATIC (as included) I am unable to ping EXTERNAL from LAB, when I use DHCP I am able to ping numerically and by name.

                              LAB.WAN.Interface.jpg

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                bobbenheim @csfshore
                                last edited by

                                @csfshore As it says in the Static IPv4 Configuration field under IPv4 Upstream gateway you need to provide it with an upstream gateway, just enter 192.168.48.1.

                                C 1 Reply Last reply Reply Quote 0
                                • C
                                  csfshore @bobbenheim
                                  last edited by

                                  @bobbenheim OK. I keep hearing about Static Routes.
                                  Do I need a Static Route?

                                  B 1 Reply Last reply Reply Quote 0
                                  • B
                                    bobbenheim @csfshore
                                    last edited by

                                    @csfshore If you are using a static IP you need to provide a gateway, otherwise the LAB SG-1100 wouldn't know where the exit to the world is. If you add 192.168.48.1 as upstream gateway you should be set.

                                    C 1 Reply Last reply Reply Quote 0
                                    • C
                                      csfshore @bobbenheim
                                      last edited by

                                      @bobbenheim :-(

                                      No Luck.

                                      Upstream OPT 192.168.48.1/24

                                      Downstream WAN 192.168.48.2/24

                                      iPv4 Upstream gateway (which I was prompted to create as there was none). 192.168.48.1 /24

                                      Can (still) ping by name and numerically, browser just hangs
                                      Plugged directly into OPT works

                                      B 1 Reply Last reply Reply Quote 0
                                      • B
                                        bobbenheim @csfshore
                                        last edited by

                                        @csfshore Have you tried using another DNS, e.g. 8.8.8.8, on your mac? Other than that you could try resetting the SG-1100.

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          csfshore @bobbenheim
                                          last edited by

                                          @bobbenheim Wish I had a nickel for every time I reset the
                                          SG-1100. :-)

                                          Some new info, apparently my sys admin (aka granddaughter) has done the same thing. She has put a Ubiquiti USG downstream on the "prod" LAN link, and it is working for her.

                                          Thought to turn off her setup with downstream USG and try mine with downstream OPT pfSense (NUC at this point) - No Good.

                                          I am at the point where I think there is a definite difference between the LAN and OPT ports on the upstream SG-1100

                                          However, I will try a Ubiquiti USG on OPT.

                                          Appreciate you hanging in here with me.

                                          B 1 Reply Last reply Reply Quote 0
                                          • B
                                            bobbenheim @csfshore
                                            last edited by

                                            @csfshore Which version of PFSense is on the LAB unit?
                                            Could you try and connect the LAB unit in place of the production one just to rule out the possibility that there might be something wrong with it.

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