From owner-freebsd-cluster@FreeBSD.ORG Fri Jul 1 09:07:42 2005 Return-Path: X-Original-To: freebsd-cluster@freebsd.org Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECC6016A41C for ; Fri, 1 Jul 2005 09:07:42 +0000 (GMT) (envelope-from shiner_chen@yahoo.com.cn) Received: from web15505.mail.cnb.yahoo.com (web15505.mail.cnb.yahoo.com [202.165.102.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 3774043D1D for ; Fri, 1 Jul 2005 09:07:40 +0000 (GMT) (envelope-from shiner_chen@yahoo.com.cn) Received: (qmail 20072 invoked by uid 60001); 1 Jul 2005 09:07:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=rdkxi/CgA/8eASnhCjLy06xIOR8PXlk5DX5jwkT6zHbUo4tehXQY45KM4clwDaJB0SjaOyXS7kKxvH7A8Px9+9sZp17r3l+SO40cqycEqyRvmv6FztAw7LD4nqKSh8VYW5wZuvpPpYESnEtlMgBvDFiVhq2iU/sj3MZFF0ft41E= ; Message-ID: <20050701090738.20070.qmail@web15505.mail.cnb.yahoo.com> Received: from [61.187.16.2] by web15505.mail.cnb.yahoo.com via HTTP; Fri, 01 Jul 2005 17:07:38 CST Date: Fri, 1 Jul 2005 17:07:38 +0800 (CST) From: shiner chen To: freebsd-cluster@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How ignore the arp request X-BeenThere: freebsd-cluster@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Clustering FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 09:07:43 -0000 I want to establish a web-cluster.Now i face with the problem how to configure the virtual ip in back-end server and how to ignore the arp request to virtual ip of back-end server. who can tell me ? please detail it !thanks shiner --------------------------------- DO YOU YAHOO!? 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 From owner-freebsd-cluster@FreeBSD.ORG Fri Jul 1 09:11:35 2005 Return-Path: X-Original-To: freebsd-cluster@freebsd.org Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF9A816A41C for ; Fri, 1 Jul 2005 09:11:35 +0000 (GMT) (envelope-from savage@savage.za.org) Received: from pyro.cenergynetworks.com (pyro.cenergynetworks.com [196.30.191.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DAA743D1F for ; Fri, 1 Jul 2005 09:11:32 +0000 (GMT) (envelope-from savage@savage.za.org) Received: from localhost.cenergynetworks.com ([127.0.0.1] helo=pyro.cenergynetworks.com) by pyro.cenergynetworks.com with smtp (Exim 4.51) id 1DoHYW-000FrP-rJ; Fri, 01 Jul 2005 11:11:29 +0200 Received: from wbs-146-165-145.telkomadsl.co.za ([165.146.165.145] helo=MEGADROID) by pyro.cenergynetworks.com with esmtpa (Exim 4.51) id 1DoHYL-000FrF-q4; Fri, 01 Jul 2005 11:11:17 +0200 Message-ID: <013601c57e1c$d70a07b0$0a02a8c0@MEGADROID> From: "Chris Knipe" To: "shiner chen" , References: <20050701090738.20070.qmail@web15505.mail.cnb.yahoo.com> Date: Fri, 1 Jul 2005 11:11:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="gb2312"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on pyro.cenergynetworks.com X-Spam-Level: **** X-Spam-Status: No, score=4.1 required=5.0 tests=MIME_CHARSET_FARAWAY, RCVD_IN_NJABL_DUL autolearn=no version=3.0.4 X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.0, Antispam-Data: 2005.3.10.17 Cc: Subject: Re: How ignore the arp request X-BeenThere: freebsd-cluster@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Clustering FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 09:11:35 -0000 Set the mac address to ff:ff:ff:ff:ff:ff, that should do the trick. It's normally required running VRRP and stuff as well. arp -s ff:ff:ff:ff:ff:ff aaa.bbb.ccc.ddd -- Chris. ----- Original Message ----- From: "shiner chen" To: Sent: Friday, July 01, 2005 11:07 AM Subject: How ignore the arp request >I want to establish a web-cluster.Now i face with the problem how to >configure the virtual ip in back-end server and how to ignore the arp >request to virtual ip of back-end server. who can tell me ? please detail >it !thanks > > shiner > > > --------------------------------- > DO YOU YAHOO!? > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 > _______________________________________________ > freebsd-cluster@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-cluster > To unsubscribe, send any mail to "freebsd-cluster-unsubscribe@freebsd.org" From owner-freebsd-cluster@FreeBSD.ORG Fri Jul 1 11:25:39 2005 Return-Path: X-Original-To: freebsd-cluster@freebsd.org Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5944D16A41C for ; Fri, 1 Jul 2005 11:25:39 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 191BC43D1F for ; Fri, 1 Jul 2005 11:25:38 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id j61BPbLh098846; Fri, 1 Jul 2005 06:25:37 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <42C52826.8060206@centtech.com> Date: Fri, 01 Jul 2005 06:25:26 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050603 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Knipe References: <20050701090738.20070.qmail@web15505.mail.cnb.yahoo.com> <013601c57e1c$d70a07b0$0a02a8c0@MEGADROID> In-Reply-To: <013601c57e1c$d70a07b0$0a02a8c0@MEGADROID> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.82/962/Fri Jul 1 00:19:05 2005 on mh1.centtech.com X-Virus-Status: Clean Cc: freebsd-cluster@freebsd.org Subject: Re: How ignore the arp request X-BeenThere: freebsd-cluster@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Clustering FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 11:25:39 -0000 > ----- Original Message ----- From: "shiner chen" > To: > Sent: Friday, July 01, 2005 11:07 AM > Subject: How ignore the arp request > > >> I want to establish a web-cluster.Now i face with the problem how to >> configure the virtual ip in back-end server and how to ignore the arp >> request to virtual ip of back-end server. who can tell me ? please >> detail it !thanks >> Chris Knipe wrote: > Set the mac address to ff:ff:ff:ff:ff:ff, that should do the trick. > It's normally required running VRRP and stuff as well. > > arp -s ff:ff:ff:ff:ff:ff aaa.bbb.ccc.ddd > > -- > Chris. > If he is using 5.4 or later, he could use carp. man carp for details - I think it does everything you need. Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology A lost ounce of gold may be found, a lost moment of time never. ------------------------------------------------------------------------