# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto enX0 iface enX0 inet dhcp # post-up ethtool -K enX0 tx off # # The commented out line above will disable TCP checksumming which # might resolve problems for some users. It is disabled by default #