I am writing some IP telephony test software on Windows 2000 and need
configure a single NIC with multiple MAC addresses. The reason for this is
that each IP phone registers itself with its MAC address and I need to
simulate multiple IP phones using a single PC. Associating multiple IP
addresses to a single adaptor is easy but is there a way to associate
multiple MAC address without writing my own driver? Any suggestions would
be welcome, thanks.
Mike
On Thu, 2003-09-11 at 15:23, Mike Trinkala wrote:
I am writing some IP telephony test software on Windows 2000 and need
configure a single NIC with multiple MAC addresses. The reason for this is
that each IP phone registers itself with its MAC address and I need to
simulate multiple IP phones using a single PC. Associating multiple IP
addresses to a single adaptor is easy but is there a way to associate
multiple MAC address without writing my own driver?
For receives you can use promiscuous mode, but for sends you have to
write an NDIS driver. You could probably write a protocol, IM, or
miniport driver, with the latter being hardware-dependant and therefore
probably not a good idea.
-sd
It is impossible without writing a MUX driver with several virtual miniports
from the upper edge.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Mike Trinkala”
To: “Windows System Software Devs Interest List”
Sent: Friday, September 12, 2003 12:23 AM
Subject: [ntdev] Multiple MAC addresses on a single NIC card
> I am writing some IP telephony test software on Windows 2000 and need
> configure a single NIC with multiple MAC addresses. The reason for this is
> that each IP phone registers itself with its MAC address and I need to
> simulate multiple IP phones using a single PC. Associating multiple IP
> addresses to a single adaptor is easy but is there a way to associate
> multiple MAC address without writing my own driver? Any suggestions would
> be welcome, thanks.
>
>
> Mike
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
You may be able to install multiple instances of the
MS_Loopback-Adapter.
Norbert.
“Ever stop to think, and forget to start again?”
---- snip ----
> simulate multiple IP phones using a single PC. Associating multiple IP
---- snip ----