Try with this:   /usr/sbin/ethtool -s eth0 speed 2500 duplex full /usr/sbin/ethtool -s eth1 speed 2500 duplex full /sbin/ifconfig eth0 down /sbin/ifconfig eth1 down /sbin/ifconfig eth0 up /sbin/ifconfig eth1 up   Hopefully bringing the interfaces down and up will solve the issue 🤞
    • Thanks
    1