From owner-freebsd-pf@FreeBSD.ORG Fri Dec 2 17:56:13 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65A3616A41F for ; Fri, 2 Dec 2005 17:56:13 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E775843D62 for ; Fri, 2 Dec 2005 17:56:11 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from [192.168.2.64] (hornet.kitchenlab.org [64.142.31.105]) (authenticated bits=0) by b.mail.sonic.net (8.13.3/8.13.3) with ESMTP id jB2Hu643018191 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 2 Dec 2005 09:56:11 -0800 Message-ID: <43908AB1.7030107@freebsd.org> Date: Fri, 02 Dec 2005 09:56:01 -0800 From: "Bruce A. Mah" User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Pierron References: <43904815.4070805@wombatsweb.com> In-Reply-To: <43904815.4070805@wombatsweb.com> X-Enigmail-Version: 0.93.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigE13F94D6FA64B90D788C9979" Cc: freebsd-pf@freebsd.org Subject: Re: FBSD6 if_bridge X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 17:56:13 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE13F94D6FA64B90D788C9979 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit If memory serves me right, David Pierron wrote: > I have been trying for some time to get if_bridge working on a FreeBSD > 6.0 machine. I must be missing something simple. [snip] > fxp0: flags=8902 mtu 1500 > options=8 > ether xx:xx:xx:xx:xx:xx > media: Ethernet autoselect (none) > status: no carrier > fxp1: flags=8902 mtu 1500 > options=8 > ether xx:xx:xx:xx:xx:xx > media: Ethernet autoselect (none) > status: no carrier It looks to me like you didn't turn up either the fxp0 or fxp1 interfaces. It's correct to leave these interfaces unnumbered (i.e. no IP addresses) but they do need to be up. Try adding these lines to /etc/rc.conf: ifconfig_fxp0="up" ifconfig_fxp1="up" Good luck, Bruce. --------------enigE13F94D6FA64B90D788C9979 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDkIq22MoxcVugUsMRAtBoAKCcvzDcxUp1y6Bj5cmmYO7CeydJ7ACgmxC4 NGB3cWftlbV1DNkU7k1i/Oo= =CCVV -----END PGP SIGNATURE----- --------------enigE13F94D6FA64B90D788C9979--