Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > MAC address filtering by the NIC card

Reply
Thread Tools Display Modes

MAC address filtering by the NIC card

 
 
Daniel
Guest
Posts: n/a

 
      06-10-2010
Hi,

In my NDIS protocol driver I make a request to the NIC driver to set the
filter to PROMISCUOUS_PACKET_FILTER to receive packets with different MAC
address other than the card's MAC address.

Is there a way to configure the NIC driver to receive packets with specific
MAC address without using the promiscuous flag or a Multicast address?

Thanks,

Daniel
 
Reply With Quote
 
 
 
 
Pavel A.
Guest
Posts: n/a

 
      06-10-2010
"Daniel" <> wrote in message
news:63BAA131-B81D-41AA-A69D-...
> Hi,
>
> In my NDIS protocol driver I make a request to the NIC driver to set the
> filter to PROMISCUOUS_PACKET_FILTER to receive packets with different MAC
> address other than the card's MAC address.
>
> Is there a way to configure the NIC driver to receive packets with
> specific
> MAC address without using the promiscuous flag or a Multicast address?


Yes, just set this specific address as the current MAC address
(using the standard registry override) and set the filter to DIRECTED.

--pa


 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      06-11-2010
> Is there a way to configure the NIC driver to receive packets with specific
> MAC address without using the promiscuous flag or a Multicast address?


Specific _dst_ address? no.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      06-11-2010
> Yes, just set this specific address as the current MAC address
> (using the standard registry override) and set the filter to DIRECTED.


....and break everything around like TCP/IP.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

 
Reply With Quote
 
Pavel A.
Guest
Posts: n/a

 
      06-11-2010
"Maxim S. Shatskih" <> wrote in message
news:...
>> Yes, just set this specific address as the current MAC address
>> (using the standard registry override) and set the filter to DIRECTED.

>
> ...and break everything around like TCP/IP.


Nope. Tcpip has its own filter.

--pa


 
Reply With Quote
 
Pavel A.
Guest
Posts: n/a

 
      06-11-2010
If you mean that it will create a duplicate MAC address...
Of course, then this netcard must be unbound from tcpip, and used only for
receive.

--pa

"Pavel A." <> wrote in message
news:OeUW#...
> "Maxim S. Shatskih" <> wrote in message
> news:...
>>> Yes, just set this specific address as the current MAC address
>>> (using the standard registry override) and set the filter to DIRECTED.

>>
>> ...and break everything around like TCP/IP.

>
> Nope. Tcpip has its own filter.
>
> --pa




 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Buy united states fake passports/british(uk)fake passports online/swiss fake/false pa undisclosed Windows Media Player 0 05-29-2010 04:23 PM
How much Memory can Vista 32 bit support? Jon Acord Windows Vista General Discussion 125 12-31-2009 03:24 PM
Video card recommendation Thomas Jarboe Windows Vista Games 16 01-28-2008 04:52 PM
SD Card needs driver in Vista?! SaPhZ Windows Vista Hardware 2 08-17-2007 06:24 AM
Stop Error 0x0000007b Louis LeBrun Windows Vista Installation 17 07-05-2006 09:00 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59