From owner-freebsd-questions Thu Aug 12 20:36:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from twwells.com (twwells.com [209.118.236.57]) by hub.freebsd.org (Postfix) with SMTP id 6E28C14A2D for ; Thu, 12 Aug 1999 20:36:42 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #2) id 11F85V-0007cY-00; Thu, 12 Aug 1999 23:33:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: virtual ip's in rc.conf Message-ID: <7p03ev$s9m$1@twwells.com> References: <19990811203111.A2826@xenetserver.harz.de> Date: Thu, 12 Aug 1999 23:33:01 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <19990811203111.A2826@xenetserver.harz.de>, Matthias Meyser wrote: : > is what I have: : > ifconfig_ed0="inet 192.168.0.1 netmask 255.255.255.0" : > ifconfig_ed0="alias 192.168.0.2 netmask 255.255.255.0" : > I looked all over the handbook and all over the mailing list but couldn't : > find anything. If anyone could help, I'd appreciate. : : Try it this way :) : : ifconfig_ed0="inet 192.168.0.1 netmask 255.255.255.0" : ifconfig_ed0_alias0="inet 192.168.0.2 netmask 255.255.255.0" : ifconfig_ed0_alias1="inet 192.168.0.3 netmask 255.255.255.0" Almost. Try this instead: ifconfig_ed0_alias0="alias 192.168.0.2 netmask 255.255.255.255" ifconfig_ed0_alias1="alias 192.168.0.3 netmask 255.255.255.255" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message