From owner-freebsd-virtualization@FreeBSD.ORG Thu Apr 2 17:55:41 2009 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B12C1065706 for ; Thu, 2 Apr 2009 17:55:41 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outX.internet-mail-service.net (outx.internet-mail-service.net [216.240.47.247]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4BE8FC13 for ; Thu, 2 Apr 2009 17:55:41 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id A25C14082F; Thu, 2 Apr 2009 10:42:49 -0700 (PDT) X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id 159D52D6013; Thu, 2 Apr 2009 10:42:46 -0700 (PDT) Message-ID: <49D4F932.3060704@elischer.org> Date: Thu, 02 Apr 2009 10:43:14 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: subbsd@gmail.com References: <200904022043.57984.subbsd@gmail.com> In-Reply-To: <200904022043.57984.subbsd@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org Subject: Re: how to move physical interface into multiple vimage interfaces X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2009 17:55:46 -0000 subbsd wrote: > Hello maillist > > i fetch and apply latest http://imunes.tel.fer.hr/virtnet/vimage-20081015.tgz > patches for 7.2 i386 for testing vimage. > > All according man page work done. > Small bug: vimage -i with 1 arguments make core dumped: > > # vimage -i onearg > Segmentation fault (core dumped) > > and bridge cannot worked: > kldload if_bridge.ko > link_elf: symbol ifnet undefined > KLD if_bridge.ko: depends on bridgestp - not available thankyou. will inverstigate. BTW most work on vimage is happening in -currrent so it may taek time to fix this.. > > > And i've want asking: > may i using 1 physical or vlan interface as parent for multiple vimage > interfaces? something like > vimage -c sw1 > vimage -c sw2 > vimage -c sw3 > > vimage -i sw1,sw2,sw3 em0 no an interface can only be in one vimage at a time. Marko uses the netgraph bridge node (ng_bridge) and netgraph ng_eiface nodes to 'bridge' a single interface to many virtual interfaces, and then puts different virtual interfaces in each vimage. Hopefully he can provide you with more detailed information on how he does this. > > Thanks for information > > > > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org"