Failure Phenomena:
The server port under the load Balancer VIP can be telnet, but the URL corresponding to the port cannot be Opened.
Workaround:
Use forceproxy, and modify the Server's underlying configuration to resolve the failure
Two modes of dbind:
Enable: corresponds to the Alteon traditional 7-tier engine, after three handshake with the client, forwards the data to the Server.
Forceproxy: the corresponding is AE (acceleration engine), directly to the Client's three handshake message, to the Server.
Tip: If you turn on forceproxy, you can't use a SYN attack detection
650) this.width=650; "title=" image (one) "style=" background-image:none; "alt=" image (one) "src=" http://s3.51cto.com/ Wyfs02/m01/9e/10/wkiom1mkwvhjjzltaabsmbpdrgk764.png "height=" border= "0"/>
Enable
650) this.width=650; "title=" image () "style=" background-image:none; "alt=" image () "src=" http://s3.51cto.com/ Wyfs02/m02/9e/10/wkiom1mkwvoyn3bdaabhuvpus3y389.png "height=" "border=" 0 "/>
Forecproxy:
650) this.width=650; "title=" Image ("style=" background-image:none; "alt=" image () "src=" http://s3.51cto.com/ Wyfs02/m00/9e/11/wkiom1mkwvwch1i7aabptjrjkrs709.png "height=" "border=" 0 "/>
Host parameters
Net.ipv4.tcp_timestamps = 0
This option is turned on by Default. Use the Enable TCP timestamp option (RFC1323) to help measure and evaluate the RTT (round trip time), tcp_valid_rtt_meas (sk, tcp_time_stamp-tp->rx_opt.rcv_tsecr); Thus indirectly affects the RTO (timeout retransmission Time) optimization reasonable setting, as well as non-necessary retransmission detection and Judgment. And it can also be used to prevent serial number winding, below is the TCP serial number consumption reference, the GB link TCP session 17 seconds of data transmission on the energy consumption of light TCP serial number, if there is no time stamp option, The old retransmission message may occur just the current sequence number to the receiver, so the Error. But with the timestamp option, the PAWS algorithm can compare the recent timestamp and discard the re-appearing message.
Did not catch the fault message, directly with the manufacturer suggested method to solve the fault, this write is very rough, later met to Add.
This article from the "benny technology blog" blog, reproduced please contact the author!
Load Balancing troubleshooting-unable to access Web site