Hi,
The IPVS v0.2.4 for kernel 2.4 is available at the LVS site. Some fatal
bugs were fixed. Please try this version.
IP Virtual Server Netfilter module - Version 0.2.5 - February 23, 2001
Changes:
* Fixed the bug of missing unregistering forward_icmp hook in the
module exit, which would make system crash after the ip_vs module
is removed and inserted back.
* Fixed the wrong alignment of IPVS tcp state transition table by
changing to put IP_VS_S_SYNACK after IP_VS_S_LISTEN in the
enumeration. Thank Radu-Adrian Feurdean <raf@xxxxxxxx> for
reporting this bug.
* Fixed the bug of forgetting binding ftp data connection with its
destination in ip_vs_ftp.c. It would make ftp service of LVS/NAT
not working properly. Thank Radu-Adrian Feurdean for the report
again.
* Fixed to use (char *)th+(th->doff<<2) to get the starting
address of DATA in the tcp packet, instead of (char*)&th[1].
Because there may be tcp options in the tcp packet.
Thanks,
Wensong
|