From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IhYOH-0002oz-6s for garchives@archives.gentoo.org; Mon, 15 Oct 2007 22:26:25 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9FMFckL030696; Mon, 15 Oct 2007 22:15:38 GMT Received: from mail.networkmerchants.com (virtual000.networkmerchants.com [216.35.170.80]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9FMBdE1023955 for ; Mon, 15 Oct 2007 22:11:40 GMT Received: (qmail 31664 invoked from network); 15 Oct 2007 22:11:38 -0000 Received: from unknown (HELO ?10.1.10.29?) (76.193.193.209) by mail.networkmerchants.com with SMTP; 15 Oct 2007 22:11:38 -0000 Message-ID: <4713E595.4090904@iyd.com> Date: Mon, 15 Oct 2007 17:11:33 -0500 From: Jeff Rooney User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-server@gentoo.org Reply-to: gentoo-server@lists.gentoo.org MIME-Version: 1.0 To: gentoo-server@lists.gentoo.org Subject: Re: [gentoo-server] Disable ARP References: <4713D7DD.7020300@iyd.com> <4713DC6C.2000006@vanalteren.nl> In-Reply-To: <4713DC6C.2000006@vanalteren.nl> Content-Type: multipart/alternative; boundary="------------070602050308080802010502" X-Archives-Salt: edcbf6c2-bd49-4649-8f83-2f71011e5a3b X-Archives-Hash: 8484a7b3e7612d833e83a6e543361e0e This is a multi-part message in MIME format. --------------070602050308080802010502 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Both methods appear to work as I hoped. Ramon: you where exactly right, I was following some documentation sent over with some load balancers that I am experimenting with. Unfortunatly their tech staff didn't have any real options for us other than blocking the arp responses via ebtables. Not sure why I didn't think about using the dummy interface instead of the loopback...guess its just been that sort of day for me =) Thanks again for your help Ramon and RijilV. -- Jeff Ramon van Alteren wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jeff Rooney wrote: > >> This really can't be that difficult of a task, but I have to be doing >> something wrong here. Any suggestions would be greatly appreciated. >> > > preup() { > /sbin/ifconfig dummy0 -arp; > return 0 > } > > config_dummy0=( "ipaddress" ) > > Works for us, need the dummy module / kernel option of course. > Any reason you specifically need an lo interface or are you perhaps just > following old loadbalancer instructions ? > > regards, > > Ramon > --------------070602050308080802010502 Content-Type: text/html; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id l9FMFckX030696 Both methods appear to work as I hoped.=A0

Ramon: you where exactly right, I was following some documentation sent over with some load balancers that I am experimenting with. Unfortunatly their tech staff didn't have any real options for us other than blocking the arp responses via ebtables. Not sure why I didn't think about using the dummy interface instead of the loopback...guess its just been that sort of day for me =3D)

Thanks again for your help Ramon and RijilV.

--
Jeff

Ramon van Alteren wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jeff Rooney wrote:
  
This really can't be that difficult of a task, but I h=
ave to be doing
something wrong here. Any suggestions would be greatly appreciated.
    

preup() {
        /sbin/ifconfig dummy0 -arp;
        return 0
        }

config_dummy0=3D( "ipaddress" )

Works for us, need the dummy module / kernel option of course.
Any reason you specifically need an lo interface or are you perhaps just
following old loadbalancer instructions ?

regards,

Ramon
  
--------------070602050308080802010502-- -- gentoo-server@gentoo.org mailing list