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" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> 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 > [EMAIL PROTECTED] > http://thenetnow.com > > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
