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

    Snort 2.9.4.6 pkg v2.6.0 Update

    Scheduled Pinned Locked Moved pfSense Packages
    61 Posts 16 Posters 17.0k 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.
    • S
      Supermule Banned
      last edited by

      :D That is what I offer to my clients in my VDI environment.

      All sitting on 10Gbit backbone direct to the internet exchange :)

      @newbieuser1234:

      Supermule, how much do you pay for your connection a month or do you work at an ISP?  That speed is nuts.

      1 Reply Last reply Reply Quote 0
      • bmeeksB
        bmeeks
        last edited by

        @Supermule:

        I get this when trying to upgrade a 2.0.3 box…

        Beginning package installation for snort...
        Downloading package configuration file... done.
        Saving updated package information... done.
        Downloading snort and its dependencies...
        Checking for package installation...

        Downloading http://files.pfsense.org/packages/8/All/mysql-client-5.5.33.tbz ...  could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/mysql-client-5.5.33.tbz.
        of barnyard2-1.12 failed!

        ...

        Installation aborted.Backing up libraries...
        Cleaning up... Failed to install package.

        Installation halted.

        jimp mentioned in an e-mail exchange with me that the 2.0.3 package builders had some issues with updates to the Ports.  That's why the rollout of the updated binary was delayed a bit.  Looks like the builder used a newer MySQL client package (5.5.33 instead of 5.5.30) than what is specified in the pkg_config.8.xml file.  I'll pass this along to jimp.  He should be able to fix it up easy enough.

        I looked at files.pfsense.org and MySQL client packages are there for 5.5.30, 5.5.32, and 5.5.34.  But no version 5.5.33, so something must have gone weird with the package builder.  The pfSense guys should be able to get it sorted out.  I've sent a note to them alerting them of the issue.

        Bill

        1 Reply Last reply Reply Quote 0
        • S
          Supermule Banned
          last edited by

          Damn nice Bill!!

          1 Reply Last reply Reply Quote 0
          • S
            Supermule Banned
            last edited by

            Pls. notify when package is ready to install :)

            1 Reply Last reply Reply Quote 0
            • bmeeksB
              bmeeks
              last edited by

              @Supermule:

              Pls. notify when package is ready to install :)

              Got a reply back from jimp.  He says it should be OK now.  Give it a try and let me know if you still have problems.

              Bill

              1 Reply Last reply Reply Quote 0
              • S
                Supermule Banned
                last edited by

                Its running and blocking!!

                THAAAAAAAAAAAAAAAAAANK YOU!! :-*

                1 Reply Last reply Reply Quote 0
                • bmeeksB
                  bmeeks
                  last edited by

                  @Supermule:

                  Its running and blocking!!

                  THAAAAAAAAAAAAAAAAAANK YOU!! :-*

                  OK! Thanks for the feedback.

                  There is one small bug uncovered thus far with the new FQDN Alias support.  I worked that one with another user who successfully tested a fix.  I will hold up pushing out that update while I wait to see if anything else surfaces.  That bug is sort of minor and only affects folks using the FQDN Alias with a particular configuration.

                  Bill

                  1 Reply Last reply Reply Quote 0
                  • S
                    Supermule Banned
                    last edited by

                    No worries! I will provide peadback asap if something pops up!

                    1 Reply Last reply Reply Quote 0
                    • C
                      Cino
                      last edited by

                      Thanks for the updates/fixes Bill!! Snort is running pretty smooth and no dup processes =D

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

                        Updated fine a few days ago, but today Snort won't start on all of my three interfaces.
                        All interfaces get the same fatal error:

                        FATAL ERROR: /usr/pbi/snort-i386/etc/snort/snort_35802_em2/snort.conf(194) => Invalid port number.

                        pfSense 2.1 i386 snort 2.9.4.6 pkg v2.60

                        Reinstalling the package gives the same error.

                        1 Reply Last reply Reply Quote 0
                        • bmeeksB
                          bmeeks
                          last edited by

                          @digdug3:

                          Updated fine a few days ago, but today Snort won't start on all of my three interfaces.
                          All interfaces get the same fatal error:

                          FATAL ERROR: /usr/pbi/snort-i386/etc/snort/snort_35802_em2/snort.conf(194) => Invalid port number.

                          pfSense 2.1 i386 snort 2.9.4.6 pkg v2.60

                          Reinstalling the package gives the same error.

                          Sounds like maybe something is corrupted in your configuration.  Get a console prompt and open that file in vi.  Goto line 194 and see what is shown.  Post the results back if you can.  The error message gives the offending line number in the text.  It is 194 in this case.  Did you make any changes to the configuration or edit any Aliases that may be referenced in Snort?

                          Bill

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

                            No, no changes. Even put back the backup from a day before, same problems.

                            Here are the lines at #194 (all interfaces hang at the same line):
                            Line 194 is in bold:

                            preprocessor ftp_telnet_protocol: ftp server default
                            ….
                            ....
                                cmd_validity STRU < char FRP >
                                cmd_validity ALLO < int [ char R int ] >
                                cmd_validity TYPE < { char AE [ char NTC ] | char I | char L [ number ] } >
                                cmd_validity MDTM < [ date nnnnnnnnnnnnnn[.n[n[n]]] ] string >
                                cmd_validity PORT < host_port >

                            preprocessor ftp_telnet_protocol: ftp client default
                              max_resp_len 256
                              bounce yes
                              ignore_telnet_erase_cmds yes
                              telnet_cmds yes

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

                              Ok, found the problem… (Thanks for hinting me about the aliases)
                              In v2.0.3 I added the FTP ports alias:
                              20,21 AND 15002:15018

                              That last one (with the semicolom) isn't supported anymore for the FTP preprocessor in the last version of the Snort package(?).

                              After removing the port range the interfaces all started again.

                              1 Reply Last reply Reply Quote 0
                              • bmeeksB
                                bmeeks
                                last edited by

                                @digdug3:

                                Ok, found the problem… (Thanks for hinting me about the aliases)
                                In v2.0.3 I added the FTP ports alias:
                                20,21 AND 15002:15018

                                That last one (with the semicolom) isn't supported anymore for the FTP preprocessor in the last version of the Snort package(?).

                                After removing the port range the interfaces all started again.

                                Probably my bad with the last update.  The port range should work.  Post back exactly what your Alias looks like and let me reproduce the condition in my test VMs so I can fix it.

                                Thanks for reporting it,

                                Bill

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

                                  Here is the alias as attachment.

                                  alias.png
                                  alias.png_thumb

                                  1 Reply Last reply Reply Quote 0
                                  • bmeeksB
                                    bmeeks
                                    last edited by

                                    @digdug3:

                                    Here is the alias as attachment.

                                    Thanks for the information.  It will be a few days, but I will see if I can fix this.  I have some other conflicting activities the next few days.

                                    Bill

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

                                      Take your time. Workaround was simple. Just add the ports one by one in the alias and all was working again.
                                      I think it is more important to fix the snort blocking issues in pfsense 2.1

                                      1 Reply Last reply Reply Quote 0
                                      • bmeeksB
                                        bmeeks
                                        last edited by

                                        @digdug3:

                                        Take your time. Workaround was simple. Just add the ports one by one in the alias and all was working again.
                                        I think it is more important to fix the snort blocking issues in pfsense 2.1

                                        Ermal has committed to take a run at that soon.  He did confirm the problem is with the filter_reload() code and not in the Snort package itself.  The bad news in this good news is that means an update to pfSense itself, so we are probably looking at 2.1.1 or something for the fix.

                                        Bill

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          Supermule Banned
                                          last edited by

                                          Then I wished they would incoporate the widescreen theme as well since it makes pfsense much better!

                                          1 Reply Last reply Reply Quote 0
                                          • V
                                            VoidLabs
                                            last edited by

                                            @bmeeks:

                                            @newbieuser1234:

                                            Do you know roughly how often the filter_reload happens? Snort still blocks effectively correct, just allows the offending IP to attack again after the filter_reload happens?

                                            No I don't, but I also don't think it is necessarily on a regularly scheduled basis.  I really don't know much about that process.  Guess I need to dig in and learn.

                                            Bill

                                            Filter reload is done every 15 mins.

                                            From /etc/crontab :

                                            
                                            0,15,30,45      *       *       *       *       root    /etc/rc.filter_configure_sync                                                                        
                                            
                                            

                                            Each time filter_configure_sync is called, the snort2c table is cleared:

                                            
                                            [2.1-RELEASE][root@necro.necronet.local]/root(6): pfctl -t snort2c -T show
                                               209.31.45.2
                                            [2.1-RELEASE][root@necro.necronet.local]/root(7): /etc/rc.filter_configure_sync
                                            [2.1-RELEASE][root@necro.necronet.local]/root(8): pfctl -t snort2c -T show
                                            
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.