From owner-freebsd-net@FreeBSD.ORG Wed Jul 30 03:28:19 2008 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 5C7F6106566B for ; Wed, 30 Jul 2008 03:28:19 +0000 (UTC) (envelope-from jtyocum@publicmx.com) Received: from homer.publicmx.com (homer.publicmx.com [204.14.95.242]) by mx1.freebsd.org (Postfix) with ESMTP id 31DE08FC16 for ; Wed, 30 Jul 2008 03:28:19 +0000 (UTC) (envelope-from jtyocum@publicmx.com) Received: by homer.publicmx.com (Postfix, from userid 99) id AAA761A6D78; Tue, 29 Jul 2008 20:28:18 -0700 (PDT) Received: from web0.fluidhosting.com (web0.fluidhosting.com [204.14.90.20]) by www.publicmx.com (Horde Framework) with HTTP; Tue, 29 Jul 2008 20:28:18 -0700 Message-ID: <20080729202818.70074fchr6x67bgy@www.publicmx.com> Date: Tue, 29 Jul 2008 20:28:18 -0700 From: "John T. Yocum" To: Sam Leffler References: <20080729114237.45525xviqzjqf9nh@www.publicmx.com> <488F8060.70600@freebsd.org> In-Reply-To: <488F8060.70600@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2) Cc: freebsd-net@freebsd.org Subject: Re: ath using hostap sets MTU to 2290 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: Wed, 30 Jul 2008 03:28:19 -0000 Quoting Sam Leffler : > John T. Yocum wrote: >> Hello, >> >> I have a system running pfSense, which is built on top of FreeBSD =20 >> 7.0-RELEASE-p3. In the system I have an Atheros wireless card, =20 >> which when I enable hostap, changes it's MTU to 2290. If an =20 >> explanation is listed on a man page, I apologize, I did try =20 >> searching. >> >> Any ideas why this might happen? It doesn't appear to be a pfSense =20 >> issue, as it appears their code actually tries to set the MTU to =20 >> 1500. >> >> Only reason I ask here, is I noticed in my searching on Google, I =20 >> noticed others that aren't running pfSense have their MTU set to =20 >> 2290. > MTU on an 802.11 network is 2290. If you don't want the default =20 > then change it. If you cannot then please provide the exact steps =20 > you take that do not work. > > Sam Thank you, I didn't realize that the default MTU was 2290. At the =20 moment, I am manually changing it to 1500, so I can setup a bridge =20 between wired, and wireless. I'm curious, are there some Atheros cards or chipsets that only =20 support an MTU of 1500? I only ask, as it seems that some people don't =20 need to manually set the MTU to 1500. Thank you, John