For what it's worth (and may help in the debug process): I have 3 Systems in my Home Lab with Intel 217/219 NICs.
Only the 217-LM (Rev04) is affected by freezes. The other systems with 219-V (Rev 21) and 219-V (Rev 31) are working fine with all...
@Zaphood here is an example
auto lo
iface lo inet loopback
auto enp0s25
iface enp0s25 inet manual
post-up /usr/sbin/ethtool -K $IFACE gso off tso off gro off 2> /dev/null
auto vmbr0
iface vmbr0 inet static
look here or here
Hi,
as these parameters don't survive a reboot, can somebody maybe provide an interfaces file that sets these parameters? I am not that much of a Linux guy to do this on my own, and the results from AI are different, every time I let them create...