From owner-freebsd-questions@FreeBSD.ORG Mon Dec 12 05:49:42 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 E84D1106564A for ; Mon, 12 Dec 2011 05:49:42 +0000 (UTC) (envelope-from saeedeh.motlagh@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 790B58FC15 for ; Mon, 12 Dec 2011 05:49:42 +0000 (UTC) Received: by bkbzv15 with SMTP id zv15so6346999bkb.13 for ; Sun, 11 Dec 2011 21:49:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tRYBoqxuipeZebbAHgG1t5EA94SG8F6xBKBBiG4c5RM=; b=ASxXiimq2E0DQCOQFBjfnU7MVkgoxnpvxf68IJhCTyUWMev5o0BzjAZ9FCNXZv9Sef 7zAultXA46lfS6s/bxyCDPEjh19ED9ljTkuqUc93D9WJWbu/wdlW/W6gKZ1AcuhbmhWX CK4ieptHuks8OCgW3Br2pxMABYAWWGATcy8Hw= Received: by 10.204.136.220 with SMTP id s28mr9353595bkt.59.1323668981339; Sun, 11 Dec 2011 21:49:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.205.82.70 with HTTP; Sun, 11 Dec 2011 21:49:00 -0800 (PST) In-Reply-To: <4EE4B445.80904@herveybayaustralia.com.au> References: <4EE4B445.80904@herveybayaustralia.com.au> From: saeedeh motlagh Date: Mon, 12 Dec 2011 09:19:00 +0330 Message-ID: To: Da Rock Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: bridging 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: Mon, 12 Dec 2011 05:49:43 -0000 my freebsd is 8.2 and i have four interfaces which two of them are gbeth and two others are igb. i think the interfaces are ok beacuse when i bridge two interfaces, it works fine. i use the below command to create my bridge: ifconfig bridge0 create ifconfig bridge0 addm gbeth0 addm igb0 addm igb1 addm gbeth1 up what is wrong here? it's so necessary for me to doing this:( On Sun, Dec 11, 2011 at 5:16 PM, Da Rock < freebsd-questions@herveybayaustralia.com.au> wrote: > On 12/11/11 23:31, saeedeh motlagh wrote: > >> hello everybody >> i have a problem in bridging my interfaces. i want to bridge my 4 >> interfaces and make switching in freebsd box but in doesn't work. with two >> interfaces the bridge works well and pass the traffic but for four >> interfaces in doesn't what is expected. you know i want to have a freebsd >> sysytem to do switching between four systems which are connected to. >> somebody know what's wrong? and how i can bridge my four interfaces and >> have switching? >> thanks >> motlagh >> >> Can you supply information on what devices you are using for your > switches? Ifconfig, pciconf -lv > > Which version are you using? uname -a > > What commands are you using to setup switching? > > What diagnostics have you done? How do you know it doesn't work? > > Good luck. I'm sure someone can help if you provide that information, > although they may need more. > ______________________________**_________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions > To unsubscribe, send any mail to "freebsd-questions-** > unsubscribe@freebsd.org " >