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
|