From owner-freebsd-questions Wed Aug 11 11:48: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megared.net.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 83385155A8 for ; Wed, 11 Aug 1999 11:47:55 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.252]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id NAA98990; Wed, 11 Aug 1999 13:47:07 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <039801bee429$fafe1460$fca3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Matthias Meyser" , References: <19990811203111.A2826@xenetserver.harz.de> Subject: RE: virtual ip's in rc.conf Date: Wed, 11 Aug 1999 13:47:36 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: Matthias Meyser To: Sent: Wednesday, August 11, 1999 1:31 PM Subject: Re: virtual ip's in rc.conf > Hi MArc > On Wed, Aug 11, 1999 at 02:18:24PM -0400, Marc Tardif wrote: > > Is there a way to set virtual ip's directly in the rc.conf file instead of > > having to type "ifconfig ed0 alias 192.168.0.2 netmask 0xffffffff". This > > 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" Shouldnt this be??? ifconfig_ed0_alias0="inet 192.168.0.2 netmask 255.255.255.255" ifconfig_ed0_alias1="inet 192.168.0.3 netmask 255.255.255.255" Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message