Virtual Interface Problem & le0 Problem

2007-12-25 11:22:00

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

Comments

Got something to say?

You must be logged in to post a comment.