From owner-freebsd-current@FreeBSD.ORG Wed Jun 21 13:28:20 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 EC57516A47D; Wed, 21 Jun 2006 13:28:20 +0000 (UTC) (envelope-from livefreebsd@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9133243D53; Wed, 21 Jun 2006 13:28:15 +0000 (GMT) (envelope-from livefreebsd@mac.com) Received: from mac.com (webmail20-en1 [10.13.10.175]) by smtpout.mac.com (Xserve/8.12.11/smtpout10/MantshX 4.0) with ESMTP id k5LDSCsO014639; Wed, 21 Jun 2006 06:28:12 -0700 (PDT) Received: from webmail20 (localhost [127.0.0.1]) by mac.com (Xserve/webmail20/MantshX 4.0) with ESMTP id k5LDSCjY020229; Wed, 21 Jun 2006 06:28:12 -0700 (PDT) Received: from [198.45.19.38] by webmail.mac.com with HTTP; Wed, 21 Jun 2006 09:28:12 -0400 Message-ID: <13363705.1150896492191.JavaMail.livefreebsd@mac.com> Date: Wed, 21 Jun 2006 09:28:12 -0400 From: livefreebsd@mac.com To: Brian Candler in-reply-to: <20060614073641.GA21285@uk.tiscali.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit references: <4621CB9B-0ECC-48D2-93ED-E7480255C20C@siliconlandmark.com> <200606130953.09621.jhb@freebsd.org> <20060614073641.GA21285@uk.tiscali.com> X-Originating-IP: 198.45.19.38/instID=295 Cc: freebsd-current@freebsd.org Subject: Re: cPCI Hotplug support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 21 Jun 2006 13:28:21 -0000 I changed this to be 192.168.2.1 and 172.21.2.1 respectively. Still not working. There is no link light or indication of power to the interfaces. I can plug the cables into another interface of a server and they work fine. So the switches, cables and IP addresses are fine. Card just won't power up. Park On Wednesday, June 14, 2006, at 03:36AM, Brian Candler wrote: >On Tue, Jun 13, 2006 at 09:53:09AM -0400, John Baldwin wrote: >> On Wednesday 19 April 2006 18:14, Park Foreman wrote: >> > System: Nokia IP330 using AMD K6 processor >> > Card: Zynx ZX412 dual 10/100 card and DEC/Intel 21143 chipset >> > >> > ifconfig: >> > dc0: flags=8843 mtu 1500 >> > options=8 >> > inet 172.21.1.1 netmask 0xffff0000 broadcast 172.21.255.255 >> > inet6 fe80::2c0:95ff:fee5:7d8c%dc0 prefixlen 64 scopeid 0x4 >> > ether 00:c0:95:e5:12:ab >> > media: Ethernet autoselect (none) >> > status: no carrier >> > dc1: flags=8843 mtu 1500 >> > options=8 >> > inet 172.21.2.1 netmask 0xffff0000 broadcast 172.21.255.255 >> > inet6 fe80::2c0:95ff:fee5:7d8d%dc1 prefixlen 64 scopeid 0x5 >> > ether 00:c0:95:e5:23:cd >> > media: Ethernet autoselect (none) >> > status: no carrier > >Aside: those two IP addresses are on the same IP subnet, 172.21.0.0/16. Does >that now work? It didn't used to, but I once saw a project on the wishlist >to separate out the ARP table from the forwarding table so that this could >work. Did that happen? > >With the above configuration, both NICs would have to be plugged into the >same LAN, of course. > >Or maybe the OP meant to set /24 netmasks, but didn't. > >Regards, > >Brian. > >