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

    Install PFSense on a Sophos SG appliance

    Scheduled Pinned Locked Moved Hardware
    51 Posts 14 Posters 25.6k 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.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      Hmm, this is the actual code from the config.xml file from that box:

      		<shellcmd>/usr/bin/nice -20 /usr/local/sbin/LCDd -r 0 -c /root/LCDd.conf &gt; /dev/null &amp;</shellcmd>
      		<shellcmd>/usr/bin/nice -20 /usr/local/bin/lcdproc C T U &amp;</shellcmd>
      

      Ah! The space between nice and -20 is not clear.

      Steve

      M 1 Reply Last reply Reply Quote 0
      • M
        mickesanda @stephenw10
        last edited by

        @stephenw10
        Progress is being made :-) For a short while I saw readable text, Hd44780 and Thank you for using pfSense and a serial number.
        But as soon as the boot sequence was finished everything is garbled again.
        Starting package LCDproc...done. That works now.
        Starting package Shellcmd...done

        P 1 Reply Last reply Reply Quote 0
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by stephenw10

          Sounds like the lcdproc package is still starting stuff separately. Make sure you have disabled the server and set the com port to 'none' and have unselected any screens in the gui.

          Steve

          M 1 Reply Last reply Reply Quote 0
          • M
            mickesanda @stephenw10
            last edited by

            @stephenw10
            Happy dance :-)
            20190924_140634.jpg

            Thank you Steve, I knew that choosing pfSense was the best way to go because of the support and community.

            1 Reply Last reply Reply Quote 1
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by stephenw10

              Nice!
              Though when you see that it means the LCDd daemon is running but no clients are connecting to it.
              With the second shellcmd you should see the three output screens for CPU usage, Time and Uptime.

              Do the buttons work?

              Steve

              M 1 Reply Last reply Reply Quote 0
              • M
                mickesanda @stephenw10
                last edited by

                @stephenw10
                Hmm..., no the buttons don't work:
                The shellcommands are as follows:

                1. /usr/bin/nice -20 /usr/local/sbin/LCDd -r 0 -c /root/LCDd.conf > /dev/null &
                2. /usr/bin/nice -20 /usr/local/bin/lcdproc C T U &
                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator
                  last edited by

                  Hmm, potentially some timing issue. Try running the client command from the command line, see if it attaches to the server then.
                  Check the system logs after booting you may well see the server and/or client being started/stopped several times.

                  Steve

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

                    is there a step by step howto install on a sophos SG appliance and what about the UTM appliances ?

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      mickesanda @randy_srs
                      last edited by

                      @randy_srs Hi Randy, I cannot say for other Sophos appliances, but for SG330, I created a bootable USB stick with Rufus and the installation is very easy.
                      I could only auto identify one ethernet card. The rest were found automatically when the installation was finished. Other than the issue with the display, everything went smoothly.
                      /Mike

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

                        @mickesanda thanks for the info . i figured . i think there is a workaround for the LCD display . ill have to play around with them

                        1 Reply Last reply Reply Quote 0
                        • P
                          pw @mickesanda
                          last edited by

                          @mickesanda

                          Thx Mike, without messing in .conf file, all from GUI, was able to manage this on SG 450 platorm :)

                          Cheers

                          1 Reply Last reply Reply Quote 1
                          • B
                            barrio603
                            last edited by

                            I have SG 125 - SG 230 installed with PFSense and they work fine. The cost for a unit off ebay is way cheaper then buying a dual port and the only thing you need to concern about is the internal SSD, but that is a quick swap for a new one.

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

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • D
                                dabbler455
                                last edited by

                                Has anyone tried to use the sfp port on an xg-135 rev3 with a gpon optic for an incoming fiber connection?

                                1 Reply Last reply Reply Quote 0
                                • SGMPhilS
                                  SGMPhil
                                  last edited by

                                  pfSense works great on the SG-310 that I have. LCD works great with this configuration:
                                  Screenshot 2024-03-10 111033.png

                                  1 Reply Last reply Reply Quote 3
                                  • G
                                    geoslake
                                    last edited by

                                    Hi guys, and thanks for the above tips.
                                    So ive installed latest Pfsense (community 2.7.2) on an SG115rev3. All went fine except Ethernet ports (ETH 0 to 3) are listed in random order each time the appliance reboots, which of course makes the device unusable with Pfsense.
                                    Do any of you ever have encountered such a weird behaviour ?

                                    Thanks & cheers

                                    stephenw10S 1 Reply Last reply Reply Quote 0
                                    • W
                                      Wirepower
                                      last edited by Wirepower

                                      LCDProc for SG550 rev1
                                      Have installed pfsense with lcdproc.
                                      Have used many of the listed drivers etc but display still not changing.
                                      alt text

                                      stephenw10S 1 Reply Last reply Reply Quote 0
                                      • stephenw10S
                                        stephenw10 Netgate Administrator @geoslake
                                        last edited by

                                        @geoslake said in Install PFSense on a Sophos SG appliance:

                                        Ethernet ports (ETH 0 to 3) are listed in random order each time the appliance reboots, which of course makes the device unusable with Pfsense.
                                        Do any of you ever have encountered such a weird behaviour ?

                                        Hmm, nope never seen that on any hardware.

                                        Do they come up with the same MAC addresses but just in a different order?

                                        Do they show as the same PCI addresses in the boot log or in the output of: pciconf -lv?

                                        Steve

                                        G 1 Reply Last reply Reply Quote 1
                                        • stephenw10S
                                          stephenw10 Netgate Administrator @Wirepower
                                          last edited by

                                          @Wirepower said in Install PFSense on a Sophos SG appliance:

                                          LCDProc for SG550 rev1

                                          What display is that exactly?

                                          W 1 Reply Last reply Reply Quote 0
                                          • W
                                            Wirepower @stephenw10
                                            last edited by

                                            @stephenw10
                                            I put a picture up of it?

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