From: <er...@he...> - 2003-02-07 18:36:42
|
On Thu, Feb 06, 2003 at 02:47:40PM +0100, ha...@no... wrote: > > I am going thru some documentation and writing a few utilties and I was > > wonering why you can use multiple mac addresses and assign it to a single node > > ? > > > > for example; > > > > node 0 00:11:22:33:44:55 11:22:33:44:55:66 > > Probably useful when you alternate two ethernet cards during setup > experiments? That's exactly why. In my case I had machines with 3+ interfaces and that way it didn't matter which I decided to use. Along these lines you can also assign multiple IP addresses to a single node. That's necessary if you want to be able to switch networks after a node comes up. I've done that in a case where I didn't have the driver for the new/exotic network on my boot media. beoserv will decide which address to serve back to the client based on the address/netmask of the interface that the request came in on. - Erik |