Author |
Message |
dar_
New Member


Joined: Aug 19, 2006
Posts: 2
Location: Poland
|
Posted:
Sat Aug 19, 2006 3:12 am |
|
I have problem
Some adreses Sntinel 2.5.00- 2.5.02 blocking
all blocking tables is clear
example
Quote: | You have attempted to access this site with an invalid IP.
If you think this is a mistake you can contact the site webmaster at admin(at)easy2521(dot)easyisp(dot)pl.
Be SURE to include the following information in any email!
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Remote Address: 83.19.64.238
Client IP: none
Forwarded For: none
|
I reinstaled Sentinel 2.5.02 with IP2country tables
I serch topics in this forum without result
help me ... what i doing wrong?
__________________________________
sory for my english language |
|
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Sat Aug 19, 2006 5:06 am |
|
|
|
 |
dar_

|
Posted:
Sat Aug 19, 2006 8:20 am |
|
My site isn't a local
Only registered users can see links on this board! Get registered or login!
I no problem conected to my site ...ad meny people too
In older wersion Sentilel - problem no exist
Table nuke_nsnst_protected_ranges is clear
fix:
Quote: | FIND
// Invalid ip check
if($nsnst_const['remote_ip']=="none") { die(_AB_INVALIDIP); }
CHANGE TO
// Invalid ip check
//if($nsnst_const['remote_ip']=="none") { die(_AB_INVALIDIP); } |
is no good ... because Sentinel no tested IP !!
________________________________________
Sory for my englisch language |
|
|
|
 |
hitwalker

|
Posted:
Sat Aug 19, 2006 8:24 am |
|
well make sure ip2country is fully installed and uptodate...
your error can be caused by several reasons...
i just showed 1 topic,that was just 1 reason..
but there's more....
search the forum on invalid ip or invalidip, and read / try andf fixes mentioned.. |
|
|
|
 |
zeromechanic
Hangin' Around

Joined: Dec 15, 2005
Posts: 40
Location: Netherlands
|
Posted:
Tue Aug 22, 2006 3:14 pm |
|
Just a question about this issue.
What if someone has a limited database (say 10mb), If you insert the ip2country it consumes about 5mb (guess) of the limit.
Also most hosts have a sql upload limit (1024/2048 kb) so it is impossible to restore the backup automatic.
Is there a way to disable the invalip ip issue in the nukesentinel.php
eg. commenting out the Invalip IP check.
Thnx Zero |
|
|
|
 |
hitwalker

|
Posted:
Tue Aug 22, 2006 3:25 pm |
|
yes...but im not sure exacly what you mean by that....
commenting out that check is for people that have problems with that... |
|
|
|
 |
evaders99
Former Moderator in Good Standing

Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Thu Aug 24, 2006 12:52 pm |
|
If you have such a limited database, why are you using phpNuke anyway?
phpNuke is quite an database intensive scripts, esp with the phpBB forums. Any host that would put such database limits on a customer needs to be dumped, otherwise there will be more problems than just Sentinel. |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
 |
zeromechanic

|
Posted:
Thu Aug 24, 2006 2:04 pm |
|
Thnx for reply,
I understand,
Thats the problem, phpnuke uses intensive dbase
but many are using free hosts( ), often with a dbase limit.
Also heard someone with a hosted domain, has a 100mb site and the dbase size = site size. so 15mb used in dbase = 85mb left for site and vv.
But wil it be a big problem if the ip check is commented out.
So people can use the great sentinel security without a filled dbase.
thnx |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Fri Aug 25, 2006 6:21 am |
|
It is just an additional level of "protection", but in reality, with all the spoofing of IP's these days, I am not so sure it helps you all that much.
Evaders, if I am wrong on that, please do not hesitate to correct me. Thx. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
evaders99

|
Posted:
Fri Aug 25, 2006 1:05 pm |
|
Just another level of protection, it is not required. Most hackers don't usually go through the process of spoofing IPs, rather they will use proxy farms |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Sat Aug 26, 2006 1:47 am |
|
Try just loading the IANNA Reserved Range and see if that helps. |
|
|
|
 |
|