Tagged Questions

12
votes
8answers
7k 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. ...
4
votes
1answer
317 views

Differentiate VMware network adapter from physical network adapters

I have to differentiate between the real addresses and the VM addresses using any Windows API. I'm using Getadaptersaddresses API to populate a list of ipaddresses for the local machine. I need to ...
1
vote
1answer
63 views

NIC Card Info Keeps Looping

Im trying to extract NIc card info for a server using double for loop, im facing a problem currently as the NIc card info keeps on looping, like if there are 5 nic cards the loop runs & gives the ...
0
votes
1answer
72 views

How get using nic id, if have multiple nic

I have multiple nic. and each nic is setting different ip range (routing table). if i connect to specific ip, how get nic id actually using nic to connect the ip? i have short english, sorry ^^;;
0
votes
2answers
41 views

promiscus mode not working on windows 2003 [closed]

A machine has 2 NICs both of which supports promiscus mode. IPs are say ip1(N1), ip2(N2). A application is listening on ip1 (N1) and from a second computer (Sender:S) i am sending udp/icmp data to ...
0
votes
3answers
218 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.