NxN_Slite
11-23-2003, 11:23 PM
What i need
2x 100MBits conection
1 ioFTPD
2 thread of 100MBits
I wanted ot know is it posible to do load balancing in ioFTPD
exemple ip: 1.1.1.1/1.1.1.2
Both ip are Inet ip (pc conected direct to the internet)
I want people to conect to 1 ip and use the speed of the 2 ips
if its posible do I have to do the folowing
####Device#####
[Load1]
Host = 1.1.1.1
Port = 25050-26000
Random = True
Bind = 127.0.0.1
[Load2]
Host = 1.1.1.2
Port = 25050-26000
Random = True
Bind = 127.0.0.1
##### service #####
[Balancing_FTP]
Type = FTP
Device_Name = Load1 Load2
Port = 12345
Description = Load Balancing FTP
User_Limit = 100
Alowed_User = *
Messages = ..\test\ftp
[Network]
Active_Services = Balancing_FTP
Thanks for answering
2x 100MBits conection
1 ioFTPD
2 thread of 100MBits
I wanted ot know is it posible to do load balancing in ioFTPD
exemple ip: 1.1.1.1/1.1.1.2
Both ip are Inet ip (pc conected direct to the internet)
I want people to conect to 1 ip and use the speed of the 2 ips
if its posible do I have to do the folowing
####Device#####
[Load1]
Host = 1.1.1.1
Port = 25050-26000
Random = True
Bind = 127.0.0.1
[Load2]
Host = 1.1.1.2
Port = 25050-26000
Random = True
Bind = 127.0.0.1
##### service #####
[Balancing_FTP]
Type = FTP
Device_Name = Load1 Load2
Port = 12345
Description = Load Balancing FTP
User_Limit = 100
Alowed_User = *
Messages = ..\test\ftp
[Network]
Active_Services = Balancing_FTP
Thanks for answering