Date: Mon, 13 Apr 1998 13:41:59 -0700 (MST) From: Dave Costello <dcostell@rtd.com> To: brian@free1.cetinc.com (Brian Neal) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: error: ip-address is duplicated by ip-addess Message-ID: <199804132042.NAA01471@seagull.rtd.com> In-Reply-To: <199804131636.QAA21533@free1.cetinc.com> from Brian Neal at "Apr 13, 98 04:36:15 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804132042.NAA01471>