Thread: ioFTPD IP Setup
View Single Post
Old 07-10-2006, 01:23 PM  
mr.babek
Member
 
Join Date: Jul 2005
Posts: 82
Default

well , in your hosts file in /etc your have to remark the deny rule and make the accept rule active

like this

## POLICY ACCEPT CONNECTIONS_PER_IP
## POLICY DENY
##
## once you have changed the master password (see README.1st) for your
## server, you should change your default policy from DENY to ACCEPT (by
## commenting out the DENY line and uncommenting the ACCEPT line) to allow
## connections from any ip address.
##
#POLICY DENY
POLICY ACCEPT 9


the 9 stands for the amount of concurrent connections per IP

I myself have the "problem" that I am not using any router, so the only ip that can be seen from the outside is the BIND ip in the ini file

I had to set it up like this

[Any]
Host= can put anything here, but it wont work anyway so I put my external ip here too.
Ports= 1401-1410
Random= True
;Global_Inbound_Bandwidth= 10000
;Global_Outbound_Bandwidth= 10000
;Client_Inbound_Bandwidth= 100 [*registered version*]
;Client_Outbound_Bandwidth= 50 [*registered version*]
Bind= external ip , like 85.21.233.21

Hope this helps

Ron
mr.babek is offline   Reply With Quote