PDA

View Full Version : Problem?


lucaz
11-02-2003, 04:19 AM
hi,

i just installed ioFTPD beta5-2-9u.
and i configured it, and it works for me, but everytime someone else wants to connect to my ftp server the get a socked problem :confused:

How can i solve this?

greets,
1uc4z

Zer0Racer
11-02-2003, 05:23 AM
http://www.ioftpd.com/documentation/02-install.php#6

lucaz
11-03-2003, 09:39 AM
# Default policy
#
# POLICY ACCEPT CONNECTIONS_PER_IP
# POLICY DENY
#

# Uncomment the ACCEPT line, and comment the DENY line
# *** when you changed the default ioFTPD password! ***

# POLICY ACCEPT 2
POLICY DENY


# 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. ADMIN -1
ACCEPT I 127.0.0. ADMIN -1
ACCEPT I 172.16. ADMIN -1
ACCEPT I 10. ADMIN -1
ACCEPT H .fi NORDIC 2
ACCEPT H .se NORDIC 1
ACCEPT H .no NORDIC 1
DENY I 16.3.4 "Banned network address"
DENY H .tw "Access from taiwan is prohibited"

what do i need to change?!?!??! :confused: :confused:

darkone
11-03-2003, 09:42 AM
Comment "POLICY DENY" line & uncomment "POLICY ACCEPT 2" line.. then restart daemon & wish it runs :)

lucaz
11-03-2003, 09:46 AM
ok thnx, hope it works!
let's find someone for testing :p