View Single Post
Old 09-30-2004, 03:27 AM  
leonid
Junior Member
 
Join Date: Sep 2004
Posts: 2
Default Help with load balancing

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?
leonid is offline   Reply With Quote