From: Chris Eckert on
hi all,

in solaris 10 u8, how do i prioritize
(give priority to) one of 2 available
nics for traffic?

how can i fall back to the slower one
(100mbit/s) only if the faster one (1000mbit/s)
fails?

thanks
chris
From: Chris Eckert on
for clarification:

when i start browsing a website on that
system, i'd like it to use interface 1 with
ip adress (a) by default instead of
interface 2 with ip address (b).

Chris Eckert <eckert(a)alphanet.ch> wrote:
> hi all,
>
> in solaris 10 u8, how do i prioritize
> (give priority to) one of 2 available
> nics for traffic?
>
> how can i fall back to the slower one
> (100mbit/s) only if the faster one (1000mbit/s)
> fails?
>
> thanks
> chris
>


--
Chris Eckert (mobile)
From: Oscar del Rio on
On 05/12/10 05:30 PM, Chris Eckert wrote:

> how can i fall back to the slower one
> (100mbit/s) only if the faster one (1000mbit/s)
> fails?

IPMP?

http://docs.sun.com/app/docs/doc/816-4554/ipmptm-1?a=view
From: Ceri Davies on
On 2010-05-12, Chris Eckert <eckert(a)alphanet.ch> wrote:
> hi all,
>
> in solaris 10 u8, how do i prioritize
> (give priority to) one of 2 available
> nics for traffic?
>
> how can i fall back to the slower one
> (100mbit/s) only if the faster one (1000mbit/s)
> fails?

Put them both in the same IPMP group and mark the slower one standby.

Note that I'm not sure that mixing speeds in an IPMP group is supported.

Ceri
--
That must be wonderful! I don't understand it at all.
-- Moliere
From: Chris Eckert on
Michael Vilain <vilain(a)NOspamcop.net> wrote:
> In article
> <407488808295410859.311011eckert-alphanet.ch(a)news1.open-news-network.org
> >,
> Chris Eckert <eckert(a)alphanet.ch> wrote:
>
> > for clarification:
> >
> > when i start browsing a website on that
> > system, i'd like it to use interface 1 with
> > ip adress (a) by default instead of
> > interface 2 with ip address (b).
> >
> > Chris Eckert <eckert(a)alphanet.ch> wrote:
> > > hi all,
> > >
> > > in solaris 10 u8, how do i prioritize
> > > (give priority to) one of 2 available
> > > nics for traffic?
> > >
> > > how can i fall back to the slower one
> > > (100mbit/s) only if the faster one (1000mbit/s)
> > > fails?
> > >
> > > thanks
> > > chris
> > >
>
> AFAIK, UNIX networking doesn't work like that. Once the network
> traffic
> is "inside" the box, Solaris will take the stream from wherever based
> on
> the routing information. Either the external router publishes a
> default
> route or you assign it manually during startup based on the interface.
>
> When there's two interfaces both with traffic, you best make damn sure
>
> that only one is publishing a default route. Otherwise your network
> is
> broken and you'll have no end of problems. Solaris used to come up
> with
> routing discovery and look at what networks appeared on what
> interface.
> If both show the same segment, you'll have problems. That's not
> supposed to happen. To do round-robin or best-case selection--that's
> what big routers do or used to do.
>
> So, you have to do this yourself by selecting which interface has the
> default route out of the box. Write a script to add/remove the route.
>
> The route man page will give you more info.
>

ok. but can i define a default route per interface???

chris


--
Chris Eckert (mobile)