From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 10:09:29 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 C942716A4CE for ; Wed, 3 Dec 2003 10:09:29 -0800 (PST) Received: from ns.pro.sk (proxy.pro.sk [212.55.244.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E3843F85 for ; Wed, 3 Dec 2003 10:09:25 -0800 (PST) (envelope-from prosa@pro.sk) Received: from peter (Peter [192.168.1.53]) by ns.pro.sk (8.12.9/8.12.9) with SMTP id hB3I9Ds1022458; Wed, 3 Dec 2003 19:09:13 +0100 (CET) (envelope-from prosa@pro.sk) Message-ID: <008d01c3b9c8$8ea0b380$3501a8c0@pro.sk> From: "Peter Rosa" To: "Mykroft Holmes IV" References: <002d01c3b9bf$9a5723c0$3501a8c0@pro.sk> <20031203180935.U26474@gaff.hhhr.ision.net> <004201c3b9c3$83141ac0$3501a8c0@pro.sk> <3FCE2335.8000508@mykroft.com> Date: Wed, 3 Dec 2003 19:09:13 +0100 Organization: PRO, s.r.o. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-RAVMilter-Version: 8.4.3(snapshot 20030217) (ns.pro.sk) X-Spam-Status: No, hits=-1.5 required=5.0 tests=ORIGINAL_MESSAGE,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: Olaf Hoyer cc: FreeBSD Questions Subject: Re: Multiple RealTect adaptors - SOLVED 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 18:09:29 -0000 Fantastic idea. It solved the problem. Many thanks and have a nice day. Peter ----- Original Message ----- From: "Mykroft Holmes IV" To: "Peter Rosa" Cc: "Olaf Hoyer" ; "FreeBSD Questions" Sent: Wednesday, December 03, 2003 6:53 PM Subject: Re: Multiple RealTect adaptors > 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 >