Questions tagged [ethernet]

Ethernet is the most common set of standards for wired connections in local area networks.

Ethernet is the most common set of standards for wired connections in local area networks.

Originally designed in the 1970s, Ethernet had a data rate of 10 megabits per second. Later, Ethernet was extended to support rates of 100 megabits/second, 1 gigabit/second, 10 gigabits/second and 100 gigabits/second.

710 questions
4
votes
6 answers

Can you totally ban a PC from the local network?

I was wondering whether it is possible to ban a PC from LAN or WLAN totally or not? I know that banning according to MAC address is useless, as it can be altered. P.S: assume that no credentials are required to connect the LAN/WLAN.
sterz
  • 185
  • 1
  • 8
4
votes
3 answers

what should be the destination MAC address for a limited broadcast address(255.255.255.255)

configuration: host(H1-10.10.10.55/24) has a default gateway(g1) 10.10.10.1/24. Question 1:H1 sends a packet to 255.255.255.255. What should be the destination MAC address in the outgoing frame? Should it be the MAC address of the gateway(g1) or…
Terrence M
4
votes
1 answer

10 GigE interfaces limits single connection throughput to 1 Gb on a ProCurve 4208vl

The setup is as follow : 3 Linux servers with Intel CX4 10 GigE controllers and an X-Serve with a Myricom 10 GigE CX4 controller are connected to a ProCurve 4208vl switch, with a myriad of other machines connected through good ol' 1000 base-T. The…
wazoox
  • 6,918
  • 4
  • 31
  • 63
4
votes
5 answers

Determine switches between devices on LAN

I'm on a network where most devices are DHCP. If I have a few switches between device A and a DHCP server, how can I find out what they are? traceroute just gives me 1 hop, regardless of the number of switches between device A and the DHCP server.
4
votes
2 answers

dual interface NIC with hw bridging?

I'm looking for a PCI NIC with two PHYs that is capable of bridging/switching in hardware but allows the host to monitor the traffic. Does such a thing exist? This would be running on a linux host. Edit: software bridging is not feasible for this…
bstpierre
  • 431
  • 1
  • 3
  • 14
4
votes
3 answers

What if a computer with Ethernet

I'm just revising for an exam on Networks and Data Communications, and there's one thing I don't get about CSMA/CD and Ethernet. It's supposed to be fairly stable, for instance if a computer drops out of the network, it's not a problem like it might…
George Nixon
3
votes
1 answer

What does rx_csum_offload_errors mean?

I see too many rx_csum_offload_errors on ethtool output and it constantly increases. What is the reason of these errors and how can I fix it? # ethtool -S enp12s0f0 | grep error rx_errors: 0 tx_errors: 0 rx_over_errors: 0 …
ibrahim
  • 431
  • 1
  • 7
  • 20
3
votes
1 answer

Any ideas on how to emulate eight network adapters using a single physical adapter?

I have an interesting setup that is moving from a legacy design to a newer design. The legacy design had eight physical, fiber optic media network adapters. The newer design utilizes a 10gb, copper media network adapter attached to a…
Michael
  • 131
  • 3
3
votes
2 answers

Measuring 40Gbe performance

I've connected two hosts via a 40Gbe fibre link and would like to determine a baseline for data transfer between them. I'm seeing relatively low speeds (~620MB/s). It seems that the signalling rate is lower and may in fact be 5Gb/s (which would…
0_0
  • 343
  • 1
  • 3
  • 11
3
votes
1 answer

Send network signal over a very long distance of copper

I have an issue were I need to interconnect 2 switches together. We've estimated that they are 1400 meters away (cabling distance). I wanted to use a media converter to extend the signal on OS1 fiber, but I can't because I must pay a lot of monthly…
Narus
  • 35
  • 1
  • 5
3
votes
1 answer

Unable to access network on Windows Server 2012 (Ethernet)

We have a server that had been using Ethernet, but temporarily Wi-Fi, and is now using Ethernet again. Strangely, it will not connect to the Internet. It detects when a cable is plugged into the port and the driver seems to be working and it is…
Jake
  • 602
  • 1
  • 9
  • 17
3
votes
1 answer

How do I increase the ring parameters for a NIC on a Linux server

I used the ethtool utility to increase the rx and tx values for the NIC on one of our servers. I ran the following command: ethtool -g eth0 Ring parameters for eth0: Pre-set maximums: RX: 2040 RX Mini: 0 RX Jumbo: 8160 TX: …
user3405780
  • 33
  • 1
  • 1
  • 3
3
votes
1 answer

Any benefit and/or risk in enabling Jumbo Frames for the DAG replication network?

Exchange 2013 DAG, two nodes, a dedicated GBE network interface on each server for replication traffic, connected to a GBE switch, using a dedicated VLAN. Is there any benefit to Exchange replication traffic in enabling Ethernet Jumbo Frames both on…
Massimo
  • 70,200
  • 57
  • 200
  • 323
3
votes
2 answers

How can I change metric of public network in route table

In my windows 8.1 ENT [64 bit] machine I have 3 network adapters. Ethernet 1 is connected to public network and other 2 ethernet adaptors are connected to different internal networks. The problem is in route table we have active routes like: Active…
Shruti Basu
3
votes
2 answers

Should Carrier Ethernet traffic be encrypted?

I'm looking for a best practice answer. We have a 100Mb point to point Carrier Ethernet circuit between a corporate office and an offsite data center. Basically we have SQL traffic replicating to the data center. It is mostly customer information…
Jason K
  • 33
  • 2