From owner-freebsd-current@FreeBSD.ORG Fri Feb 24 13:52:06 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A5AB16A476 for ; Fri, 24 Feb 2006 13:52:06 +0000 (GMT) (envelope-from nikruzhan@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BAFE43D64 for ; Fri, 24 Feb 2006 13:51:57 +0000 (GMT) (envelope-from nikruzhan@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so355288nzo for ; Fri, 24 Feb 2006 05:51:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=JyM3oPD79LrJ16Yo5PSDkJN1hd3tMyhMNvA21o0d3SwqdU1qmktFGLMDNUR6OjVTUNO3sGW401enZ5rHbXPbSryc4fHZECKufXOiCNuV2brt/AaDIiUMQrLv1+WUm9LpbrDe0o127yOpU4D4P7Mg7aYGLsl1qc/1uYqh6baxg64= Received: by 10.36.247.77 with SMTP id u77mr1926670nzh; Fri, 24 Feb 2006 05:51:56 -0800 (PST) Received: by 10.36.224.32 with HTTP; Fri, 24 Feb 2006 05:51:56 -0800 (PST) Message-ID: <60ffc71f0602240551s668e3f09r85c1912512d2d500@mail.gmail.com> Date: Fri, 24 Feb 2006 21:51:56 +0800 From: Nik To: "Dmitry Pryanishnikov" In-Reply-To: <20060224104331.M19923@atlantis.atlantis.dp.ua> MIME-Version: 1.0 References: <60ffc71f0602231818m9f5cddaoc627fbaf3fd334bd@mail.gmail.com> <20060224102555.K19923@atlantis.atlantis.dp.ua> <43FEC654.5090407@netgate.com> <20060224104331.M19923@atlantis.atlantis.dp.ua> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jim Thompson , freebsd-current@freebsd.org Subject: Re: ping (DUP!) in FreeBSD 5.4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 13:52:06 -0000 I'm using D-Link AP that set to bridge mode with additional antenna (custom made I think). rl0 is my network card (Realtek), so do you think that I can solve this problem by changing the antenna orientation. I'll try this first= . I also sniff the outcome from my NIC using tcpdump. Here it goes; 1) I'm using 1 block IP xxx.xxx.xxx.136/29 2) Gateway is xxx.xxx.xxx.137/29 3) My router is xxx.xxx.xxx.140/29 4) When I ping to xxx.xxx.xxx.137 --> Result from tcpdump showing that echo reply from xxx.xxx.xxx.141 & xxx.xxx.xxx.142 that think it was xxx.xxx.xxx.137 I'm gonna try to do iperf to see the throughput. Because I'm using 11g so it's suppose to get up to 12 Mb I think. Thanks.