Problem with login. Connection refused
Hi.
I've been usig io for some time now, but during at movement i've been gone for at little time.
I've set up my server as I used to, but now I get the following message when i log in.
[R] Connecting to Egen server -> IP=xxx.xxx.xxx.xxx PORT=23000
[R] Connection failed (Connection refused)
If I try to log in throuugh the Lan, the server works just perfect, so I can't understand it.
I have a zyxel 650 R router, and have forwarded port 23000-23999 to 10.0.0.3. I've contacted my ISP and asked if the router worked correctly and he confirmed. The ports are forwarded. Besides I use remote acces on my server, why this port also is forwarded, and that works fine from outside the router so itøs probably io that's causing the problem.
My internal IP is 10.0.0.3 and my .ini and hosts.rules files looks as follows
___________________________
[NAT]
Host = xxx.xxx.xxx.xxx
Ports = 23001-23999
Random = True
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50 [*registered version*]
;Bind = 10.0.0.3
[LAN]
Host = 10.0.0.3
Ports = 28001-28999
Random = True
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50 [*registered version*]
;Bind =
################## END OF DEVICES ####################
##################### SERVICES #######################
[NAT_FTP_Service]
Type = FTP
Device_Name = NAT
Port = 23000
Description = My FTP Service
User_Limit = 10
Allowed_Users = *
Messages = ..\text\ftp
### Encryption ###
#
Require_Encrypted_Auth = !*
Require_Encrypted_Data = !*
Certificate_Name = xxx.xxx.xxx.xxx
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 256
### IDNT command handler ###
#
Get_External_Ident = True
### Traffic Balancing ###
#
;Data_Devices =
;Random_Devices = True
[LAN_FTP_Service]
Type = FTP
Device_Name = LAN
Port = 28000
Description = My FTP Service
User_Limit = 10
Allowed_Users = *
Messages = ..\text\ftp
### Encryption ###
#
Require_Encrypted_Auth = !*
Require_Encrypted_Data = !*
Certificate_Name = xxx.xxx.xxx.xxx
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 256
### IDNT command handler ###
#
Get_External_Ident = True
### Traffic Balancing ###
#
;Data_Devices =
;Random_Devices = True
[Network]
Active_Services = NAT_FTP_Service LAN_FTP_Service
____________________________
# Default policy
#
# POLICY ACCEPT CONNECTIONS_PER_IP
# POLICY DENY
#
POLICY ACCEPT 4
# 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 127.0.0. ADMIN -1
ACCEPT H .fi NORDIC 1
ACCEPT H .se NORDIC 1
ACCEPT H .no NORDIC 1
ACCEPT I xxx.xxx.xxx.xxx ADMIN -1
ACCEPT I 10. ADMIN -1
DENY H .tw "Access from taiwan is prohibited"
Any one who can see what's wrong, cause I can't!!!!
|