From owner-freebsd-questions@FreeBSD.ORG Sat Sep 11 04:30:31 2010 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 F1CF91065670 for ; Sat, 11 Sep 2010 04:30:30 +0000 (UTC) (envelope-from amvandemore@gmail.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 7D7CF8FC0C for ; Sat, 11 Sep 2010 04:30:30 +0000 (UTC) Received: by fxm4 with SMTP id 4so2595364fxm.13 for ; Fri, 10 Sep 2010 21:30:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=53dtY6IqMARgpMlpEgDzXVCL9zxOU7weLfsRqmhwTT8=; b=RuCa0RnFPygs35+9vSYfFw2L08Jtz3iqnCPV6V3LKTHDTwj+yMdEbnuuWBbWtgAU1c aAlmZRPl/Q6MuuZGHMesMav/mDMojniKXgJbOSjjcIMKf8QQSkEstnLL0IgX2yhDi6Rm EKhax7uwFTVL8bUvuU6Khy5GCfxwzfWg4wYS0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Fi2allB8xRQ3ooN1g2pqZ5sb4o4b1KURNqio1NiWTRYAuG2NpHGxt0WAxGmaOQBwvg p+huVrREiZAM2ZchW/YHOhKvNgu+eR2ZIqHKUz9fl7K8fOhfotHmG9fHhOztw2ki+YHH Q6wsZgJsdS8zgreXrOvJp/Rjp4OJ9Ajh2UVWY= MIME-Version: 1.0 Received: by 10.223.104.199 with SMTP id q7mr1201476fao.6.1284179429243; Fri, 10 Sep 2010 21:30:29 -0700 (PDT) Received: by 10.223.57.20 with HTTP; Fri, 10 Sep 2010 21:30:29 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 Sep 2010 23:30:29 -0500 Message-ID: From: Adam Vande More To: dave jones Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Questions about setting bridge 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: Sat, 11 Sep 2010 04:30:31 -0000 On Fri, Sep 10, 2010 at 10:29 PM, dave jones wrote: > > > > I think you want to lagg: > > > > http://www.freebsd.org/doc/handbook/network-aggregation.html > > In Winodws, I setup a bridge with no problems. But in FreeBSD, it > seems doesn't work :( It does work quite well, Many, many people do it. Windows generally refers to this as network teaming, Linux nic bonding, and FreeBSD does lagg. If you bother to read the handbook link I sent, you'll see a way to accomplish your goal. Your bridge setup also has another error: ifconfig_em0="inet 192.168.1.0 netmask 255.255.255.0" You should not set an ip address on a member interface. The bridge interface should get the real ip, no alias. -- Adam Vande More