From owner-freebsd-questions Wed Mar 12 22:10:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B392E37B401 for ; Wed, 12 Mar 2003 22:10:41 -0800 (PST) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA5FE43F75 for ; Wed, 12 Mar 2003 22:10:40 -0800 (PST) (envelope-from mdau@vt.edu) Received: from vivi.cc.vt.edu (IDENT:mirapoint@vivi-lb.cc.vt.edu [10.1.1.12]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id h2D6AeIG437671 for ; Thu, 13 Mar 2003 01:10:40 -0500 (EST) Received: from vt.edu (63-165-178-147.uterr.blacksburg.ntc-com.net [63.165.178.147]) by vivi.cc.vt.edu (Mirapoint Messaging Server MOS 3.3.2-CR) with ESMTP id AXO20792 (AUTH mdau); Thu, 13 Mar 2003 01:10:39 -0500 (EST) Message-ID: <3E7020DA.9000704@vt.edu> Date: Thu, 13 Mar 2003 01:10:34 -0500 From: Matt Dau User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020428 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: multiple ng_one2many connections Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I've google'd about as much as I can with this question, but I can't seem to find the answer. My server is running 4.7-prerelease, and I am trying to get two binded connections working. I have a four port ethernet card and I want them split into two logical connections. I have dc0 and dc1 binded and working already, but I would like to get dc2 and dc3 to bind for a seperate connection. I have the first connection working using the script in the man page for ng_one2many(4), which is essentially: ifconfig dc1 up kldload /modules/ng_ether.ko kldload /modules/ng_one2many.ko ngctl mkpeer dc0: one2many upper one ngctl connect dc0: dc0:upper lower many0 ngctl connect dc1: dc0:upper lower many1 ngctl msg dc1: setpromisc 1 ngctl msg dc1: setautosrc 0 ngctl msg dc0:upper setconfig "{xmitAlg=1 failAlg=1 enabledLinks =[ 1 1 ] }" how do i change it to support a second? Thanks in advance, matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message