nic Questions
2
I would like to get the NIC driver 64bit statistics in userspace, in the simplest way possible.
The man page of API function getifaddrs(), suggests a simple example program that does it using 32bit...
5
Solved
Spring application using Maven including only Spring Web dependency gives "Unable to start embedded Tomcat serve" error.
The same project runs on other computers like expected.
Spring Boo...
Marchpast asked 23/2, 2021 at 1:26
15
Solved
When an error occurs in a Python script on Unix, an email is sent.
I have been asked to add {Testing Environment} to the subject line of the email if the IP address is 192.168.100.37 which is the t...
Brewage asked 13/6, 2014 at 2:46
3
Solved
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 IP addresses for the local machine. I need to...
Pastorale asked 17/6, 2010 at 14:33
3
Solved
I know that for a network card, OS must allocate tx/rx rings for it so that when OS wants to receive/transmit packets, the network card will know where the packets are and which packets are to be t...
Sewellyn asked 23/11, 2017 at 7:56
6
Solved
How can I programmatically check whether my machine has internet access or not using C/C++, is it just a matter of pinging an IP? How does NIC do it ? I mean something like:
I am using Windows 7...
Farceur asked 3/4, 2013 at 3:34
3
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.x
172.21.0.x...
Toughminded asked 21/3, 2017 at 11:50
2
I want to set the number of RX/TX queues used by an Intel 10G NIC. Let me explain why:
I am using an Intel 10G NIC of type X520, on a Dell R720 system. I am using ixgbe version 3.6.7-k. The kernel...
Outshine asked 19/5, 2014 at 5:30
1
Solved
After creating a new network with:
docker network create test-net
and running ifconfig on the host, a new interface name is being listed:
br-f2b630e4e141 Link encap:Ethernet HWaddr 02:42:48:fe:c...
Stockyard asked 15/5, 2017 at 13:47
5
Solved
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 ...
Deberadeberry asked 26/11, 2011 at 20:25
1
Solved
I am trying to understand the concept of Rx and Tx descriptors used in Network driver code.
Are Descriptors in software(RAM) or hardware (NIC card).
How do they get filled.
EDIT: So in a Realtek ...
Guimar asked 14/4, 2016 at 14:16
2
I am using the code below in order to add a NIC configured with DistributedVirtualSwitch to an existing VM (via pyVmomi):
def __AddNIC(si, vmconf_dict, network_name):
vm = __get_vm(si, vmconf_dic...
4
I am trying to send UDP with datagram in JAVA and my machine have several NIC with different IP's.
How can I set which NIC I want my packet to be sent from ?? (assuming I have more than one on the...
1
Solved
I run ethtool to query the offload features of a NIC using "ethtool -k" command, and the output is something as follows:
ethtool -k eth0
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather...
Kortneykoruna asked 15/12, 2014 at 6:56
5
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 a...
1
Solved
I listed all interrupts with this:
cat /proc/interruts
it gives this:
CPU0 CPU1 CPU2 CPU3
0: 126 0 0 0 IO-APIC-edge timer
1: 941 0 0 0 IO-APIC-edge keyboard
... (etc.)
19: 941 0 0 0 IO-API...
Lontson asked 6/12, 2013 at 9:42
1
7
Solved
I'm trying to come up with a solution to programmatically 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...
Flotilla asked 13/5, 2009 at 22:7
1
© 2022 - 2024 — McMap. All rights reserved.