From owner-freebsd-stable Wed Apr 1 14:04:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23931 for freebsd-stable-outgoing; Wed, 1 Apr 1998 14:04:41 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ns.ase.dowjones.com (ns.ase.dowjones.com [206.112.106.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23924 for ; Wed, 1 Apr 1998 14:04:32 -0800 (PST) (envelope-from jim.king@mail.sstar.com) Received: from teal (teal.ase.dowjones.com [206.112.106.125]) by ns.ase.dowjones.com (8.8.8/8.8.5) with SMTP id QAA29980 for ; Wed, 1 Apr 1998 16:04:25 -0600 (CST) Message-Id: <3.0.5.32.19980401160424.00916680@mail.sstar.com> X-Sender: jim.king@mail.sstar.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 01 Apr 1998 16:04:24 -0600 To: freebsd-stable@FreeBSD.ORG From: Jim King Subject: ifconfig alias oddness Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk I'm seeing this happen on a 2.2.6-RELEASE system and on a system built from -stable as of noon today. I have de0 configured and working, at IP 206.112.106.11. If I try to add an alias IP address like this: ifconfig de0 inet 206.112.106.55 alias I get the message "ifconfig: ioctl (SIOCAIFADDR): File exists". (There is no other host using 206.112.106.55.) However, "ifconfig -a" shows the alias address (in addition to the original address) on de0, and pinging the alias address from another host is answered correctly by this host. However however, if from this host I try to ping 206.112.106.55 the ping fails 100% of the time. A little investigation with tcpdump shows that it sends an ARP who-is 206.112.106.55 but doesn't answer itself. The bogus "file exists" message doesn't bother me, but the odd ping-myself behavior has me a bit worried. Is this a bug, or do I need to go read the ifconfig man page again? *************************************************************************** * All opinions expressed herein fully | * * represent the views of my dogs: | Jim King * * Shortstop: "Bark!" | jim.king@mail.sstar.com * * Bunny: "Bark!" | http://www.sstar.com/jim_king/ * *************************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message