From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 19:11:01 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 3615316A4BF for ; Tue, 26 Aug 2003 19:11:01 -0700 (PDT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC01443F85 for ; Tue, 26 Aug 2003 19:10:59 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([68.237.14.199]) by out006.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030827021059.PWYR5302.out006.verizon.net@mac.com>; Tue, 26 Aug 2003 21:10:59 -0500 Message-ID: <3F4C1324.2050302@mac.com> Date: Tue, 26 Aug 2003 22:10:44 -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: Bsd Neophyte References: <20030826230028.42768.qmail@web20102.mail.yahoo.com> In-Reply-To: <20030826230028.42768.qmail@web20102.mail.yahoo.com> X-Enigmail-Version: 0.76.5.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 out006.verizon.net from [68.237.14.199] at Tue, 26 Aug 2003 21:10:58 -0500 cc: freebsd-questions@freebsd.org Subject: Re: having problems with getting two interfaces running on FreeBSD 5.1 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: Wed, 27 Aug 2003 02:11:01 -0000 Bsd Neophyte wrote: > i'm having issues with getting both interfaces up and running. [ ... ] > #Network settings > defaultrouter="192.168.1.254" > hostname="neptune.adelphia.net" > ifconfig_fxp0="inet 192.168.1.244 netmask 255.255.255.240" > ifconfig_fxp1="inet 192.168.1.245 netmask 255.255.255.240" These interfaces are on the same IP subnet. That won't work, at least as-is, but you might try using bridging (depending on what it is you're trying to do). -- -Chuck