Questions tagged [ethtool]

59 questions
1
vote
0 answers

lxc / docker wake on lan?

Has anyone successfully implemented "wake on LAN" functionality in a linux container? In my setup each client has his own container for a vpn, but I only want the container to "boot up" when the client connects to it. One idea I had is to use…
Miles R
  • 88
  • 6
1
vote
1 answer

Can't set NIC speed to 10Gbps using ethtool

We're using IBM Blade Center HS-22 servers with Broadcom NetXtreme II 10Gbps NICs to a Nortel 10Gbps switch. With one of the chassis the NICs can establish a 10G rate with the command "ethtool eth2 speed 10000 duplex full autoneg off", but the same…
MartyE
  • 111
  • 1
  • 3
1
vote
1 answer

changing network speed to 1000Mb/s

I am trying to change the server uplink from 100Mb/s to 1000Mb/s ethtool eth0 output # ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full …
iLinux85
  • 205
  • 1
  • 3
  • 10
1
vote
0 answers

Cannot enable WOL in Ubuntu using ethtool

I'm trying to build a linux box that will run without a monitor or keyboard, runs Ubuntu server, will go into suspend after a certain amount of time and is able to be woken up through network communication. Most of it is already in working order,…
pancake
  • 181
  • 1
  • 3
  • 10
1
vote
1 answer

Should ethtool on one machine show different speed to the other machine?

I have two connected computers. On host A, ethtool shows a speed of 100Mb/s, but host B that is connected to it shows 10Mb/s. Why is this the case? On host B, the link partner advertised link mode is 10baseT/Half, but on host A the advertised link…
placid chat
  • 121
  • 3
1
vote
3 answers

live Boot any linux distro to console

Is there any .iso linux image distro that boots into console and not into x? I just want to run some simple linux commands like ethtool alternatively, I would like any boot cd that let me test the physical connection of a NIC. Thanks.
poopa
  • 75
  • 1
  • 10
1
vote
1 answer

Wrong link speed; what happens if manually set speed using ethtool fails?

I've got a remote xen server and I noticed that the speed link in autoneg is 100 Full Duplex; all my network is 1000 Full Duplex; do you know any reason for this? Ethtool mentions on both my server advertised speed and link partner advertised speed…
SYS64738
  • 33
  • 3
1
vote
1 answer

how to verify status of TCP Segmentation Offloading

we do the following on linux rhel machines ethtool -K ifcfg-478476 tso off now lets say that we want to verify the settings how to do the check with ethtool or other cli? we try ethtool -k ifcfg-478476 | grep -i tso but we not get status any idea…
King David
  • 433
  • 4
  • 17
0
votes
3 answers

Ethtool on VMWare

I'm trying to determine the speed of my ethernet uplinks using ethtool on my VM (a VMware ESX Server). Running the command gives the following output: ~> ethtool eth0 Settings for eth0: Current message level: 0x00000007 (7) Link detected:…
Symmetric
  • 105
  • 1
  • 5
0
votes
1 answer

What data is not available for tcpdump unlike interface statistics tools?

I'm analizing the logs on specific interface and wondering why this command during small load-test: tcpdump -i enp21s0f0 -s0 -w /tmp/dump2.cap` catched only 75 MB, when ethtool -S enp21s0f0 / ifconfig enp21s0f0 showed about 80 MB of data(I…
John
  • 21
  • 3
0
votes
0 answers

Same ethernet cards, same firmware, same drivers ... different Advertising Mode

I have a strange issue. Having same cards, same drivers and same updated version of ethtool on 2 different OS, (XenServer7.* and centOS7.3). if I run on centOS ethtool on the card I get: Supported ports: [ FIBRE Backplane ] Supported link…
Max Cuttins
  • 143
  • 1
  • 6
0
votes
1 answer

transfer rate faster than the NIC suggests

i followed this thread to get the information on reading NIC speeds. How do I verify the speed of my NIC? i am using ethtool to verify the speed of my NIC as discussed the thread. :~ # ethtool eth0 Settings for eth0: Supported ports: [ TP ] …
lauc.exon.nod
  • 829
  • 7
  • 5
0
votes
0 answers

Cannot get current device settings: Operation not supported ethtool CentOS 7

Received an error "Cannot get current device settings: Operation not supported ethtool" while changing network speed using ethtool command on centos, # ethtool -s eth0 autoneg off speed 100 duplex full Cannot get current device settings:…
lakshmikandan
  • 121
  • 1
  • 7
0
votes
1 answer

nic configuration on a linux virtual machine (rackspace)

I am trying to check my nic speed and duplex setting on a vm I have at rackspace. It is centos 6.4. When I run: # ethtool eth0 Settings for eth0: Link detected: yes This is all I get back. When I run mii-tool, I get an error: mii-tool…
Joelio
  • 177
  • 2
  • 14
0
votes
0 answers

Alternative ways to track dropped packets and report output

Instead of tailing /var/log/messages or doing a continuous ping is there a way with ifconfig or ethtool to track dropped packets, collisions, or tx/rx errors in real time?
user53029
  • 619
  • 2
  • 14
  • 34