From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 17:04:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3ED3F16A420 for ; Wed, 22 Feb 2006 17:04:48 +0000 (GMT) (envelope-from plz_daim@hotmail.com) Received: from hotmail.com (bay16-f13.bay16.hotmail.com [65.54.186.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0A443D5D for ; Wed, 22 Feb 2006 17:04:47 +0000 (GMT) (envelope-from plz_daim@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 22 Feb 2006 09:04:46 -0800 Message-ID: Received: from 67.131.237.19 by by16fd.bay16.hotmail.msn.com with HTTP; Wed, 22 Feb 2006 17:04:46 GMT X-Originating-IP: [213.84.212.27] X-Originating-Email: [plz_daim@hotmail.com] X-Sender: plz_daim@hotmail.com From: "Daim Willemse" To: freebsd-questions@freebsd.org Date: Wed, 22 Feb 2006 18:04:46 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 22 Feb 2006 17:04:46.0983 (UTC) FILETIME=[157D4970:01C637D2] Subject: 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: Wed, 22 Feb 2006 17:04:48 -0000 Hello all, On my fine FreeBSD 6.0 box I am running a wireless access point. I set up the interface and bridged it and all worked fine. After that I wanted to install ISDN4BSD. Therefor I compliled a new kernel after adding the ISDN4BSD code. The kernel compiled and it booted. However. In the process the bridge if has gone missing. I added the line " options BRIDGE" to the kernel configuration, but no bridging if. this is the typical feedback I receive: FBSD# ifconfig bridge0 create ifconfig: SIOCIFCREATE: Invalid argument What is the difference between the GENERIC kernel configuration and the stock kernel. What differences makes the bridge if gone missing? Thank you in advance. Daim