Thread: Beta5...
View Single Post
Old 09-11-2003, 08:54 AM  
cerces
Junior Member
 
Join Date: Jan 2003
Posts: 9
Default 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+
cerces is offline   Reply With Quote