サーバ(Ubuntu)のネットワークがよく切れる。/var/log/kern.logは
Feb 1 08:47:40 sole kernel: [553069.927736] r8169 0000:02:00.0 eth0: link down Feb 1 08:49:58 sole kernel: [553207.928944] r8169 0000:02:00.0 eth0: link up
となっているので、ぐぐってみてとりあえずautonegotiationをオフにしてみて様子を見る
$ cat /etc/network/interfaces iface eth0 inet static post-up /sbin/ethtool -s eth0 autoneg off ...
参考
A Much Simpler Fix for the r8169 “Link-Down” Problem | The Substantially Similar Weblog
追記
interfacesの記述を間違えていたので修正