Top "Nic" questions

A Network Interface Card is a computer component which connects to a physical network in order to send and receive data.

How can I get the IP address from NIC in Python?

When an error occurs in a Python script on Unix , an email is sent. I have been asked to add {…

python unix networking nic
Programmatically disable/enable network interface

I'm trying to come up with a solution to programmatically enable/disable the network card - I've done a ton …

c++ windows windows-vista windows-xp nic
Using Powershell to remove non present network adapters

I'm trying to automate via PowerShell a number of time consuming tasks that I have to preform to make a …

powershell registry wmi nic device-manager
Programmatically check whether my machine has internet access or not

How can I programmatically check whether my machine has internet access or not using C/C++, is it just a …

c++ c connectivity nic
ixgbe: setting the number of RX/TX queues

I want to set the number of RX/TX queues used by an Intel 10G NIC. Let me explain why: …

networking linux-device-driver affinity nic irq
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 …

android routing iptables gateway nic
What does the meaning of "[fixed]" string in output of ethtool command

I run ethtool to query the offload features of a NIC using "ethtool -k" command, and the output is something …

networking nic
JAVA set / choose specific NIC from multiple (UDP)

I am trying to send UDP with datagram in JAVA and my machine have several NIC with different IP's. How …

java udp set datagram nic
docker-compose: specify which interface will connect to each network (when having multiple networks)

Inside the docker-compose.yaml I define 4 different networks: networks: vpp-nw: vpp-client: vpp-server: vpp-db: which use the following network addresses respectively: 172.20.0.…

networking docker docker-compose nic
how is TCP's checksum calculated when we use tcpdump to capture packets which we send out

I am trying to generate a series of packets to simulate the TCP 3-way handshake procedure, my first step is …

linux tcp checksum tcpdump nic