SUMMARY: Virtual Interface Problem & le0 Problem

From: Ryan Matteson (ryanm@accn.org)
Date: Tue Sep 15 1998 - 13:27:11 CDT


Thanks to all who replied, after a month of inquiries and a bit of time I
believe Chad Adams solved my problem. To get the primary interface used as
the default interface I created a /etc/rc2.d/S99virtual file with the
following:

ifconfig le0 0.0.0.0 down
ifconfig le0:1 xa.xx.xx.xx netmask yy.yy.yy.yy
ifconfig le0:2 xb.xx.xx.xx netmask yy.yy.yy.yy
ifconfig le0:3 xc.xx.xx.xx netmask yy.yy.yy.yy
                        ...
ifconfig le0 xx.xx.xx.xx up # makes it the last interface
                            # configured so all outgoing
                            # traffic uses this one
ifconfig le0:1 up
ifconfig le0:2 up
ifconfig le0:3 up

Thanks Chad for this script!!! Other people who gave me some direction
were:

Andrew Kyle
Yvonne Herman
Rob Richardson
Chris Liljenstolpe
Jay Morgan
Wade Stewart
Marco Greene
Ben Kline
Bill Crane
Casper Dik
Thomas Anders

Thanks you guys are extremely talented and we all appreciate your
willingness to help the community

Ryan



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:12:49 CDT