Virtual MAC Addresses

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Post Reply
User avatar
IanSeyler
Member
Member
Posts: 326
Joined: Mon Jul 28, 2008 9:46 am
Location: Ontario, Canada
Contact:

Virtual MAC Addresses

Post by IanSeyler »

Does anyone have experience with using Virtual MAC addresses in their operating systems?

In my Parallax system I have set it to the following:

Node 1 Physical MAC: 08:00:c4:73:56:04
Node 1, Core 1 Virtual MAC: 08:00:c4:73:56:05
Node 1, Core 2 Virtual MAC: 08:00:c4:73:56:06

Will I need to modify the NIC driver to listen on multiple MAC's (The Intel 8254x supports up to 16) or just set it to promiscuous?

How does something like VMware do it?

-Ian
BareMetal OS - http://www.returninfinity.com/
Mono-tasking 64-bit OS for x86-64 based computers, written entirely in Assembly
Post Reply