PDA

View Full Version : Help with load balancing


leonid
09-30-2004, 03:27 AM
Cant get it to work, this is my config

[Load1]
Host = 83.226.17.26
Port = 25050-26000
Random = True
Bind = 127.0.0.1

[Load2]
Host = 83.226.17.13
Port = 25050-26000
Random = True
Bind = 127.0.0.1


### Traffic Balancing ###
#
Data_Devices = load1 Load2
Random_Devices = True

[FTP_Service]
Type = FTP
Device_Name = Load1
Port = 444
Description = FTP
User_Limit = 100
Allowed_Users = *
Messages = ..\text\ftp


(not my real ips)
It wont go over anything but the "Load1"
Am i missing something here?

darko
09-30-2004, 03:55 AM
change: Data_Devices = load1 Load2
to: Data_Devices = Load1 Load2

(case sensitive)

leonid
09-30-2004, 04:32 AM
Still aint working
Iv even tried with "Data_Devices = Load2" still goes over Load1 (tried Load2 in [FTP_Service] too, still goes over Load1)

darko
10-26-2004, 09:37 PM
Bind the ips correctly (not 127.0.0.1)