Date: Fri, 27 Jun 2003 10:50:52 -0300 From: "Han Hwei Woo" <hhwoo@argosy.ca> To: "Grant Peel" <grant@thenetnow.com>, <freebsd-questions@freebsd.org> Subject: Re: ifconfig Message-ID: <009d01c33cb3$1fc3e410$0200a8c0@a7n8x> References: <004c01c33b6c$68bf9a80$6401a8c0@grant>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <ip> netmask 0xffffffff" or ifconfig_if0="inet <ip> 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" <grant@thenetnow.com> To: <freebsd-questions@freebsd.org> 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?009d01c33cb3$1fc3e410$0200a8c0>