Country Block
-
Sorry did not put that in the original message, well seasoned 1.2.3. Just did a reboot but no joy. countries.txt in the list folder still 0
-
That's really strange. Alright give me 5 min to check on my 1.2.3 test vm.
-
Anything look out of order?
-
That looks right. I just tested on my 1.2.3 VM. I uninstalled my CB package, rebooted, and then installed the package version 2.0. Make sure CIDR.tar.gz is downloaded during the install.
I checked Korea, committed, then checked enabled and hit Save/Update.
All worked fine. Try my method and let me know what happens.
-
Thanks, was just looking and first glance it appears that the fetch lines are commented out in countryblock.php
lunch time, brain food… tackle this after lunch
//Process each list URL, Extract, and put in DIR lists
exec("mkdir lists");
foreach ($lines as $line) {
//echo("fetch -o lists http://www.countryipblocks.net/e_country_data/{$line}_cidr.txt");
//Fetch countries from server
//exec("fetch -o lists/temp http://127.0.0.1//packages/countryblock/CIDR/{$line}_cidr.txt");
//Pull from local file since https or http on other ports may be used
exec("cat CIDR/{$line}_cidr.txt >> lists/countries.txt");
//exec("fetch -o lists/temp http://www.countryipblocks.net/e_country_data/{$line}_cidr.txt");
//Remove cat lists/temp since fetch is not used
//Thank you g4m3c4ck, 'He got a real pretty mouth ain't he', 1 Feb 2011
//exec("cat lists/temp >> lists/countries.txt");
$filename = basename($line);
//Extract list
//exec("gzip -d lists/$filename");
} -
The fetch was the old way to pull the country files directly from countryipblocks.net but that's what created the bandwidth problem for them.
So now the cat CIDR is the solution. It pulls the country ip blocks from a local file that it download during package install. That's why it's kind of weird it's not working for you since it's so simple.
-
Something must have been hanging around. Had to remove, then reinstall. Now have CIDR folder and have networks blocked.
Thanks for the help, its better help than we get around here for paid support…
-
HAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHA
:)
Something must have been hanging around. Had to remove, then reinstall. Now have CIDR folder and have networks blocked.
Thanks for the help, its better help than we get around here for paid support…
-
Something must have been hanging around. Had to remove, then reinstall. Now have CIDR folder and have networks blocked.
Thanks for the help, its better help than we get around here for paid support…
Well thank you for the compliment. I try to provide half decent support. Check out tomschaefer.org/pfsense
I created it to try to help more people that needed a way to directly contact me. -
um..the forum is free support, no paid support is offered "here" on the forum. If you want paid support see here:
https://portal.pfsense.org/index.php/support-subscriptionThe support here is really great, one of the top ones compared to other forums. tommyboy180 is excellent at providing support for his packages, he is really fast at getting back to you.
-
um..the forum is free support, no paid support is offered "here" on the forum. If you want paid support see here:
https://portal.pfsense.org/index.php/support-subscriptionThe support here is really great, one of the top ones compared to other forums. tommyboy180 is excellent at providing support for his packages, he is really fast at getting back to you.
Thank you. I appreciate the kind words. I'm sure many other package managers are just the same.
-
Hi,
I use 1.2.3 embedded. Country Block apparently installed ok and I could commit countries + enable but sadly Country Block drops into disabled pretty often (stays on for maybe an hour or so).
One thing I have seen: Under the "Whitelist" tab (where I have not added any IPs), there is this message:
Warning: fopen(countries-white.txt): failed to open stream: Read-only file system in /usr/local/www/packages/countryblock/whitelist.php on line 134 Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/www/packages/countryblock/whitelist.php on line 135 Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/www/packages/countryblock/whitelist.php on line 140
Any chance to get this going on embedded? I really like the package…
Thanks1
-
@ghm:
Hi,
I use 1.2.3 embedded. Country Block apparently installed ok and I could commit countries + enable but sadly Country Block drops into disabled pretty often (stays on for maybe an hour or so).
One thing I have seen: Under the "Whitelist" tab (where I have not added any IPs), there is this message:
Warning: fopen(countries-white.txt): failed to open stream: Read-only file system in /usr/local/www/packages/countryblock/whitelist.php on line 134 Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/www/packages/countryblock/whitelist.php on line 135 Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/www/packages/countryblock/whitelist.php on line 140
Any chance to get this going on embedded? I really like the package…
Thanks1
That's strange. I added embedded support in version 1.5 a long time ago. What package version do you have?
-
That's strange. I added embedded support in version 1.5 a long time ago. What package version do you have?
0.2.0 - I attach a list of my installed packages below. CB is my newest.
-
Something must have been hanging around. Had to remove, then reinstall. Now have CIDR folder and have networks blocked.
Thanks for the help, its better help than we get around here for paid support…
Sorry sorry for the misunderstanding…. I meant paid support here at our shop ::)
-
I am sorry for confusion …..
recently had this:
Current Status = Restarting
no IP address found for __csrf_magic
You are blocking 0 NetworksPfsence 2.0 Beta 5 ......
-
@ghm:
That's strange. I added embedded support in version 1.5 a long time ago. What package version do you have?
0.2.0 - I attach a list of my installed packages below. CB is my newest.
OK - and I can reproduce the following: My system gets a new dynamic WAN-IP every 12hrs (ISP requires that). That change renders CountyBlock not enabled and I have to re-enable manually.
-
You can add a cron job…..
I cant remember which file to add to the job, but Tom knows.....:)
-
I have the same problem even after setting up the cron. Have to manually enable it and then it works. 2.0 beta 5 …...
I have fallowed this thread with cron guidance but it looks like it does not work .....
Please advice
-
When you check "Enable Logging?" in the settings page, where is it being logged to?