0
votes
1answer
37 views
Change the settings of a single NIC using WMI (C#)?
Hi. I have read this article about using WMI to change the settings of NICs ( Article)
But I can't figure out how to change the settings of a single NIC (based on MACaddress, ID or whatever) instead …
4
votes
6answers
1k views
Programatically disable/enable network interface…
I'm trying to come up with a solution to programatically enable/disable the network card - I've done a ton of research and nothing seems to be a workable solution in both XP and Vista environments. …
0
votes
0answers
27 views
Detecting current driver settings for NICs on linux
How can I find out what settings a certain NIC was loaded with in linux? I know there's modprobe.conf , but it doesn't give me the config if it was loaded using custom params with modprobe. Also, is …
2
votes
4answers
136 views
How to get a stable MAC address for PC?
We are using MAC addresses to identify PCs as licensed to run software.
(Don't care about MAC spoofing; licenses are hard to get :)
PCs may have multiple Ethernet controllers (we also don't worry …
0
votes
1answer
61 views
.NET Remoting Client’s Problem when running on the machine with Multi NICs
I built a .NET Remoting Client which works quite fine on the machine of single NIC, and lots of testing messages received via remoting event.
But when additional NIC was added, the Client seemed to …
0
votes
3answers
136 views
are you supposed to use both NICs on a linux server? [closed]
this may sound ridiculous, but i'm really not sure whether to use the 2nd NIC on a linux server. what do you do with your 2nd NIC? is it for redundancy or for throughput? on our mail server (postfix), …
0
votes
0answers
166 views
I am disabling the Power Mangement option for NIC using VBScript which is setting PnpCapabilities to 56 can anyboy know how to uncheck the checkbox without rebooting
Hi All,
I am disabling the Power Mangement option for NIC using VBScript which is setting PnpCapabilities to 56 and after rebooting the system the checkbox which is present in Device Manager for …
0
votes
2answers
553 views
VMWare Server Under Linux Secondary NIC connection
With VMWare Server running under Linux (Debain), I would like to have the following setup:
1st NIC being used by many of the
images running under VMWare, as well
as being used by the Linux OS
2nd …
0
votes
3answers
164 views
.NET SqlConnection NIC usage
Having a computer with multiple NICs, I need to specify somehow the one to use for the connection to SQL Server.
