From owner-freebsd-hackers Mon Jul 22 06:55:01 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA07835 for hackers-outgoing; Mon, 22 Jul 1996 06:55:01 -0700 (PDT) Received: from teil.soft.net (tata_elxsi.soft.net [164.164.10.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA07822 for ; Mon, 22 Jul 1996 06:54:53 -0700 (PDT) Received: by teil.soft.net (920330.SGI/920502.SGI.JF) for hackers@freebsd.org id AA17217; Mon, 22 Jul 96 19:23:58 -0800 From: rishim@teil.soft.net (Rishi Gautam) Message-Id: <9607230323.AA17217@teil.soft.net> Subject: ifconfig To: hackers@freebsd.org Date: Mon, 22 Jul 1996 19:23:57 -0800 (PST) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi I am trying to configure my machine interface by ifconfig command. I want to add another alias address for the interface with the ifconfig command. ifconfig ed1 alias [address] netmask [netmask] if I am using the netmask option with netmask same as of the netmask of the exsisting configured addres, I am getting error "File exsits" If I didn't using the netmas option or giving some other netmask the command exits succesfully. But if I typed the "ifconfig ed1", it doesn't show me all the address. It shows only the old address. Even if I don't use the alias option in the ifconfig command I found the same problem. For the "ifconfig ed1", it shows the old address. I didn't understand the logic. If anybody has the answer for it, please reply. Rishi