From owner-freebsd-net@FreeBSD.ORG Sat Jun 4 03:15:35 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72CC01065673 for ; Sat, 4 Jun 2011 03:15:35 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from lavash.monkeybrains.net (mail.monkeybrains.net [208.69.40.9]) by mx1.freebsd.org (Postfix) with ESMTP id 561938FC0C for ; Sat, 4 Jun 2011 03:15:34 +0000 (UTC) Received: from [208.90.212.139] (208-90-212-139.PUBLIC.monkeybrains.net [208.90.212.139]) (authenticated bits=0) by lavash.monkeybrains.net (8.14.4/8.14.4) with ESMTP id p543FZBW074900 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 3 Jun 2011 20:15:35 -0700 (PDT) (envelope-from crapsh@monkeybrains.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=monkeybrains.net; s=monkey; t=1307157335; bh=YJollMjCLhThOV1r0yzUNPlqi06yxwgY9jhnH3Wtaks=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=GCNt4Eu14VeC1O7m+BYR51WNkjmeCewvaiQDbMEAByN2b17iWGO4oAXs1WOicV5Po v3maqYhBroXYpX0eI84uI1DTkFDS3zpeAkrb1WFQSdcJygOzG1tul4vy02xhjsIxwE XWtSxJdg+HdhvMjUsI/q/66jdTf0ZVRxNVDJqulk= Message-ID: <4DE9A355.5040503@monkeybrains.net> Date: Fri, 03 Jun 2011 20:15:33 -0700 From: Rudy User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.14) Gecko/20101006 Thunderbird/3.0.9 MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <20110602203940.GA80549@slowblink.com> <20110603001036.5ad0ff8d@davenulle.org> <2E31CF74-416A-4310-9102-FD0C86275D0E@itassistans.se> <20110603011634.GA59971@icarus.home.lan> In-Reply-To: <20110603011634.GA59971@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.96.5 at lavash.monkeybrains.net X-Virus-Status: Clean Subject: Re: Production use of carp? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 03:15:35 -0000 On 06/02/2011 06:16 PM, Jeremy Chadwick wrote: ... > Commercial-grade routers (read: Cisco, Juniper) all implement a form of > ICMP prioritisation. The router can (and will) discard/drop inbound > ICMP packets directed at the router itself (e.g. a destination IP of the > gateway) during high CPU utilisation. Packets destined to a router > itself (e.g. destination IP is the router) are handled very, very > differently. > > This is why network engineers always recommend that when testing for > network anomalies, the client (source IP) should attempt to speak to a > web server, another box, whatever -- anything as long as it's not a > router -- for its destination IP. An easier solution: Use a freeBSD box as your router! I *heart* Quagga. ;) Friday! Rudy