From owner-freebsd-stable Thu Feb 15 09:31:59 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA10612 for stable-outgoing; Thu, 15 Feb 1996 09:31:59 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA10606 for ; Thu, 15 Feb 1996 09:31:56 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id KAA29970; Thu, 15 Feb 1996 10:34:34 -0700 Date: Thu, 15 Feb 1996 10:34:34 -0700 From: Nate Williams Message-Id: <199602151734.KAA29970@rocky.sri.MT.net> To: michael butler Cc: nate@sri.MT.net (Nate Williams), stable@freebsd.org Subject: Re: arp and async problems In-Reply-To: <199602151723.EAA08635@asstdc.scgt.oz.au> References: <199602151714.KAA29800@rocky.sri.MT.net> <199602151723.EAA08635@asstdc.scgt.oz.au> Sender: owner-stable@freebsd.org Precedence: bulk > > > i) with whatever recently changed in the arp code, I now get a stream of > > > error messages every 30 seconds when gated wants to advertise routes. Garrett usually responds to folks having problems with this, but... > iii) the aliases are added in /etc/netstart immediately after the initial > ifconfig with .. > > ifconfig ep0 inet 202.12.127. alias netmask 255.255.255.255 > > .. none of them fall within the primary network's subnet (i.e. it primary > address is .70, it has aliases from 225 through 238 of which only the first > six are accessible to the outside world). Um, is this legal? I don't think so. > iv) attempts at installing a proxy arp ("arp -s
pub") fails > with "not an 802 interface" or something similar. Leaving off the "pub" > yields something like "cannot set arp for
"), Which is because those addresses don't have a subnet which arp can publish the entries on. I think you are doing something that worked in 2.1, but was illegal and is no longer allowed. This comment from /sys/netinet/in.c might be of interest: revision 1.14.4.2 date: 1996/01/30 21:41:34; author: davidg; state: Exp; lines: +8 -2 Brought in change from rev 1.21: fix for aliases & all-ones netmasks. Nate