Questions tagged [nic]

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

627 questions
11
votes
2 answers

Multiple IP addresses per NIC

How can I have multiple IP addresses assigned to a single NIC? I remember doing this on Unix way back when. Can it be done on Windows?
BIBD
  • 1,866
  • 10
  • 30
  • 44
11
votes
2 answers

Is APC's smart-signaling cable (940-0024) really proprietary?

First, not sure if this question belongs here or SU, so please advice accordingly before wildly down-voting or blasting me. We have a UPS unit for which we recently configured to work on our network. The UPS unit uses an AP9606 network card, but…
Chad Harrison
  • 6,990
  • 10
  • 29
  • 41
10
votes
4 answers

Why is ethtool not showing me all the properties for a NIC?

CentOS 5.8 | VMWare ESX 5.1 When I run ethtool eth0 I see the following: [root@foo ~]# ethtool eth0 Settings for eth0: Current message level: 0x00000007 (7) Link detected: yes Is there any way to get the rest of the details?…
Mike B
  • 11,871
  • 42
  • 107
  • 168
10
votes
4 answers

PCI Express x4 network card into PCI-Express x16 slot?

Is it possible to plug in PCIe x4 NIC into PCIe x16 slot?
ctinnist
  • 375
  • 1
  • 5
  • 16
9
votes
3 answers

how to tell if NIC has multiqueue enabled?

Can anyone tell me what command i run to determine if my 10G NIC is running in single RX-TX queue mode or multiqueue? It looks like it only has 1 RX/TX queue according to cat /proc/interrupts root@hostname:scripts]# cat /proc/interrupts | grep…
dobbs
  • 151
  • 1
  • 1
  • 6
9
votes
5 answers

Is it possible to connect a single NIC to two different VLANs?

I know it is possible to assign multiple IP addresses to the same NIC as long as they are on the same sub-net (e.g. server A can be assigned both 192.168.1.1 and 192.168.1.2). However, is it possible to assign multiple IP addresses that are a…
sagi
  • 707
  • 3
  • 9
  • 19
9
votes
2 answers

Many dropped packets of my NIC

I have a server running on CentOS 5.3 (a comet chat server, will have lots of tcp connections). Recently I found it was very slow (http service and ssh) so I use "ifconfig" command to figured out what happened. eth0 Link encap:Ethernet HWaddr…
Mickey Shine
  • 939
  • 4
  • 17
  • 33
9
votes
2 answers

MAC addresses on dual-NIC mainboards

Here's a weird problem. We've got a number of devices with dual-NIC mainboards. Some are Realtek NICs, which suck. Some are Intel e1000s, which don't. I've just noticed on 2 machines, one is an Intel NIC, one is a Realtek, that when I put the MAC…
Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
8
votes
1 answer

LOM vs. NIC for iDRAC with Dell PowerEdge R720xd

I'm trying to get going with iDRAC 7 Express (no Enterprise license so we can't use the dedicated port). In the setup menu for iDRAC, it asks to choose which network interface to use for iDRAC. There are four choices: LOM1, LOM2, LOM3, and LOM4. …
CptSupermrkt
  • 233
  • 1
  • 3
  • 9
8
votes
2 answers

Can I have 2Gbit over 1Gbit Nics

So this really baffles me. Apparently because 1Gbit can transmit data in both directions simultaneously it should be possible to get 2Gbit of data transfer on a single NIC (1Gbit flow seend and 1Gbit receive). People claim that because 1Gbit is…
ivenhov
  • 181
  • 3
7
votes
3 answers

Multiport Server NIC ports?

I need to buy multiport NIC, because I need to replace 4 NIC with one. For example they…
Marko Farkas
  • 163
  • 5
  • 11
7
votes
1 answer

How can I confirm if my vmxnet driver is installed on my CentOS server?

I have an appliance running CentOS 5.x on VMWare ESX. Quite recently I upgraded it to a newer version of CentOS (still in 5.x) and I noticed that the network card wouldn't initialize. If I run service network restart I get an error: [root@foobox]…
Mike B
  • 11,871
  • 42
  • 107
  • 168
7
votes
3 answers

CentOS not detecting Intel 10G (ixgbe) interface

I have a server with CentOS 6.5 installed with 2x 1Gbps Ethernet Cards, I have added a new interface (Intel(R) 10 Gigabit PCI Express Network) but the problem. is the system is not detecting the ethernet information with (ifconfig -a) or…
Areeb111
  • 73
  • 1
  • 1
  • 8
7
votes
2 answers

Are transceivers hot swappable?

Are transceivers in general hot swappable, and if not, how do I find out if these are? Using these adapters 665243-B21, HP Ethernet 10Gb 2-port 560FLR-SFP+ 665249-B21, HP Ethernet 10Gb 2-port 560SFP+ and these transceivers 455883-B21, HP BLc…
Jasmine Lognnes
  • 2,520
  • 8
  • 33
  • 51
7
votes
2 answers

NIC Teaming with Broadcom on HyperV 2008 R2

I have a HyperV cluster made up of 3 hosts. Each host is connected to both of my Nexus 5548 switches running in an etherchannel. LACP on the switch and NIC teaming using Broadcom 802.3ad on the server side. This gives me 2GB of bandwidth and also…
Ruisu
  • 485
  • 7
  • 19
1
2
3
41 42