From owner-freebsd-net@FreeBSD.ORG Wed Apr 14 06:13:24 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398AE16A4CF for ; Wed, 14 Apr 2004 06:13:24 -0700 (PDT) Received: from www.freshx.de (freshx.de [80.190.100.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE67C43D41 for ; Wed, 14 Apr 2004 06:13:23 -0700 (PDT) (envelope-from kai@freshx.de) Received: from localhost (unknown [127.0.0.1]) by www.freshx.de (Postfix) with ESMTP id 0698715E37A for ; Wed, 14 Apr 2004 15:13:22 +0200 (CEST) Received: from localhost (unknown [127.0.0.1]) by www.freshx.de (Postfix) with ESMTP id BA1E515E357 for ; Wed, 14 Apr 2004 15:13:20 +0200 (CEST) Received: from 127.0.0.1 ( [127.0.0.1]) as user dust0005@localhost by localhost with HTTP; Wed, 14 Apr 2004 15:13:20 +0200 Message-ID: <1081948400.407d38f081851@localhost> Date: Wed, 14 Apr 2004 15:13:20 +0200 From: Kai Mosebach To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Virus-Scanned: by AMaViS 0.3.12 Subject: Bridging problems on 5.2-RELEASE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 13:13:24 -0000 Dear list, recently i tried to setup a wireless bridge onto my freebsd 5.2 server. i followed the instructions on the ath manpage and set the bridge up with : ifconfig ath0 inet up sysctl net.link.ether.bridge.enable=1 sysctl net.link.ether.bridge.config="ath0 xl0" sysctl net.inet.ip.forwarding=1 the ath interface has no ip adress, but xl0 has. now i can ping all of my lan-clients from the wireless, excepting the bridge itself. i saw some reports about problems in the bridge module of 4.x so i build my kernel with options BRIDGE, but no changes. the second problem is, that i have a DSL router on my cabled segment, which is pingable from wireless, but setting it as default gw and DNS server on the wireless client is not working, internet access is not possible. any ideas ? best Kai