Date: Wed, 28 Aug 2002 16:28:26 -0700 (PDT) From: an jone <f980215@yahoo.com> To: freebsd-questions@freebsd.org Subject: help: setup bridge Message-ID: <20020828232826.40045.qmail@web12902.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020828232826.40045.qmail>