From owner-freebsd-current@FreeBSD.ORG Thu Sep 2 17:53:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DF5716A4CF for ; Thu, 2 Sep 2004 17:53:01 +0000 (GMT) Received: from av9-1-sn4.m-sp.skanova.net (av9-1-sn4.m-sp.skanova.net [81.228.10.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D00E43D55 for ; Thu, 2 Sep 2004 17:53:01 +0000 (GMT) (envelope-from pawel.worach@telia.com) Received: by av9-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 6ABE637F37; Thu, 2 Sep 2004 19:53:00 +0200 (CEST) Received: from smtp2-1-sn4.m-sp.skanova.net (smtp2-1-sn4.m-sp.skanova.net [81.228.10.183]) by av9-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 50D0637E69; Thu, 2 Sep 2004 19:53:00 +0200 (CEST) Received: from corona.sajd.net (h197n2fls31o265.telia.com [217.208.189.197]) by smtp2-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 2433537E45; Thu, 2 Sep 2004 19:53:00 +0200 (CEST) Received: from [127.0.0.1] (sajd@localhost [127.0.0.1]) by corona.sajd.net (8.13.1/8.13.1) with ESMTP id i82Hqwa9038008; Thu, 2 Sep 2004 19:52:58 +0200 (CEST) (envelope-from pawel.worach@telia.com) Message-ID: <41375DF9.2060105@telia.com> Date: Thu, 02 Sep 2004 19:52:57 +0200 From: Pawel Worach User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040815) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dave McCammon References: <20040902151913.98772.qmail@web41414.mail.yahoo.com> In-Reply-To: <20040902151913.98772.qmail@web41414.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: 5.3 Beta2 bridging (update 2) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 17:53:01 -0000 Dave McCammon wrote: > When the machine boots with both cables plugged in, > traffic passes through just fine. > Except, machines on the em1(no ip) can't connect to > the bridge machine but can to machines on the other To connect to the em0 address from a host behind em1 you need to set this sysctl, net.inet.ip.check_interface=0 -- Pawel