From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 06:50:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB30537B401 for ; Fri, 27 Jun 2003 06:50:06 -0700 (PDT) Received: from argosy.ca (www.argosy.ca [138.73.18.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7A643FBD for ; Fri, 27 Jun 2003 06:50:06 -0700 (PDT) (envelope-from hhwoo@argosy.ca) Received: from a7n8x (mctn1-2698.nb.aliant.net [156.34.186.138]) by argosy.ca (8.12.9/8.12.9) with SMTP id h5RDpat2031406; Fri, 27 Jun 2003 10:51:36 -0300 (ADT) (envelope-from hhwoo@argosy.ca) Message-ID: <009d01c33cb3$1fc3e410$0200a8c0@a7n8x> From: "Han Hwei Woo" To: "Grant Peel" , References: <004c01c33b6c$68bf9a80$6401a8c0@grant> Date: Fri, 27 Jun 2003 10:50:52 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: ifconfig X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 13:50:07 -0000 Are you including the alias as part of the directive, or as one of the parameters of the directive? i.e. are you doing: ifconfig_if0_alias0="inet netmask 0xffffffff" or ifconfig_if0="inet netmask 0xffffffff alias"? If you're using the second method, try using the first. If you're already using the first method though, I don't know what to tell you. Hope this helps. Han Hwei Woo http://www.argosy.ca ----- Original Message ----- From: "Grant Peel" To: Sent: Wednesday, June 25, 2003 7:52 PM Subject: ifconfig > Is there any reason ifconfig will re-order the names of aliases IPs? > > Example, in my rc.conf. I have all IPs grouped by network, sorted by IP. > WHen I add them using ifconfig, they wind up in a different order (jumbled). > Everything still works fine, its just screwing my scripts up. > > -Grant > > Grant W. Peel > Server Admin > grant@thenetnow.com > http://thenetnow.com > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >