View Single Post
Old 08-11-2007, 06:15 AM  
The_All_Seeing_ioFTPD
Junior Member
 
Join Date: Aug 2007
Posts: 3
Default login problem/possible password/host error

08-11-2007 02:19:55 Host '*@mydns.net' did not match any of user 'ioFTPD' allowed hosts.

i get this on the master acct i switched info for in the etc/hosts and ioftpd.ini files

4:07:12 AM wSock_Connect()
4:07:13 AM 220 FTP Server ready.
4:07:13 AM > USER ioFTPD
4:07:13 AM 331 Password required for ioFTPD.
4:07:13 AM > PASS *****
4:07:13 AM 530 Login failed: Invalid password.

i switched the 127.0.0.1 in ioftpd.ini to:

[Any]
Host = mydns.net
Bind = mydns.net
# Limit port range for PASV connections. If you are behind a router you
# MUST forward/allow these ports for passive file transfers to work...
Ports = 60666
Random = False

im not on a router btw
also switched this..

name = ioFTPD
host = mydns.net <- what i switched in sites.ini
port = 60666
user = ioFTPD
pass = ive tried ioFTPD and other made up pw's nothing matters here either!
ident =
connectonstartup = 0
usesslproxy = 0

my hosts file
### This is the Hosts.Rules file for ioFTPD. It is used to control which
### ip addresses and hostnames have access to the server.
###
### This file is read from top to bottom, with the last matching rule
### being the one that applies to the connection. This means that more
### general rules will tend to be at the top of the file, with more
### specific rules matching later (lower).
###

## policy
##
## format:
## POLICY ACCEPT CONNECTIONS_PER_IP
## POLICY DENY
##
## The connections_per_ip argument here appears to only be necessary when
## the server is setup to allow anonymous users or you have multiple users
## sharing accounts. This is because you would normally limit a specific
## user to just 1 or 2 simultaneous connections in the individual user's
## account settings. However when you wish to do something like support
## 10 anon users but you don't want any one person hogging all of slots
## you can use connections_per_ip to prevent this.
##
## By default, we accept all incomming connections.
##
POLICY ACCEPT 4


## classes
##
## format:
## CLASS CLASS_NAME TOTAL_CONNECTIONS_PER_CLASS
##
## -1 for TOTAL_CONNECTIONS_PER_CLASS means unlimited.
##
##
CLASS USERS 25
CLASS ADMIN -1


## rules
##
## rules determine which ip addresses can connect to your server.
##
## rules can be specified by ip address ('I') or hostname ('H').
## both the ip address and hostname can be partial addresses, for
## instance the class C block of '192.168.1.' or any '.com' address.
##
## format:
## ACCEPT I|H IP|HOSTNAME CLASS_NAME CONNECTIONS_PER_IP
## DENY I|H IP|HOSTNAME LOG_STRING
##
ACCEPT | 127.0.0.1 ADMIN -1
ACCEPT I mydns.net ADMIN -1
ACCEPT I 192.168. ADMIN -1


reviewing all this,and tryin everything i could and reading the forums im at a loss what im doing wrong to get that error can someone enlighten me please to the solution,ive been on this for hours!
The_All_Seeing_ioFTPD is offline   Reply With Quote