From owner-freebsd-i386@FreeBSD.ORG Thu Jul 1 15:25:22 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6007116A4CE; Thu, 1 Jul 2004 15:25:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A7043D2F; Thu, 1 Jul 2004 15:25:22 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) i61FO42W041266; Thu, 1 Jul 2004 15:24:04 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i61FO41m041262; Thu, 1 Jul 2004 15:24:04 GMT (envelope-from simon) Date: Thu, 1 Jul 2004 15:24:04 GMT From: "Simon L. Nielsen" Message-Id: <200407011524.i61FO41m041262@freefall.freebsd.org> To: hostmaster@netgrs.co.ru, simon@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/68559: Cannot create alias IP address X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 15:25:22 -0000 Synopsis: Cannot create alias IP address State-Changed-From-To: open->closed State-Changed-By: simon State-Changed-When: Thu Jul 1 15:21:43 GMT 2004 State-Changed-Why: Close the PR since this is a configuration error: >From ifconfig(8): alias Establish an additional network address for this interface. This is sometimes useful when changing network numbers, and one wishes to accept packets addressed to the old interface. If the address is on the same subnet as the first network address for this interface, a non-conflicting netmask must be given. Usually 0xffffffff is most appropriate. In short, change netmask 255.255.255.0 to netmask 255.255.255.255. It is better to use the freebsd-questions mailing list for these kind of configuration problems. http://www.freebsd.org/cgi/query-pr.cgi?pr=68559