Comment 29 for bug 79626

Revision history for this message
Janosch Peters (jp-binford3000) wrote :

@Leterp:

To apply the ethtool settings permanently:

Create a file /etc/network/if-pre-up.d/any_name_you_like

with following content:

#!/bin/sh
ethtool -s eth0 autoneg off speed 10 duplex half

The script is called every time before the network device is activated.