View Single Post
Old 04-03-2006, 09:42 AM  
whocarez2k5
Senior Member
 
Join Date: Jul 2005
Posts: 147
Default

Quote:
Originally Posted by neoxed
There are several reasons why:

A) 0.0.0.0 is not a routable address. The client connecting will never have 0.0.0.0 as its address.
B) You did not specify an ident in the hostmask: <ident>@<hostname/IP>.

To allow the user to connect from any host, use *@*.
Well same problem here.

I also added a test user and have same problem host used is *@*
Pass is correct checked it many times

:update:
Could it be my host.rules file is incorrect?
I think i miss a CLASS entry, atm i only see ADMIN in it.

Quote:
# Default policy
#
# POLICY ACCEPT CONNECTIONS_PER_IP
# POLICY DENY
#
POLICY ACCEPT 2
## PLEASE REMOVE LINE BELOW

# Classes
#
# CLASS CLASS_NAME TOTAL_CONNECTIONS_PER_CLASS
CLASS NORDIC 25
CLASS ADMIN -1

# Rules
#
# ACCEPT I|H IP|HOSTNAME CLASS_NAME CONNECTIONS_PER_IP
# DENY I|H IP|HOSTNAME LOG_STRING
#

ACCEPT I 192.168.1. ADMIN -1
ACCEPT I 127.0.0. ADMIN -1
whocarez2k5 is offline   Reply With Quote