From owner-freebsd-isp@FreeBSD.ORG Sat Sep 10 15:37:38 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B945D16A41F for ; Sat, 10 Sep 2005 15:37:38 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 726B643D48 for ; Sat, 10 Sep 2005 15:37:38 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.79.217]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IML000C1Y2PCZH0@vms046.mailsrvcs.net> for freebsd-isp@freebsd.org; Sat, 10 Sep 2005 10:37:37 -0500 (CDT) Date: Sat, 10 Sep 2005 11:37:40 -0400 From: Chuck Swiger In-reply-to: To: Blake Covarrubias Message-id: <4322FDC4.8010609@mac.com> Organization: The Courts of Chaos MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 Cc: freebsd-isp@freebsd.org Subject: Re: VLAN interfaces on FreeBSD; performance issues X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:37:38 -0000 Blake Covarrubias wrote: > I have a question about VLAN interfaces on FreeBSD. I've read the > documentation and have set them up on a machine. After doing so though > the machine seems less network responsive. Does implementing VLAN > interfaces / tagging slow down network performance? Some, yes, although not by much and that depends to some extent on whether your NIC has VLAN_MTU hardware support. > The reason for wanting VLAN tagging is the machine has once NIC and I wanted > to multi-home it without having to install another NIC. The network card is > using the 'fxp' driver. fxp is a good NIC hardware. However, if you are trying to connect two distinct subnets, playing ISO layer-2 games with VLANs is not going to result in a good substitute for layer-3 IP routing. You cannot truthfully multihome a machine with a single NIC. -- -Chuck