From owner-freebsd-current@FreeBSD.ORG Wed Jun 14 07:36:48 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 3136016A479; Wed, 14 Jun 2006 07:36:48 +0000 (UTC) (envelope-from b.candler@pobox.com) Received: from rune.pobox.com (rune.pobox.com [208.210.124.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id C719D43D45; Wed, 14 Jun 2006 07:36:47 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from rune (localhost [127.0.0.1]) by rune.pobox.com (Postfix) with ESMTP id A4FA115DBF; Wed, 14 Jun 2006 03:37:08 -0400 (EDT) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rune.sasl.smtp.pobox.com (Postfix) with ESMTP id 45201BBCF; Wed, 14 Jun 2006 03:37:06 -0400 (EDT) Received: from lists by mappit.local.linnet.org with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FqPve-0005Xp-4h; Wed, 14 Jun 2006 08:36:42 +0100 Date: Wed, 14 Jun 2006 08:36:42 +0100 From: Brian Candler To: John Baldwin Message-ID: <20060614073641.GA21285@uk.tiscali.com> References: <4621CB9B-0ECC-48D2-93ED-E7480255C20C@siliconlandmark.com> <200606130953.09621.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200606130953.09621.jhb@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org, Park Foreman 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, 14 Jun 2006 07:36:48 -0000 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.