From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 09:58:02 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 0EB6216A4CF for ; Wed, 3 Dec 2003 09:58:02 -0800 (PST) Received: from mx03.ca.mci.com (mx03.ca.mci.com [142.77.2.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB0443FDF for ; Wed, 3 Dec 2003 09:57:59 -0800 (PST) (envelope-from mykroft@mykroft.com) Received: from mykroft.com (unknown [142.77.110.169]) by mx03.ca.mci.com (Postfix) with ESMTP id 1DAD36D172; Wed, 3 Dec 2003 12:53:59 -0500 (EST) Message-ID: <3FCE2335.8000508@mykroft.com> Date: Wed, 03 Dec 2003 12:53:57 -0500 From: Mykroft Holmes IV User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Rosa References: <002d01c3b9bf$9a5723c0$3501a8c0@pro.sk> <20031203180935.U26474@gaff.hhhr.ision.net> <004201c3b9c3$83141ac0$3501a8c0@pro.sk> In-Reply-To: <004201c3b9c3$83141ac0$3501a8c0@pro.sk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Olaf Hoyer cc: FreeBSD Questions Subject: Re: Multiple RealTect adaptors 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, 03 Dec 2003 17:58:02 -0000 Peter Rosa wrote: >Hello again, > >of course, everything was there: >dmesg - YES >ifconfig - YES >rc.conf - YES > >But, whenever the machine boots, ifconfig returns: >rl0: flags 8843 mtu 1500 > inet 192.168.1.11 netmask > ether > media > status: active >rl1: flags 8843 mtu 1500 > ether > media > status: no carrier > >Both have the same flags. Second has no IP/MSK/BCAST. > >ifconfig rl1 192.168.1.12 netmask 255.255.255.0 always returns >config: ioctl (SIOCIFADDR): File exists > >What could be wrong ? > >It is the same when I xchange both cards/use another PCI slots. > >Peter > > > > Try putting the second NIC on a second subnet. IIRC FreeBSD doesn't support multiple adaptors on the same network. Adam