From owner-freebsd-questions Mon Apr 13 13:42:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13726 for freebsd-questions-outgoing; Mon, 13 Apr 1998 13:42:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from seagull.rtd.com (dcostell@seagull.rtd.com [198.102.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13716 for ; Mon, 13 Apr 1998 20:42:09 GMT (envelope-from dcostell@rtd.com) Received: (from dcostell@localhost) by seagull.rtd.com (8.8.5/8.8.5) id NAA01471; Mon, 13 Apr 1998 13:42:00 -0700 (MST) From: Dave Costello Message-Id: <199804132042.NAA01471@seagull.rtd.com> Subject: Re: error: ip-address is duplicated by ip-addess In-Reply-To: <199804131636.QAA21533@free1.cetinc.com> from Brian Neal at "Apr 13, 98 04:36:15 pm" To: brian@free1.cetinc.com (Brian Neal) Date: Mon, 13 Apr 1998 13:41:59 -0700 (MST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Hello, > > I'm running a web server under FreeBSD-3.0SNAP and Apache. > I'm using Apache's virtual host function to host multiple > virtual domains. > > To bind the ip's to the network card I do: > > ifconfig ed1 inet [virtual-ip] netmask 0xffffff00 alias > route add [virtual-ip] 127.0.0.1 > > Everything works fine but I get this error message: > > routed: ed1 (206.240.124.9/24) is duplicated by ed1 (206.240.124.40/24) > > Everything still works, but this error is filling up my log > files! > > Try : route add -host 206.240.124.9 -netmask 255.255.255.255 127.0.0.1 Do that for all of your virtual routes and it should clear up the problem... it seems that the route command figures you are adding a route to a full class C otherwise. Dave -- Dave Costello In any given circumstance Chief Network Engineer Under any conditions Wk. (520) 388-9000 ext. 113 The only guaranty is that Pg. (520) 388-7282 A computer will do damn E-Mail Pg. dcostell@page.rtd.com Well as it pleases To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message