From owner-freebsd-questions@FreeBSD.ORG Tue Nov 22 22:32:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C15F41065674 for ; Tue, 22 Nov 2011 22:32:32 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5A9C48FC18 for ; Tue, 22 Nov 2011 22:32:32 +0000 (UTC) Received: by faap15 with SMTP id p15so1393421faa.13 for ; Tue, 22 Nov 2011 14:32:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.4.102 with SMTP id j6mr21285096wij.38.1322001151237; Tue, 22 Nov 2011 14:32:31 -0800 (PST) Received: by 10.180.81.193 with HTTP; Tue, 22 Nov 2011 14:32:31 -0800 (PST) In-Reply-To: References: <2973_1321996526_4ECC10EE_2973_123_1_D9B37353831173459FDAA836D3B43499D2C69D77@WADPMBXV0.waddell.com> <4B28ADC5-8325-442E-8F02-9AE3535D8C6D@gmail.com> <763864D4-CC19-4473-AFAF-D22EF94E08A2@gmail.com> Date: Tue, 22 Nov 2011 14:32:31 -0800 Message-ID: From: Michael Sierchio To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Kees Jan Koster , Gary Gatten , "freebsd-questions@freebsd.org" Subject: Re: Diagnosing packet loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2011 22:32:32 -0000 Matthew suggests turning off hardware checksums - it won't hurt to give that a try: ifconfig bge0 media 100baseTX mediaopt -txcsum On Tue, Nov 22, 2011 at 2:26 PM, Adam Vande More wr= ote: > On Tue, Nov 22, 2011 at 4:11 PM, Kees Jan Koster wro= te: >> >> [kjkoster@saffron ~]$ ifconfig bge0 >> bge0: flags=3D8843 metric 0 mtu = 1500 >> >> =A0options=3D8009b >> =A0 =A0 =A0 =A0ether 00:e0:81:32:ed:b4 >> =A0 =A0 =A0 =A0inet 91.196.169.165 netmask 0xfffffff8 broadcast 91.196.1= 69.167 >> =A0 =A0 =A0 =A0inet 91.196.169.166 netmask 0xffffffff broadcast 91.196.1= 69.166 >> =A0 =A0 =A0 =A0media: Ethernet autoselect (100baseTX >> ) >> =A0 =A0 =A0 =A0status: active >> [kjkoster@saffron ~]$ fgrep bge0 /etc/rc.conf >> ifconfig_bge0=3D"inet 91.196.169.165 netmask 255.255.255.248" >> ifconfig_bge0_alias0=3D"91.196.169.166 netmask 255.255.255.255" >> >> That broadcast address and netmask look wrong for sure. >> >> Should I just change that to 255.255.255.248 as well? > > No, that is correct.=A0 Leave your alias alone if you want it to continue= to > work. > > -- > Adam Vande More >