From owner-freebsd-stable@FreeBSD.ORG Fri Aug 1 06:02:32 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDEF437B401 for ; Fri, 1 Aug 2003 06:02:32 -0700 (PDT) Received: from bragi.housing.ufl.edu (bragi.housing.ufl.edu [128.227.47.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC9543FAF for ; Fri, 1 Aug 2003 06:02:32 -0700 (PDT) (envelope-from WillS@housing.ufl.edu) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Fri, 1 Aug 2003 09:02:31 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED8DB3095@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: BGE & VLAN stranges Thread-Index: AcNX9W5e+RBWTpO6S3eTUx5AXd9yugAMJkKg From: "Will Saxon" To: "Boris Kovalenko" , Subject: RE: BGE & VLAN stranges X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 13:02:33 -0000 > -----Original Message----- > From: Boris Kovalenko [mailto:boris@tagnet.ru] > Sent: Friday, August 01, 2003 2:23 AM > To: freebsd-stable@freebsd.org > Subject: BGE & VLAN stranges >=20 >=20 > Hello! >=20 > I have Compaq DL360G2 with Broadcom BCM5701 Gigabit Ethernet and=20 > FreeBSD 5.1R installed. There are no problems if I use bge as usual=20 > network card, but when I try to use 802.1Q vlans, I can't=20 > receive (only=20 > receive, sending is ok) packets more then 1456 bytes! What is the=20 > problem? BGE driver, VLAN driver or my network configuration? Boris, This sounds normal - your vlan probably has a max MTU of 1464 bytes (one = of the ethernet standards uses this instead of 1500 I think). If you = want to transmit larger frames, you have to up the MTU on your adapter = and on the switch somehow. I think this is referred to as 'jumbo = frames.' If you set the adapter MTU to 1464 you should not have problems sending = and receiving, your packets will just get fragmented. -Will