Hello,
I spent a lot of time making modified RedHat 7.3 RPMS (before I
discovered the UltraMonkey page) to deploy Julian's hidden arp patch. Now
that I know UltraMonkey will be doing this on a regular basis, I'l most
likely just implement their kernel. For those that are interested, the
results of my work can be downloaded from:
ftp://ftp.nacs.net/pub/lvs
kernel-2.4.20-19.7.lvs.i386.rpm
kernel-2.4.20-19.7.lvs.src.rpm
kernel-BOOT-2.4.20-19.7.lvs.i386.rpm
kernel-doc-2.4.20-19.7.lvs.i386.rpm
kernel-source-2.4.20-19.7.lvs.i386.rpm
README.kernel
This is a drop in replacement for RedHat 7.3 systems that
implements the following patch for LVS-DR Real Servers.
http://www.ssi.bg/~ja/hidden-2.4.20pre10-1.diff
The purpose of this patch is to change the ARP behavior for addresses
attached to specific interface: (1) don't reply for broadcast probes (2)
don't announce the addresses in the ARP probes (3) the addresses are not
selected by the source address autoselection mechanism.
The RPM ChangeLog:
* Sun Aug 10 2003 Gregory J. Boehnlein <damin@xxxxxxxx>
- Intergrated hidden-2.4.20pre10-1.patch (http://www.ssi.bg/~ja/#hidden)
to enable device hiding for LVS/DR
The diff for the SPEC file:
[root@rh73devel SPECS]# diff kernel-2.4.spec kernel-2.4.spec.lvs
24c24
< %define release 19.7
---
> %define release 19.7.lvs
394a395
> Patch5820: hidden-2.4.20pre10-1.patch
1085a1087,1089
> #
> # Add hidden arp mode
> %patch5820 -p1
1859a1864,1866
> * Sun Aug 10 2003 Gregory J. Boehnlein <damin@xxxxxxxx>
> - Intergrated hidden-2.4.20pre10-1.patch (http://www.ssi.bg/~ja/#hidden)
to enable device hiding for LVS/DR
>
|