From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 22:47:04 2008 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 9D5691065673 for ; Sat, 30 Aug 2008 22:47:04 +0000 (UTC) (envelope-from gemochka@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 0B3388FC15 for ; Sat, 30 Aug 2008 22:47:03 +0000 (UTC) (envelope-from gemochka@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so536448eyi.7 for ; Sat, 30 Aug 2008 15:47:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=qGR1y0eE7HzpzHOR4EjsTsncCoJuk9wq5Un44iQqHIg=; b=WVewVEgycW+Ez8+Qe3744NoAv1br2jZot+jtUwbFquzLMsn0A+HKPZClkx0HnbeXlV wP66o0pZCQ26Lmc0EhQapG4s4ggBuwLc7AJlPw/SGInfduSXFoq7JSsNMVA9xeLSxyWo Dr6NAHzwPtt0oeErLiZSahYSzAME00S4t8ZcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=o/Kjdax0pnQkJQqsvuVKXWDUaZ0/B9M56HeBN7l9fHM34CvvX4YBh6nrtxB08DxOlV RzqYnWvmXpu9AKLB79xcTaWzgqwhtlzFhEe4TbE0uq0glUl77+GUZpPa3R+Z1sSdq7W0 0gaO0uCqJjgXPzdo6Ac6V9FINYvZNkiBG3Vxs= Received: by 10.210.25.20 with SMTP id 20mr3903571eby.46.1220135009835; Sat, 30 Aug 2008 15:23:29 -0700 (PDT) Received: by 10.210.126.13 with HTTP; Sat, 30 Aug 2008 15:23:29 -0700 (PDT) Message-ID: <84133fac0808301523p2dd3c7d8la7e8a73085b9981c@mail.gmail.com> Date: Sun, 31 Aug 2008 02:23:29 +0400 From: "Gema niskazhu" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: if_bridge problem 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: Sat, 30 Aug 2008 22:47:04 -0000 Hi First of all sorry for my bad english =) I am running 7.0 STABLE So...I've build a kernel with device if_bridge, and if_bridge and tap are kldload'ed, tap0 bridge0 are up'ed..but... sysctl net.link.ether.bridge_cfg=nfe0,tap0 I have error:sysctl: unknown oid 'net.link.ether.bridge_cfg' # sysctl -a |grep bridge net.link.bridge.ipfw: 0 net.link.bridge.log_stp: 0 net.link.bridge.pfil_local_phys: 0 net.link.bridge.pfil_member: 1 net.link.bridge.pfil_bridge: 1 net.link.bridge.ipfw_arp: 0 net.link.bridge.pfil_onlyip: 1 dev.pcib.0.%desc: ACPI Host-PCI bridge dev.pcib.1.%desc: ACPI PCI-PCI bridge dev.pcib.2.%desc: ACPI PCI-PCI bridge dev.pcib.3.%desc: ACPI PCI-PCI bridge dev.pcib.4.%desc: ACPI PCI-PCI bridge dev.pcib.5.%desc: ACPI PCI-PCI bridge dev.isab.0.%desc: PCI-ISA bridge dev.hostb.0.%desc: Host to PCI bridge dev.hostb.1.%desc: Host to PCI bridge dev.hostb.2.%desc: Host to PCI bridge dev.hostb.3.%desc: Host to PCI bridge I can't understand execly what i'm doing wrong, looks like something still is'nt kldloaded, or not supported by kernel, but i cant imagine what it is... Any suggestions?