Prev: mapping shared memory into the same logical address into diff. tasks
Next: solutions for failing over zones
From: Chris Eckert on 12 May 2010 17:30 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 12 May 2010 22:38 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 13 May 2010 10:18 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 13 May 2010 16:25 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 13 May 2010 17:00 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)
|
Next
|
Last
Pages: 1 2 Prev: mapping shared memory into the same logical address into diff. tasks Next: solutions for failing over zones |