| Author |
Message |
waka New Member


Joined: Aug 24, 2006 Posts: 21
|
Posted:
Tue Nov 28, 2006 4:06 pm |
|
Hi All
One of our member's IP is blocked with the message he receives as "Invalid IP to access this site."
He moved to a different ISP then this happened. I've check Sentinal's blocked IP's etc. and found nothing. I did a search of his IP address and gave the following:
Blocked IP's
There are currently no matches in the database
Blocked Ranges
There are currently no matches in the database
Excluded Ranges
There are currently no matches in the database
Protected Ranges
There are currently no matches in the database
IP 2 Country Ranges
IP From IP To Flag Code Country CIDRs Functions
76.0.0.0 76.255.255.255 01 IANA Reserved 76.0.0.0/8
Tracked IP's
There are currently no matches in the database
Users Last IPs
There are currently no matches in the database
Running Raven's RavenNuke76 v2.02.02 Distro with NukeSentinel(tm) 2.4.2pl5 out of the box general setting.
Any ideas?
Regards,
JC |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 6044
|
Posted:
Tue Nov 28, 2006 4:51 pm |
|
Check your .htaccess file to see if the IP was blocked prior to the member's issue. If so, delete that line from the .htaccess file. |
|
|
|
 |
waka New Member


Joined: Aug 24, 2006 Posts: 21
|
Posted:
Tue Nov 28, 2006 6:03 pm |
|
Hi kguske
I checked the .htaccess file in the root (correct?) and this is what I found:
Options All -Indexes
DirectoryIndex index.php index.htm index.html
# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .ftaccess>
deny from all
</Files>
<Files .staccess>
deny from all
</Files>
# -----------------------------------------------------------------------------------------------------
# Leave this block commented out unless HTTPAuth is NOT available in your NukeSentinel(tm) Admin Panel.
# This code is mainly for use with CGI Authentication and most servers do not require it.
# -----------------------------------------------------------------------------------------------------
# <Files admin.php>
# <Limit GET POST PUT>
# require valid-user
# </Limit>
# AuthName "Restricted"
# AuthType Basic
# AuthUserFile /path/to/your/.staccess
# </Files>
# -----------------------------------------------------------------------------------------------------
# -----------------------------------------------------------------------------------------------------
# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------
No reference of an IP address.
Regards,
JC |
|
|
|
 |
gregexp The Mouse Is Extension Of Arm

Joined: Feb 21, 2006 Posts: 1497 Location: In front of a screen....HELP! lol
|
Posted:
Tue Nov 28, 2006 7:26 pm |
|
IP 2 Country Ranges
IP From IP To Flag Code Country CIDRs Functions
76.0.0.0 76.255.255.255 01 IANA Reserved 76.0.0.0/8
I believe that shows that the ip is listed in ip2c as a reserved ip, I could be wrong, updating the ip2c would help a ton. |
|
|
 |
 |
|
|
|
|