![]() |
lvs-users
|
| To: | "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | ftp balancing |
| From: | Vasiliy Boulytchev <vasiliy@xxxxxxxxxxxxxxxx> |
| Date: | Fri, 10 Mar 2006 17:09:00 -0700 |
Gents,Can someone hint on what I am doing wrong. Trying to get ftp through the load balancer, so I dont have to provide anything else for the clients...
virtual_server bla.bla.bla.bla 21 {
delay_loop 6
! use round-robin as a load balancing algorithm
lb_algo wrr
persistence_timeout 1800
persistence_granularity 255.255.255.0
lb_kind NAT
nat_mask 255.255.255.0
protocol TCP
real_server 10.0.20.43 21 {
weight 1
TCP_CHECK {
connect_timeout 3
connect_port 21
}
}
real_server 10.0.20.44 21 {
weight 1
TCP_CHECK {
connect_timeout 3
connect_port 21
}
}
}
Should I have also a section for port 20? What am I missing guys?
THANKS!
--
Vasiliy Boulytchev
Colorado Information Technologies
www.coinfotech.com
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Problem using fwmark-services, Julian Anastasov |
|---|---|
| Next by Date: | RE: IP Update - maybe an arp issue, Tony Spencer |
| Previous by Thread: | Directors with firewalls..., Dan Brown |
| Next by Thread: | Re: ftp balancing, Joseph Mack NA3T |
| Indexes: | [Date] [Thread] [Top] [All Lists] |