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

    IP-Blocklist

    Scheduled Pinned Locked Moved pfSense Packages
    496 Posts 86 Posters 501.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.
    • P
      Pistolero
      last edited by

      About the CRON job… are these the lines I have to comment out?

      
      #check if ipblocklist running
      export resultr=`pfctl -s rules | grep -c ipblocklist`
      
      #echo $resultr
      if [ "$resultr" -gt "0" ]; then
              echo running
              exit 1
      else
              echo not running
              /usr/bin/logger -s "IP-Blocklist was found not running"
              echo "IP-Blocklist not running" | /usr/local/bin/php /usr/local/www/packages/ipblocklist/email_send.php
      fi
      
      

      After they get commented, I make a copy of the script and schedule that one? (I am kinda UNIX n00b :P)

      So, my script now looks like so:

      
      #!/bin/sh
      
      ####check if ipblocklist running
      #export resultr=`pfctl -s rules | grep -c ipblocklist`
      
      ####echo $resultr
      #if [ "$resultr" -gt "0" ]; then
      #       echo running
      #       exit 1
      #else
      #       echo not running
      #       /usr/bin/logger -s "IP-Blocklist was found not running"
      #       echo "IP-Blocklist not running" | /usr/local/bin/php /usr/local/www/packages/ipblocklist/email_send.php
      #fi
      
      ...
      
      

      and I saved that one with a different name, (I don't know if commenting those line on the original script will break the package, so I made a copy and set it to executable)

      
      [12-31-10 16:28:13]root@/usr/local/etc/rc.d#  lh | grep IP
      -rwxr-xr-x  1 root   wheel   4.6K Dec 31 09:27 IP-Blocklist.sh
      -rwxr-xr-x  1 root   wheel   4.6K Dec 31 16:25 IP-Blocklist_cron.sh
      
      
      1 Reply Last reply Reply Quote 0
      • T
        tommyboy180
        last edited by

        Yeah. Make a copy, remove each of the lines you quoted and schedule your copy.

        What lists change every day? I'm curious.

        -Tom Schaefer
        SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

        Please support pfBlocker | File Browser | Strikeback

        1 Reply Last reply Reply Quote 0
        • P
          Pistolero
          last edited by

          One last question:

          The CRONTAB format, if I want the lists to be updated every day @ 3:30 AM:

          
          30  	*/03  	*  	*  	*  	root  	/usr/local/etc/rc.d/IP-Blocklist_cron.sh 
          
          

          Does this look OK to you, sir?

          1 Reply Last reply Reply Quote 0
          • T
            tommyboy180
            last edited by

            I would move the script out of rc.d so it doesn't run on startup. That way you don't have anything conflicting with the other startup script.
            Other than that everything looks good!

            -Tom Schaefer
            SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

            Please support pfBlocker | File Browser | Strikeback

            1 Reply Last reply Reply Quote 0
            • T
              ToxIcon
              last edited by

              tommyboy180

              Kill table and start over

              Uncheck checkbox click save

              pfctl -s rules | grep  ipblocklist  no output

              Reload firewall filter

              edit /usr/local/www/packages/ipblocklist/interfaces.txt  "any"

              /usr/local/www/packages/ipblocklist/convert-execute.sh no errors and warnings

              Current Status = Running

              You are blocking 0 Networks/IPs

              yes running countryblock  working

              1 Reply Last reply Reply Quote 0
              • T
                tommyboy180
                last edited by

                @ToxIcon:

                tommyboy180

                Kill table and start over

                Uncheck checkbox click save

                pfctl -s rules | grep  ipblocklist  no output

                Reload firewall filter

                edit /usr/local/www/packages/ipblocklist/interfaces.txt   "any"

                /usr/local/www/packages/ipblocklist/convert-execute.sh no errors and warnings

                Current Status = Running

                You are blocking 0 Networks/IPs

                yes running countryblock  working

                Without being able to inspect your system it looks like convert-execute.sh isn't running the commands correctly.

                On countryblock when it runs a program it calls for it without direct path. For example a line might read, "pfctl -t countryblock -T kill"
                However on ipblocklist when it runs a program it calls for it via its direct path. For example a line might read, "/sbin/pfctl -t ipblocklist -T kill"

                I think this is why you're not seeing any warnings or output. Attached is a replacement BASH script file that you should try. See if that fixes the issue.

                Warning For other users downloading this replacement BASH script this may break your package. This is for troubleshooting only.

                convert-execute.sh.txt

                -Tom Schaefer
                SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

                Please support pfBlocker | File Browser | Strikeback

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

                  Using Multi pal Nat Routes,

                  WAN
                  LAN
                  OPT1 - Running a Hot Public WiFi zone, the previously attached replacement bash script fixed the issues for me.

                  for the index.html?list=bt_level1, style files, I created a work around for my own use age, if this helps anyone:

                  I made a Sub directory on my web sever (Cloud hosted) and restricted this access down to my pfSense gateway IP.
                  created the following bash script.:

                  cd /var/www/pg2
                  rm -rf bt_level1.gz && wget http://list.iblocklist.com/?list=bt_level1 && mv index.html?list=bt_level1 bt_level1.gz
                  rm -rf bt_level2.gz && wget http://list.iblocklist.com/?list=bt_level2 && mv index.html?list=bt_level2 bt_level2.gz
                  rm -rf bt_level3.gz && wget http://list.iblocklist.com/?list=bt_level3 && mv index.html?list=bt_level3 bt_level3.gz

                  scheduled this to run on a weekly basis, and then have pfSense query the Remote Web server,

                  but there is no reason why this can't be changed to function local on the pfSense box.
                  Have it fetch the index.html?list=bt_level1 file, store it locally on the web-server, rename the file, and then re-query it's own web-sever from the ipblocklist interface, which should end up in the index.html?list=bt_level1 style links working without the need for the intermediate server, however for my needs I prefer to have the mirror pre-fetching occurring in a hosted environment.

                  If there is any interest I'll happily attempt to create something to run this all locally on the pfSense Box.

                  1 Reply Last reply Reply Quote 0
                  • T
                    tommyboy180
                    last edited by

                    If only pfsense came with wget to begin with then you wouldn't have to do this. Since fetch doesn't work well with these dynamic links it becomes a problem. Maybe I will consider adding wget after I get file uploads going.

                    -Tom Schaefer
                    SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

                    Please support pfBlocker | File Browser | Strikeback

                    1 Reply Last reply Reply Quote 0
                    • ?
                      Guest
                      last edited by

                      I came across your forum after reviewing our server logs at Country IP Blocks. We noticed the discussion included Country IP Blocks Access Control Lists in a PG2 format. As a courtesy we have created these lists from our Country IP Blocks Database. The data is in a format that looks like this:

                      AZERBAIJAN:46.18.64.0-46.18.71.255
                      …
                      UNITED STATES:3.0.0.0-3.255.255.255
                      ...
                      CHINA:1.12.0.0-1.15.255.255

                      A reminder, our database is updated daily.

                      We can output our data in any format needed.

                      You can get your PG2 formatted list here: http://www.countryipblocks.net/networking/pg2-formatted-acess-control-lists/

                      Thanks,

                      Stewart White

                      1 Reply Last reply Reply Quote 0
                      • T
                        tommyboy180
                        last edited by

                        @countryipblocks:

                        I came across your forum after reviewing our server logs at Country IP Blocks. We noticed the discussion included Country IP Blocks Access Control Lists in a PG2 format. As a courtesy we have created these lists from our Country IP Blocks Database. The data is in a format that looks like this:

                        AZERBAIJAN:46.18.64.0-46.18.71.255
                        …
                        UNITED STATES:3.0.0.0-3.255.255.255
                        ...
                        CHINA:1.12.0.0-1.15.255.255

                        A reminder, our database is updated daily.

                        We can output our data in any format needed.

                        You can get your PG2 formatted list here: http://www.countryipblocks.net/networking/pg2-formatted-acess-control-lists/

                        Thanks,

                        Stewart White

                        Excellent! Thank you for taking the time to post!

                        -Tom Schaefer
                        SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

                        Please support pfBlocker | File Browser | Strikeback

                        1 Reply Last reply Reply Quote 0
                        • ?
                          Guest
                          last edited by

                          @tommyboy180:

                          Excellent! Thank you for taking the time to post!

                          You're welcome. We'll keep the data flowing, just let us know your needs.

                          1 Reply Last reply Reply Quote 0
                          • T
                            tommyboy180
                            last edited by

                            @countryipblocks:

                            @tommyboy180:

                            Excellent! Thank you for taking the time to post!

                            You're welcome. We'll keep the data flowing, just let us know your needs.

                            I had a question for you. What do you think about the countryblock package for pfsense? It downloads countrylists from your site directly. A while ago we had a small discussion over the semi automated process and your rules within the FAQ. At the time we determined that it does not break your rules, however now that you're here you could comment and give me a final say.

                            -Tom Schaefer
                            SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

                            Please support pfBlocker | File Browser | Strikeback

                            1 Reply Last reply Reply Quote 0
                            • ?
                              Guest
                              last edited by

                              @tommyboy180:

                              I had a question for you. What do you think about the countryblock package for pfsense? It downloads countrylists from your site directly. A while ago we had a small discussion over the semi automated process and your rules within the FAQ. At the time we determined that it does not break your rules, however now that you're here you could comment and give me a final say.

                              I appreciate the question. I haven't seen your pfsense package yet. Could you provide me with a little info?

                              We arecurrently in the process of deciding how we want to deliver our, the formats, etc. One of the issues we are struggling with is the automated connections. When we started the website in 2007 we decided not to allow users to use automated tools to update. Our concern was an increase in traffic without the benefit of having the traffic originate through the site pages.

                              In 2008, I decided to change this rule and allow reasonable automation. We now get thousands of automated requests each day. I feel this is a good thing for those who use our data, but still leaves us paying exorbitant server and network costs in order to handle the growth.

                              We responded to these increased costs by placing some limited display ads on the website, but of course if the site is bypassed and the data download is automated the ads are missed.

                              In your case I think we can probably offer our assistance. We would appreciate credits and links back to the website.

                              We could probably collaborate on the project and create data expressly for your needs.

                              We recently added change logs to the site. This enables users to make daily modifications as opposed to downloading all or most of the countries.

                              Let's talk about what you would like to accomplish.

                              1 Reply Last reply Reply Quote 0
                              • T
                                tommyboy180
                                last edited by

                                @countryipblocks:

                                @tommyboy180:

                                I had a question for you. What do you think about the countryblock package for pfsense? It downloads countrylists from your site directly. A while ago we had a small discussion over the semi automated process and your rules within the FAQ. At the time we determined that it does not break your rules, however now that you're here you could comment and give me a final say.

                                I appreciate the question. I haven't seen your pfsense package yet. Could you provide me with a little info?

                                We arecurrently in the process of deciding how we want to deliver our, the formats, etc. One of the issues we are struggling with is the automated connections. When we started the website in 2007 we decided not to allow users to use automated tools to update. Our concern was an increase in traffic without the benefit of having the traffic originate through the site pages.

                                In 2008, I decided to change this rule and allow reasonable automation. We now get thousands of automated requests each day. I feel this is a good thing for those who use our data, but still leaves us paying exorbitant server and network costs in order to handle the growth.

                                We responded to these increased costs by placing some limited display ads on the website, but of course if the site is bypassed and the data download is automated the ads are missed.

                                In your case I think we can probably offer our assistance. We would appreciate credits and links back to the website.

                                We could probably collaborate on the project and create data expressly for your needs.

                                We recently added change logs to the site. This enables users to make daily modifications as opposed to downloading all or most of the countries.

                                Let's talk about what you would like to accomplish.

                                I sent you a PM with more info. Thank you!

                                -Tom Schaefer
                                SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

                                Please support pfBlocker | File Browser | Strikeback

                                1 Reply Last reply Reply Quote 0
                                • T
                                  tommyboy180
                                  last edited by

                                  Troubleshooting guide:

                                  Some people have been having issues getting the package to run. Before you think you need to rebuild pfsense try a simple test first.
                                  Go to Firewall -> Rules and pick a random entry. Click the edit button. Don't make any changes! Now click save.
                                  Go back to your package. Ensure Enable is checked and Click save. Your package should be running now.

                                  -Tom Schaefer
                                  SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

                                  Please support pfBlocker | File Browser | Strikeback

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    ThinkSmart
                                    last edited by

                                    Hey,

                                    i can install the package but i can't load the blacklists into it. So if i use the examples (level1, level2, level3)  or other blacklists from here they are at the list, but it says there were no blocked ips or networks.

                                    I've tried it with pfsense 1.2.3. and 2.0BETA5. The tipp above me doesn't make changes. Thanks.

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tommyboy180
                                      last edited by

                                      @ThinkSmart:

                                      Hey,

                                      i can install the package but i can't load the blacklists into it. So if i use the examples (level1, level2, level3)  or other blacklists from here they are at the list, but it says there were no blocked ips or networks.

                                      I've tried it with pfsense 1.2.3. and 2.0BETA5. The tipp above me doesn't make changes. Thanks.

                                      Take a look at the first post in this topic for the FAQ. If you still have problems let me know.

                                      -Tom Schaefer
                                      SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

                                      Please support pfBlocker | File Browser | Strikeback

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        ThinkSmart
                                        last edited by

                                        Take a look at the Pictures, after adding the Link in the Textbox and pressing + and save/update, there where no changes. :/

                                        packages.jpg
                                        packages.jpg_thumb
                                        ip-blocklist.jpg
                                        ip-blocklist.jpg_thumb

                                        1 Reply Last reply Reply Quote 0
                                        • W
                                          Wolfsokin
                                          last edited by

                                          Try loading the url of that blocklist in a browser and see what you get. I get a 404 file not found.

                                          :edit to add

                                          try using the url to this blocklist and see if it works. This list works for me so I know the url is good.

                                          http://list.iblocklist.com/files/tzmtqbbsgbtfxainogvm.gz

                                          1 Reply Last reply Reply Quote 0
                                          • K
                                            kalons
                                            last edited by

                                            Hi, tommyboy180

                                            I don't think it is working, now my pfsense working on transparent bridging mode.
                                            I installed the IP-blocklist without any error.
                                            I add URL list such as "http://www.google.com" for test. And click "block outbound?" as well.
                                            But I still can logon the website.
                                            And I check the Rules under firewall. There is no any change for my original setting there.
                                            Would you please to check that?
                                            Thx!

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