[root@tick root]# cat /etc/sysconfig/network-scripts/ifcfg-lo:0<br>DEVICE=lo:0<br>IPADDR=XX.223.248.104<br>NETMASK=<a href="http://255.255.255.255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">255.255.255.255
</a><br>ONBOOT=yes<br>ARP=-arp<br><br>This is how we did it on our 
7.3 machines.  All the ones I can find now (yes we still have dozens :( ) are running 2.4.27, but I'm sure we didn't change the setup on this when doing that kernel upgrade.<br><br>Btw, are you sure you even want to bother with DR?  Looking back I wish I had just stuck with LVS-NAT. 
<br><br>-jim<br><br><div><span class="gmail_quote">
On 9/15/06, <b class="gmail_sendername">Bart Schaefer</b> <<a href="mailto:barton.schaefer@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">barton.schaefer@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 9/14/06, Bart Schaefer <<a href="mailto:barton.schaefer@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">barton.schaefer@gmail.com</a>> wrote:<br>><br>> There's a kernel module "noarp" that's supposed to work for all 
2.4.x<br>> kernels but I can't get its configure to work properly.
<br><br>I ended up working around this by directly editing config.status after<br>running configure.  The configure script tries to identify the<br>directory in which to install the module, and gets confused because<br>there are multiple kernels (both UP and SMP) installed on the system.
<br>The result of this confusion is a borked sed script (newlines where<br>they should not be) which trashes the<br>configure process.<br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote>
</div><br>