ioFTPD General New releases, comments, questions regarding the latest version of ioFTPD. |
09-10-2003, 03:58 AM
|
#31
|
Senior Member
FlashFXP Registered User ioFTPD Foundation User
Join Date: Nov 2001
Posts: 265
|
hehehehe
i know that
but should it work then with data encryption, and if so,
how to set ffxp to use that
i have Auth SSL enabled
with SSL list and SSL Upload/Download
thx ahead
|
|
|
09-10-2003, 04:02 AM
|
#32
|
Senior Member
ioFTPD Registered User
Join Date: Feb 2003
Posts: 327
|
Mail sent darkone...
|
|
|
09-10-2003, 04:55 AM
|
#33
|
Disabled
FlashFXP Registered User ioFTPD Administrator
Join Date: Dec 2001
Posts: 2,230
|
Did you mean by crashing, that deamon stays running, but all ports close? That's what happends to me when i rehash with your config (propably some check broken somewhere).
|
|
|
09-10-2003, 05:35 AM
|
#34
|
Senior Member
ioFTPD Registered User
Join Date: Feb 2003
Posts: 327
|
Excatly d1.
found another bug:
530 Login failed: Maximum concurrent connections for single host reached.
Even tho host.rules is ok and ppl should not be blocked.
Atvually i commented out all but:
# Default policy
#
# POLICY ACCEPT CONNECTIONS_PER_IP
# POLICY DENY
#
POLICY ACCEPT 5
When using an entry bnc, it seems like ioFTPD thinks all connected users are from same ip.
At least thats my theory
|
|
|
09-10-2003, 09:42 AM
|
#35
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
d1: Just an FYI, 5.03 works so far with SSL here. I even was able to put io_thread_count back to 3 (from 1)...
OS: WinXP SP1
CPU: Dual Intel Xeon 2.0 Ghz
|
|
|
09-10-2003, 09:48 AM
|
#36
|
Disabled
FlashFXP Registered User ioFTPD Administrator
Join Date: Dec 2001
Posts: 2,230
|
Quote:
Originally posted by Pichento
Excatly d1.
found another bug:
530 Login failed: Maximum concurrent connections for single host reached.
Even tho host.rules is ok and ppl should not be blocked.
Atvually i commented out all but:
# Default policy
#
# POLICY ACCEPT CONNECTIONS_PER_IP
# POLICY DENY
#
POLICY ACCEPT 5
When using an entry bnc, it seems like ioFTPD thinks all connected users are from same ip.
At least thats my theory
|
Host.rules is not available for bouncer use (like you said, it uses bouncer's ip) Idea of hosts.rules is to kill connection before any/many resources are allocated to it
|
|
|
09-10-2003, 10:10 AM
|
#37
|
Disabled
FlashFXP Registered User ioFTPD Administrator
Join Date: Dec 2001
Posts: 2,230
|
You can fix the rehash issue by adding Bind address to every device that you have host specified to non 0.0.0.0.
|
|
|
09-10-2003, 12:04 PM
|
#38
|
Disabled
FlashFXP Registered User ioFTPD Administrator
Join Date: Dec 2001
Posts: 2,230
|
5.0.4
Fixes remaining ssl problems & rehash issue.
|
|
|
09-11-2003, 08:54 AM
|
#39
|
Junior Member
FlashFXP Registered User ioFTPD Foundation User
Join Date: Jan 2003
Posts: 9
|
network load balancing
as i told you for beta 4.9.x there's still a problem when using 2 network cards (with ip A & B).
I use this kind of config :
[Any]
Host = 0.0.0.0
Ports = 1024-2048
Random = True
;Bind =
[dataB]
Host = 172.16.23.109
Ports = 20000-25000
Random = True
;Bind =
[dataA]
Host = 172.16.23.108
Ports = 20000-25000
Random = True
;Bind =
[FTP_Service]
Type = FTP
Device_Name = Any
Port = 21
Description = noserver
User_Limit = -1
Allowed_Users = *
;Messages = ..\text\ftp
;Require_Encrypted_Auth = !*
;Require_Encrypted_Data = !*
;Certificate_Name = 192.168.1.11
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 384
;Get_External_Ident = True
Data_Devices = dataA dataB
Random_Devices = False
//note : ips are from LAN, no firewall at all.
problem is : when connecting to ip A, pasv's working fine when receiving data from ip A, but can't get (connection refused) data when ip B is given by the ftpd, and vice-versa (when connecting to ip B, can't get from ip A, but from ip B is working fine ...)
i'm using Windows 2000 (srv) US with sp4, on a xp2100+
|
|
|
09-11-2003, 01:03 PM
|
#40
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
When you rework the cookie system, could you please document the cookies. In particular I'm searching for the [who] cookie info. I can't seem to find anything on that.
thanks!
|
|
|
09-11-2003, 01:10 PM
|
#41
|
Disabled
FlashFXP Registered User ioFTPD Administrator
Join Date: Dec 2001
Posts: 2,230
|
I'll try to find some time for it.. (i'm already working on the cookies )
|
|
|
09-11-2003, 04:23 PM
|
#42
|
Disabled
FlashFXP Registered User ioFTPD Administrator
Join Date: Dec 2001
Posts: 2,230
|
5.0.5
- Fix: Timers could cause crash
- Fix: DC_USERFILE_UNLOCK & DC_GROUPFILE_UNLOCK were bugged
- Change: SuperCookie parser rewritten
|
|
|
09-11-2003, 10:53 PM
|
#43
|
Member
Join Date: Feb 2003
Posts: 60
|
5-0-7r
WKDN, WKUP and Totals aren't working anymore. the MB uploaded and downloaded are not shown properly. I have one user with 1000 MB upload. He is number 1 in WKUP and the log shows 0.1 MB for him.
Totals show 0.0 GB in all categories.
I took a look in the userfiles. the transfers are counted properly as far as i can see.
I replaced 5-0-7 with 5-0-4 and everything is ok again.
|
|
|
09-12-2003, 05:18 AM
|
#44
|
Disabled
FlashFXP Registered User ioFTPD Administrator
Join Date: Dec 2001
Posts: 2,230
|
I suggest keeping 5.0.7 until I get patch out.. problem is with stats output, while in 5.0.4 there are several of other problems which affect stability
|
|
|
09-12-2003, 11:59 AM
|
#45
|
Senior Member
ioFTPD Registered User
Join Date: Feb 2003
Posts: 327
|
stats are back and working in 5.0.8.
Nice work d1!
|
|
|
Thread Tools |
|
Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:07 PM.
|