From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 10:09:35 2003 Return-Path: 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 50F0D37B401 for ; Sun, 13 Jul 2003 10:09:35 -0700 (PDT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D2C43FA3 for ; Sun, 13 Jul 2003 10:09:34 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out002.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030713170933.PWLY13328.out002.verizon.net@mac.com>; Sun, 13 Jul 2003 12:09:33 -0500 Message-ID: <3F11924D.8030202@mac.com> Date: Sun, 13 Jul 2003 13:09:33 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Cran References: <20030712214039.GA10367@buffy.brucec.backnet> In-Reply-To: <20030712214039.GA10367@buffy.brucec.backnet> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [141.149.47.46] at Sun, 13 Jul 2003 12:09:33 -0500 cc: questions@freebsd.org Subject: Re: Multiple interfaces with same ip address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 17:09:35 -0000 Bruce Cran wrote: > I've read that having the same ip/netmask assigned to multiple NICs isn't > supported in FreeBSD, due to problems with routing. I have a setup where I'd > like to have rl0, wi0, tun0 and tun1 having the same ip on a /29 subnet, > is there some way of achieving this? You probably want to look into bridging: see "man bridge". -- -Chuck