From owner-freebsd-net@FreeBSD.ORG Thu Dec 11 14:56:32 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 CB7E6106567C for ; Thu, 11 Dec 2008 14:56:32 +0000 (UTC) (envelope-from adeepv@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.186]) by mx1.freebsd.org (Postfix) with ESMTP id 820218FC1C for ; Thu, 11 Dec 2008 14:56:32 +0000 (UTC) (envelope-from adeepv@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so1069930rne.12 for ; Thu, 11 Dec 2008 06:56:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=AXpRRwvxuwsHpG+4YGWvyBrht7Xz+0cN6ro2R2FfVL8=; b=hNvwWJCaS726IKVpC0E2XiBrrHy5Hx5BEqyciY/TXXCW+9aUSJSZl2fyyp6qEzlBFr DzDSF/BwE1jdRw7UrEgnhuQpGz9c0EnymrU82VDipfJ5S+Cxw7NER3zUihKNZT2w7TH6 TcoYcGuU4GHdJnch8Zll1y6nIlcfsWRQWKMMk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=e2jUe/tpUcPTyfXWDJwbVjSu2ySvgBNyhcjEHTy0PoX3eiqqzEiHjOy68//YJqgqGv l9QM23pmfM6k5iIA3Uo2AeN9DscBuBW0ujdcUflna52Q2j2gsSDdzsB4s0/0Ojm96inI HODgU3eOnWgpSgaPxm1yoOj49aN8LPt3j5yik= Received: by 10.150.53.2 with SMTP id b2mr4336810yba.167.1229005783618; Thu, 11 Dec 2008 06:29:43 -0800 (PST) Received: by 10.151.49.21 with HTTP; Thu, 11 Dec 2008 06:29:43 -0800 (PST) Message-ID: <80861bfa0812110629h70527769w5e29f9acd7d0a5cd@mail.gmail.com> Date: Thu, 11 Dec 2008 16:29:43 +0200 From: "Vyacheslav Bocharov" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: strange problem with ifconfig alias X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2008 14:56:32 -0000 Hello. I have strange problem with ifconfig: I can't add ip address to interface: root@chip# route get 195.3.245.xx route to: 195.3.245.xx destination: default mask: default gateway: gadget interface: vlan10 flags: recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 0 0 0 0 0 0 1500 0 root@chip# ifconfig |grep 195.3.245. root@chip# root@chip# ifconfig em1 alias 195.3.245.xx/30 ifconfig: ioctl (SIOCAIFADDR): File exists root@chip# route get 195.3.245.xx route to: 195.3.245.xx destination: 195.3.245.xx-1 mask: 255.255.255.252 interface: em1 flags: recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 0 0 0 0 0 0 1500 -3 root@chip# ifconfig em1 |grep 195.3.245. root@chip# -- Vyacheslav Bocharov