Điểm:0

Linux load balancing for udp services

lá cờ in

I am trying to load balance ISAKMP using linux load balancing. Google searches indicate others have used LVS to load balance udp services successfully. I cant seem to get the load balancer to rewrite the source IP/port no matter what I do.

I have tried using ldirectord as well as direct ipvsadm commands. I am trying to get this to operate in masquerade mode using source IP hash as the scheduling algorithm. All I see the LB doing is rewrite destination (correctly) to that of a real server but leaving the source IP/port alone. Naturally this breaks the protocol. Has anyone else tried anything like this ? Here is my ldirector config file: (not a production quality config. I am just trying to get the rewrites to work first)


checktimeout=25

checkinterval=1

autoreload=yes

logfile="/var/log/ldirectord.log"

virtual=A.B.C.D:500

 protocol=udp

 real=E.F.G.H:500 masq

 scheduler=sh

 checktype=on

Đăng câu trả lời

Hầu hết mọi người không hiểu rằng việc đặt nhiều câu hỏi sẽ mở ra cơ hội học hỏi và cải thiện mối quan hệ giữa các cá nhân. Ví dụ, trong các nghiên cứu của Alison, mặc dù mọi người có thể nhớ chính xác có bao nhiêu câu hỏi đã được đặt ra trong các cuộc trò chuyện của họ, nhưng họ không trực giác nhận ra mối liên hệ giữa câu hỏi và sự yêu thích. Qua bốn nghiên cứu, trong đó những người tham gia tự tham gia vào các cuộc trò chuyện hoặc đọc bản ghi lại các cuộc trò chuyện của người khác, mọi người có xu hướng không nhận ra rằng việc đặt câu hỏi sẽ ảnh hưởng—hoặc đã ảnh hưởng—mức độ thân thiện giữa những người đối thoại.