views:

62

answers:

1

Hi , in our Network bandwith assign to mac address and if you can get more than one , you can get more bandwith :)

if there any application or class in C# that can do this .... I'm already have the http proxy or port maper to send packets in different ip addresses but because of they are use same mac address it won't work .

Any help is appreciated .

+1  A: 

You can not. WHile you can CHANGE The MAC address, you will not be able to have more than one on a network card without some pretty heavy lifting driver level wise (and thus definitely not in C#).

TomTom