From owner-freebsd-hackers Sat Apr 14 17: 8:49 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from et-gw.etinc.com (et-gw.etinc.com [207.252.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 38D0137B424 for ; Sat, 14 Apr 2001 17:08:47 -0700 (PDT) (envelope-from dennis@etinc.com) Received: from dbsys.etinc.com (dbsys.etinc.com [207.252.1.18]) by et-gw.etinc.com (8.9.3/8.9.3) with ESMTP id UAA00508 for ; Sat, 14 Apr 2001 20:08:56 GMT (envelope-from dennis@etinc.com) Message-Id: <5.0.0.25.0.20010414192404.01ec0dd0@mail.etinc.com> X-Sender: dennis@mail.etinc.com X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Sat, 14 Apr 2001 19:27:21 -0400 To: hackers@FreeBSD.ORG From: Dennis Subject: stupid pet tricks (using ifconfig) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wierdness in 4.2. Scenario: interface fxp0 has address 100.1.1.1. Use it with this address for awhile. decide to change it to 100.1.1.5. do: ifconfig fxp0 delete 100.1.1.1 ifconfig fxp0 100.1.1.5 netmask 255.255.255.0 viewing ifconfig shows the new address. HOWEVER, pinging 100.1.1.99, the freebsd machine sends out 100.1.1.1, the OLD address. Is this cached/saved somewhere and not getting cleaned up? Dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message