From owner-freebsd-isp Fri Feb 14 05:29:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA05119 for isp-outgoing; Fri, 14 Feb 1997 05:29:57 -0800 (PST) Received: from kremvax.demos.su (kremvax.demos.su [194.87.0.20]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA05111 for ; Fri, 14 Feb 1997 05:29:47 -0800 (PST) Received: by kremvax.demos.su (8.6.13/D) from 0@sinbin.demos.su [194.87.2.95] with ESMTP id QAA23190; Fri, 14 Feb 1997 16:15:24 +0300 Received: by sinbin.demos.su id QAA27425; (8.6.12/D) Fri, 14 Feb 1997 16:15:01 +0300 From: bag@sinbin.demos.su (Alex G. Bulushev) Message-Id: <199702141315.QAA27425@sinbin.demos.su> Subject: Re: Aliases To: ernie@spooky.eis.net.au (Ernie Elu) Date: Fri, 14 Feb 1997 16:15:01 +0300 (MSK) Cc: isp@freebsd.org In-Reply-To: <199702141200.WAA23654@spooky.eis.net.au> from "Ernie Elu" at Feb 14, 97 10:00:28 pm X-Mailer: ELM [version 2.4 PL24 ME7a] Content-Type: text Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Hi, > in the past I have been running freebsd-2.1.6 and decided to upgrade one of > my web servers to freebsd 2.2-GAMMA, the upgrade went fine except for 3 > single i/p aliases that I had that were all bound to ed0 > > ie. > > ifconfig ed0 alias a.b.c.d netmask 0xffffffff > ifconfig ed0 alias e.f.g.h netmask 0xffffffff correct is: ifconfig lo0 alias e.f.g.h netmask 0xffffffff ^^^ arp -s e.f.g.h 1:2:3:4:5:6 pub ^^^^^^^^^^^ arp for ed0 all aliases on lo0, aliases on ed0 etc sometimes not work :) Alex > > etc. > > After rebooting with the 2.2-GAMMA kernel ony the first of the 3 aliases > could be pinged. I played around for a while with no luck so I tried binding > the 3 aliases to the lo device instead of ed0 and all worked fine. > > I am happy to leave it that way but I would like someone to share any ideas > as to what happened between 2.1.6 and 2.2-GAMMA to make the original config > break. > > The upgrade technique I used was to install all the 2.2-GAMMA source tree > and do a make world then rebuild the kernel. > > - Ernie. >