From owner-freebsd-net@FreeBSD.ORG Fri Dec 12 18:57:02 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 138CF1065675 for ; Fri, 12 Dec 2008 18:57:02 +0000 (UTC) (envelope-from adeepv@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id 915DD8FC14 for ; Fri, 12 Dec 2008 18:57:01 +0000 (UTC) (envelope-from adeepv@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1522695fkk.11 for ; Fri, 12 Dec 2008 10:57:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:reply-to:x-priority :message-id:to:cc:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=P/431Ba3Nam+gP5qI5w4JXji9aujbhYvGimomUGUArQ=; b=XwRj12oY/A+ClLZl8sh7WaZ0bOMmCb1JIn/sETWaliuQj6FoppQj53hhFcfw6luYnv 00qERy5HFZ9dkwyoUrVrBgqG8pJOm62pqVzez1E/vT4+LIaNfPuHZydocV1xqQF7ktKJ O62lOkMcUVwbdH6EMXYAvp03ksJsUYKTevO/0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:reply-to:x-priority:message-id:to:cc:subject:in-reply-to :references:mime-version:content-type:content-transfer-encoding; b=ggN3UrLKrqbBn4dJHkR2qDm5NGCJQYl/3r031cqJ7SU/XdlrRe1ZUjvunwIDVq+ycJ GMNqpOqF2HdHNcXFbxsQZMip+ve7I3SnhvYQa9awTGaO9a7Fj863y++z0wUj2cnQMwhC FLfdKVM89ZrRJq7rw9DpMRIYnBbWMCibMZSuk= Received: by 10.103.138.16 with SMTP id q16mr1879223mun.114.1229108220375; Fri, 12 Dec 2008 10:57:00 -0800 (PST) Received: from DEEP (217-201-124-91.pool.ukrtel.net [91.124.201.217]) by mx.google.com with ESMTPS id 25sm4255340mul.8.2008.12.12.10.56.58 (version=SSLv3 cipher=OTHER); Fri, 12 Dec 2008 10:56:59 -0800 (PST) Date: Fri, 12 Dec 2008 20:56:48 +0200 From: Vyacheslav Bocharov X-Priority: 3 (Normal) Message-ID: <566611296.20081212205648@gmail.com> To: John-Mark Gurney In-Reply-To: <20081212181246.GG34842@funkthat.com> References: <80861bfa0812110629h70527769w5e29f9acd7d0a5cd@mail.gmail.com> <20081212181246.GG34842@funkthat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Cc: freebsd-net@freebsd.org Subject: Re[2]: strange problem with ifconfig alias X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vyacheslav Bocharov List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2008 18:57:02 -0000 >> root@chip# ifconfig em1 alias 195.3.245.xx/30 >> ifconfig: ioctl (SIOCAIFADDR): File exists > If there is already an ip in that range on the interface, you need to use: > ifconfig em1 alias 195.3.245.xx/32 There are no other ip on any interfaces in that range > Next time include ifconfig -a so we know what addresses and interfaces > you have. Makes diagnostics easier. I have included in mail: root@chip# ifconfig |grep 195.3.245. root@chip# -- Vyacheslav mailto:adeepv@gmail.com