From owner-freebsd-questions@FreeBSD.ORG Tue Apr 10 18:31:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AF0F16A404 for ; Tue, 10 Apr 2007 18:31:37 +0000 (UTC) (envelope-from kimimeister@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 1B28513C468 for ; Tue, 10 Apr 2007 18:31:37 +0000 (UTC) (envelope-from kimimeister@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so1440676nza for ; Tue, 10 Apr 2007 11:31:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U5EHXwcaMs2RY35EbWEcCotiOcnGc89RTLSJ1JnwVcDuNxEqCNAUInROOTcywZ5jT+AVoxMuPUT1ZN/vuVMrIsEg7XmXzja7avUQonY1JlfEAcsU4VkKVDOe3z12Xa0RaLFVI7qj0CUee7/nnMBBamit19BO+CwUI3fi+C3xCPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OQtIMSgCyXTuUhW8fnaqjE6wCdN7/0IXWM4bt0p2BNl7yJImE5ou4/nlrtdmt6agZByYFLq/zahoq9edce7b+WPUJuA3WQigOx6hXEacoZLhJ8kUb8qX7yMMCEUN8g1vKSADZNIXBzZDkEnqpivTqq/416J63DRloIeFaTrOV40= Received: by 10.114.131.2 with SMTP id e2mr2919183wad.1176229896069; Tue, 10 Apr 2007 11:31:36 -0700 (PDT) Received: by 10.114.160.20 with HTTP; Tue, 10 Apr 2007 11:31:36 -0700 (PDT) Message-ID: <42b497160704101131u548c5b90wae875470ac842559@mail.gmail.com> Date: Tue, 10 Apr 2007 19:31:36 +0100 From: "Kimi Ostro" To: "Mario Lobo" In-Reply-To: <200704101707.33441.mario.lobo@ipad.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704101707.33441.mario.lobo@ipad.com.br> Cc: freebsd-questions@freebsd.org Subject: Re: Adding interfaces to bridge0 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: Tue, 10 Apr 2007 18:31:37 -0000 On 10/04/07, Mario Lobo wrote: > hello; > > This is the situation: > > Using FreeBSD 6.2-STABLE > > I have benn using qemu to roll a windows XP machine, using a bridge to > interface tap0 and rl0 on the same network my efault route board (xl0) is. > > I was working great. A few days ago , I updated src/sys (kernel - because of > a java issue), recompiled & installed. Yesterday I needed to rum XP. I > started qemu and windows started fine, the netword "hardware" came in fine > but I had no connectivity ate all. I pinged out from windows but tcpdump > would only report packets from tap0. > > I tried recompiling qemu/kqemu but no change. > > I closed qemu and tried to set up the bridge manually. That's when I found > why: > > kldload if_bridge > > ifconfig bridge0 create > OK > > ifconfig bridge0 addm rl0 addm tap0 up > > ifconfig: BRDGADD rl0: Invalid argument > ifconfig: BRDGADD tap0: Invalid argument > > I have 3 network boards on my machine and this happens when I try to add any > of them. > > Could this be due to kernel out-of-sync with userland? > something else? > depends how out of sync? if more then a couple of days, you really should keep both userland and kernel in sync as it mos likely the problem. > Thanks, > -- > ********************************************************* > //| //| Mario Lobo > // |// | http://www.ipad.com.br > // // ||||||| FreeBSD since 2.2.8 - 100% Rwindows-free > ********************************************************* > > > _______________________________________________ > 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" > HTH, -- Kimi