From owner-freebsd-questions Mon Apr 13 13:35:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12178 for freebsd-questions-outgoing; Mon, 13 Apr 1998 13:35:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from free1.cetinc.com ([206.240.124.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12166 for ; Mon, 13 Apr 1998 20:35:43 GMT (envelope-from brian@free1.cetinc.com) Received: (from brian@localhost) by free1.cetinc.com (8.8.8/8.8.8) id QAA21533 for freebsd-questions@freebsd.org; Mon, 13 Apr 1998 16:36:15 GMT (envelope-from brian) Date: Mon, 13 Apr 1998 16:36:15 GMT From: Brian Neal Message-Id: <199804131636.QAA21533@free1.cetinc.com> To: freebsd-questions@FreeBSD.ORG Subject: error: ip-address is duplicated by ip-addess 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! Thanks in advance, Brian Neal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message