On Fri, Oct 31, 2008 at 12:07 PM, CJ Keist <[EMAIL PROTECTED]> wrote: > Bob, > That was it!! Multicast was not enabled for that sunray VLAN of mine > (Doh!!!!).
While you're in a reconfiguring mood, if there's any chance at all that multiple NICs on a given server will ever be connected to the same collection of switches (ie a group of switches that reside in the same spanning tree) then you should tell each NIC to use a unique MAC address. The ifconfig output you posted earlier shows ce0 and ce1 using the same MAC address. That's the traditional Solaris default configuration and it's fine if the NICs are connected to disjoint switches, but it'll cause strange behaviour if the NICs are connected to switches that exchange topology information with each other. To find out how to tell the NICs to use separate addresses do 'man eeprom' and look for the 'local-mac-address' boolean. OttoM. __ ottomeister Disclaimer: These are my opinions. I do not speak for my employer. _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
