View Single Post
Old 12-01-2005, 04:59 PM  
kneckenbauer
Registered User
 
Join Date: Dec 2005
Posts: 1
Default Problem with ioFTPD 5.8.5

Hi,
I've just set up a server on my machine and the problem is I can only connect via localhost. when i try to connect thru my external IP I just get "Connection Timeout".
I have changed the Host.Rules file and i have opened the ports in fy firewall.

my file looks like this:

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

can anyone think of anything that could be wrong?

thanks
//
kBauer
kneckenbauer is offline