From owner-freebsd-hackers Fri Sep 15 15:02:07 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA09810 for hackers-outgoing; Fri, 15 Sep 1995 15:02:07 -0700 Received: from crash.ops.neosoft.com (root@crash.ops.NeoSoft.COM [198.64.212.50]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA09783 for ; Fri, 15 Sep 1995 15:01:59 -0700 Received: (from smace@localhost) by crash.ops.neosoft.com (8.6.12/8.6.10) id RAA07028; Fri, 15 Sep 1995 17:02:17 -0500 From: Scott Mace Message-Id: <199509152202.RAA07028@crash.ops.neosoft.com> Subject: Re: more ifconfig alias problems... To: mmead@Glock.COM (matthew c. mead) Date: Fri, 15 Sep 1995 17:02:17 -0500 (CDT) Cc: hackers@freebsd.org In-Reply-To: <199509151615.MAA07761@Glock.COM> from "matthew c. mead" at Sep 15, 95 12:15:51 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 854 Sender: owner-hackers@freebsd.org Precedence: bulk Here's I how do it: ifconfig ed0 alias 192.168.1.2 netmask 255.255.255.0 arp -s 192.168.1.2 1:ff:ff:ff:ff:5a pub > I'm doing the following to add a second address to my FreeBSD > 2.0.5R production environment machine: > > root@Glock % nslookup neon > Server: localhost.COM > Address: 127.0.0.1 > > Name: neon.Glock.COM > Address: 198.82.228.159 > > root@Glock % ifconfig ed0 neon alias netmask 255.255.255.0 > ifconfig: ioctl (SIOCAIFADDR): File exists > root@Glock % telnet neon > Trying 198.82.228.159... > ^C > root@Glock % ifconfig ed0 delete neon > root@Glock % ifconfig ed0 alias neon netmask 255.255.255.0 > ifconfig: ioctl (SIOCAIFADDR): File exists > root@Glock % telnet neon > Trying 198.82.228.159... > ^C > root@Glock % ifconfig ed0 delete neon > root@Glock % > > > > Any ideas what I'm doing wrong, or do I need to upgrade?