From owner-freebsd-net@FreeBSD.ORG Tue Nov 25 10:30:23 2003 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87C1616A4CE for ; Tue, 25 Nov 2003 10:30:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33A243F75 for ; Tue, 25 Nov 2003 10:30:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPIUMFY030328 for ; Tue, 25 Nov 2003 10:30:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPIUMos030327; Tue, 25 Nov 2003 10:30:22 -0800 (PST) (envelope-from gnats) Date: Tue, 25 Nov 2003 10:30:22 -0800 (PST) Message-Id: <200311251830.hAPIUMos030327@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Max Laier Subject: Re: conf/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Max Laier List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 18:30:23 -0000 The following reply was made to PR conf/35726; it has been noted by GNATS. From: Max Laier To: freebsd-gnats-submit@FreeBSD.org, peter@striked.net Cc: Subject: Re: conf/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS Date: Tue, 25 Nov 2003 19:21:40 +0100 > haven# /sbin/dhclient lnc1 lnc0 > ifconfig: ioctl (SIOCAIFADDR): File exists > dhclient: New IP Address(lnc0): 24.82.66.238 > dhclient: New Subnet Mask (lnc0): 255.255.252.0 > dhclient: New Broadcast Address(lnc0): 24.82.67.255 > dhclient: New Routers: 24.82.64.1 > haven# The EEXISTS above comes from in.c (rtinit) when one tries to add an address in an already existing prefix: ("inet 24.82.66.245 netmask 0xfffffc00" on lnc0 has the same prefix as the address your dhcp is trying to give to lnc1) http://pf4freebsd.love2party.net/in.c.diff originally done for my CARP port should fix/work around it. Can you, please give it a try? The code was obtained from WIDE via OpenBSD. -- Best regards, Max mailto:max@love2party.net