From owner-freebsd-questions Wed Aug 28 16:28:34 2002 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 6A1C937B4F6 for ; Wed, 28 Aug 2002 16:28:27 -0700 (PDT) Received: from web12902.mail.yahoo.com (web12902.mail.yahoo.com [216.136.174.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 1906043E42 for ; Wed, 28 Aug 2002 16:28:27 -0700 (PDT) (envelope-from f980215@yahoo.com) Message-ID: <20020828232826.40045.qmail@web12902.mail.yahoo.com> Received: from [61.174.133.13] by web12902.mail.yahoo.com via HTTP; Wed, 28 Aug 2002 16:28:26 PDT Date: Wed, 28 Aug 2002 16:28:26 -0700 (PDT) From: an jone Subject: help: setup bridge To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 hi,all My Network: Server System: Freebsd-5.0-DP1 ( ipfw + bridge ) interfaces: ed0 ed1 ( no ip address) W/S: win98 w/s1: ip 192.168.10.1 w/s1 ------(ed0) server (ed1)------w/s2 I try ipfw + bridge, then found error info. ============== My configure: options BRIDGE options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPFIREWALL_DEFAULT_TO_ACCEPT options IPSTEALTH /etc/rc.conf ============ ifconfig_ed0="" ifconfig_ed1="" defaultroute="" gateway_enable="NO" natd_enable="NO" firewall_enable="YES" firewall_type="open" firewall_quiet="YES" firewall_logging="YES" /etc/sysctl.conf ================ net.link.ether.bridge=1 net.link.ether.bridge_ipfw=1 net.link.ether.bridge_cfg=ed0,ed1 /etc/ipfw.conf ============== ipfw -f flush ipfw add accept all from any to any ============== ON w/s1: ===> w/s2 ping 192.168.20.1, found error info: request timed out ON server: 1) after boot, found error info: swi_net: unregisted isr number: 18 2) tcpdump -i ed1 ( or tcpdump -i ed0 ), found error info: arp who-has 192.168.20.1 tell 192.168.10.1 Thanks for any help. f980215 __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message