Tagged Questions
The nic tag has no wiki summary.
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 ...
3
votes
3answers
81 views
Is there any way of an app in Linux have access to 2 network cards?
My app needs to access two network cards. One to receive data (eth0) and another to send data (3G modem).
Normally, the kernel force the app to work with only one card at a time.
Is there any thing ...
2
votes
1answer
40 views
How to view vendor information of my NIC?
How to get the vendor information of my NIC on top of Ubuntu? I wanna get its vendor, type and things like that? Any shell commands available? Thanks in advance.
2
votes
3answers
186 views
Python, How to get all external ip addresses with multiple NICs
What is the most efficient way to get all of the external ip address of a machine with multiple nics, using python? I understand that an external server is neeeded (I have one available) but am un ...
2
votes
1answer
158 views
Is that possible to add two different default gateways into the routing table for two different NICs in android?
By default, the packets of default connection will use eth0 to go out/in.
The default gateway in the routing table is eth0's gw ip.
When another interface said eth1 is up, I want to add another ...
2
votes
2answers
347 views
Getting the MAC address in Windows 7 when NIC is disabled using C#
I need a way to retrieve the MAC address of a machine with Windows 7 when its Network Interface Card is disabled and using C#. I searched through web and also refereed to the following links and the ...
2
votes
1answer
151 views
link state notification in Java
Is there any way in Java to receive event notifications whenever link state changes on a computer (connected, disconnected, up, down, etc)? Thanks!
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 ...
1
vote
1answer
402 views
how to setup “ip address”,“DNS”, “hostname”,“MAC address” in python?
I want to write a script for network security IP scan porpose, such a tool may need spoofing it's host NIC status for testing purpose, for example,
to setup NIC's ip address,
to setup DNS address,
...
1
vote
4answers
565 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
0answers
35 views
UDP Broadcast same network interface multiple applications
I have a proprietary application running in my PC that listens to a specific IP address broadcasts in the NIC I bind him to.
I did an application to generate this UDP broadcast packet but the other ...
0
votes
0answers
23 views
Bridging NIC programmically
Problem:
Lack knowlege to bridge a connection on a nic programmically. I can enable the NIC interface but do not know how to enable bridging on that same interface via vbscript.
Questions:
How do you ...
0
votes
1answer
65 views
It can't be throw over gateway using bonding on CentOS 6
I'll try to bonding(NIC RAID) on CentOS6.
(It can meet preconditions to connect the Internet with eachother NICs.)
I set some parameters in some files, which are "/etc/modprobe.d/bonding.conf",
...
0
votes
0answers
64 views
WMI vs NETSH for Adding IP's to NIC with C#?
I am writing a small tool to simplify some of the stuff I do at work day to day, and the Windows GUI for adding IP's to the NIC is horrid. I am looking to find a decent way to...
Pull all Static ...
0
votes
1answer
71 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
1answer
132 views
FreeBSD: Questions about NIC ring buffers, mbufs, and bpf buffers
I've been going through many technical documents on packet capture/processing and host stacks trying to understand it all, there's a few areas where I'm troubled, hopefully someone can help.
Assuming ...
0
votes
2answers
40 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
0answers
69 views
Nic Editor Font Format Problem
I am using nic editor for a HTML text area. All functionality are working except Font format . The problem is while applying font format option it just adds a space in the box and value not applied to ...
0
votes
1answer
182 views
Disable NetBios over TCP/IP & also get Location id for a NIC using powershell
I wanted someone to help me out to disable NetBIOS over TCP/IP and also to get the location ID of a NIC using PowerShell,
0
votes
1answer
137 views
IIS7 doesn't display bound IP addresses
So I have ten extra IPs bound to my network adapter. When I go to add a binding usually IIS7 presents me with a list of IP addresses that are available, however I only have 127.0.0.1. I can manually ...
0
votes
1answer
90 views
User space NIC meaning
Can somebody tell me what does User Space NIC exactly means and when it is used. And what are the advantages of running application in this way? I would be happy if you can support your reply with an ...
0
votes
1answer
22 views
How to sent message to the NIC of our own computer?
I want to transfer a message to the NIC of my computer, without using another computer. I actually want to capture packets that pass through my NIC. Ideally that would require 2 other computers in my ...
0
votes
1answer
387 views
Can we simultaneously use multiple NICs at the same time?
I have a server with 3 different NICs with 3 different IP addresses. I want to write a small socket program to select which NIC will be used to send out the message. I just want to know that is it ...
0
votes
1answer
100 views
wcf and multicore
I have a wcf service that will be running on a multicore system, with multiple NIC cards. Do I need to do anything in order to take full advantage of the cores? Do I need to run multiple instances of ...
0
votes
1answer
576 views
Linux Virtual Network Interface
This what I am trying to acheive ....
the test machine (a linux box) will have N1 number of network cards.
The user would be able to define N2 number of virtual interfaces (each with its IP and a ...
0
votes
3answers
433 views
Whats the command to find Nic cards serial numbers in linux?
Whats the command to find Nic cards serial numbers in linux ? I tried dmidecode options and lshow
may be I missed some thing
0
votes
1answer
97 views
Measuring and explaing the events between socket.send to the packet actually leaving the box
I am trying to find out the total time it takes from the point where my C# application calls Socket.Send till the time the packet actually leaves the box. What is the best ...
0
votes
2answers
532 views
Change the settings of a single NIC using WMI (C#)?
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 of ...
0
votes
1answer
351 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
174 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
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.
0
votes
2answers
875 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 ...