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

    can't update pfsense or install packages

    Scheduled Pinned Locked Moved General pfSense Questions
    148 Posts 9 Posters 27.7k 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.
    • M
      mrrobot @stephenw10
      last edited by

      @stephenw10

      [2.6.0-RELEASE][admin@pfSense.xxxx.local]/root: pkg info | grep 'snort|suricata|pfb'
      [2.6.0-RELEASE][admin@pfSense.xxxx.local]/root:

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

        Something is blocking it. Do you see anything in the firewall logs?

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

          @stephenw10 i see the same log repeating over & over

          Screenshot 2023-06-21 at 14.52.15.png

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

            Is your WAN using a private IP?

            If not what is that rule? Is that something you added?

            Do you see the TCP traffic from pkg blocked there also?

            M 2 Replies Last reply Reply Quote 0
            • M
              mrrobot @stephenw10
              last edited by

              @stephenw10 said in can't update pfsense or install packages:

              is your WAN using a private IP?

              yes, its 10.x.x.x

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

                @stephenw10 said in can't update pfsense or install packages:

                Do you see the TCP traffic from pkg blocked there also?

                where ?

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

                  In the firewall log.

                  However if you have added block rules on WAN or floating they may not be set to log. Have you added rules there?

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

                    @stephenw10 i have no block rule on WAN interface

                    Screenshot 2023-06-21 at 15.15.26.png

                    in the log i see ICMP traffic blocked not TCP

                    Screenshot 2023-06-21 at 15.16.05.png

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

                      Those ping blocks are frequent. Were you running pkg update at the time to generate some tcp traffic.

                      Also they are shown blocked from the WAN IP to the gateway but not shown as outbound....

                      Do you have any rules on the floating tab?

                      You also have a pass all IPv4 rule on WAN which is almost always a bad idea. I assume you added that just as a test.

                      M 3 Replies Last reply Reply Quote 0
                      • M
                        mrrobot @stephenw10
                        last edited by

                        @stephenw10 said in can't update pfsense or install packages:

                        Those ping blocks are frequent. Were you running pkg update at the time to generate some tcp traffic.

                        yes i did run pkg update

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

                          @stephenw10 said in can't update pfsense or install packages:

                          Do you have any rules on the floating tab?

                          no, its empty

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

                            @stephenw10 said in can't update pfsense or install packages:

                            You also have a pass all IPv4 rule on WAN which is almost always a bad idea. I assume you added that just as a test.

                            yes i will chage it later once my issue is solved, i hope :)

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

                              Ok, check the ruleset file /tmp/rules.debug

                              What is rule 12001 there?

                              That traffic should not be coming into WAN.

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

                                @stephenw10 i see no 12001 role in /tmp/rules.debug

                                [2.6.0-RELEASE][admin@pfSense.xxx.local]/root: grep '12001' /tmp/rules.debug
                                [2.6.0-RELEASE][admin@pfSense.xxx.local]/root:

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

                                  @mrrobot i see a icmpv6 section thought, can't see icmp v4

                                  .# Allow only bare essential icmpv6 packets (NS, NA, and RA, echoreq, echorep)
                                  pass out quick inet6 proto ipv6-icmp from fe80::/10 to fe80::/10 icmp6-type {129,133,134,135,136} ridentifier 1000000108 keep state
                                  pass out quick inet6 proto ipv6-icmp from fe80::/10 to ff02::/16 icmp6-type {129,133,134,135,136} ridentifier 1000000109 keep state
                                  pass in quick inet6 proto ipv6-icmp from fe80::/10 to fe80::/10 icmp6-type {128,133,134,135,136} ridentifier 1000000110 keep state
                                  pass in quick inet6 proto ipv6-icmp from ff02::/16 to fe80::/10 icmp6-type {128,133,134,135,136} ridentifier 1000000111 keep state
                                  pass in quick inet6 proto ipv6-icmp from fe80::/10 to ff02::/16 icmp6-type {128,133,134,135,136} ridentifier 1000000112 keep state
                                  pass in quick inet6 proto ipv6-icmp from :: to ff02::/16 icmp6-type {128,133,134,135,136} ridentifier 1000000113 keep state
                                  .# We use the mighty pf, we cannot be fooled.
                                  block log quick inet proto { tcp, udp } from any port = 0 to any ridentifier 1000000114 label "Block traffic from port 0"
                                  block log quick inet proto { tcp, udp } from any to any port = 0 ridentifier 1000000115 label "Block traffic to port 0"
                                  block log quick inet6 proto { tcp, udp } from any port = 0 to any ridentifier 1000000116 label "Block traffic from port 0"
                                  block log quick inet6 proto { tcp, udp } from any to any port = 0 ridentifier 1000000117 label "Block traffic to port 0"

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

                                    Ok try this. Click on the red X in the firewall log. What rule does it show has blocked that?

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

                                      @stephenw10 [2.6.0-RELEASE][admin@pfSense.xxx.local]/root: grep '1000000103' /tmp/rules.debug
                                      block in log inet all ridentifier 1000000103 label "Default deny rule IPv4"
                                      [2.6.0-RELEASE][admin@pfSense.xxx.local]/root:

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

                                        You see that on the rule that's marked '12001'?

                                        You would expect to see traffic blocked inbound by the default rule but not what shows in the log there.

                                        It could be something upstream sending back the permission denied response. You have active filtering on the gateway device?

                                        M 2 Replies Last reply Reply Quote 0
                                        • M
                                          mrrobot @stephenw10
                                          last edited by

                                          @stephenw10 said in can't update pfsense or install packages:

                                          You see that on the rule that's marked '12001'?

                                          i see it on rule 1000000103

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

                                            @stephenw10 said in can't update pfsense or install packages:

                                            You have active filtering on the gateway device?

                                            how can i check that ?

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