From owner-freebsd-questions Wed Feb 26 15: 5:14 2003 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 7EC3B37B405 for ; Wed, 26 Feb 2003 15:05:13 -0800 (PST) Received: from labyrinth.cs.rogers.wave.ca (labyrinth.cs.rogers.wave.ca [24.112.32.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 8227D43FBD for ; Wed, 26 Feb 2003 15:05:10 -0800 (PST) (envelope-from auslander@unloved.org) Received: (qmail 43165 invoked by uid 1001); 26 Feb 2003 23:05:10 -0000 Date: Wed, 26 Feb 2003 18:05:10 -0500 From: Charlie Livingston To: freebsd-questions@freebsd.org Subject: Unable to ping from one of my Bridged Interfaces Message-ID: <20030226230510.GC42418@labyrinth.cs.rogers.wave.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm having issues with bridging in FreeBSD - I can't ping the machine from anything connected to one of the bridged interfaces. My configuration is as follows: Internet | | fxp0 --------------------------- | FreeBSD 4-Stable Router | --------------------------- xl0 wi0 | | | | Wired Nodes Wireless Nodes fxp0 has the ip xx.xx.166.214 (first 2 octets blanked for privacy) xl0 has the ip xx.xx.167.233 netmask 255.255.255.248 (same) The other nodes have ips assigned out of the 167.232/28 subnet. The problem is, none of the nodes connected to wi0 can ping the router. But traffic is passed freely from xl0 to wi0 and vice versa. Nodes connected via xl0 work perfectly. The commands I used to configure the bridge are: kldload bridge sysctl net.link.ether.bridge=1 sysctl net.link.ether.bridge_cfg="wi0 xl0" sysctl net.inet.ip.forwarding=1 wicontrol -s "FreeBSD AP" -t 3 -n "HomeNetwork" ifconfig wi0 inet up ssid HomeNetwork mediaopt hostap wicontrol -p 6 What am I doing wrong? Thanks; Charlie Livingston To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message