Bonjour,

après avoir fouillé un peu partout, je me résigne à poster une discussion des fois qu'une bonne âme aie une idée ou simplement une piste.
En résumé : j'ai installé ubuntu (serveur LTS) sur un pc et il me sert de pare-feu/frontal/passerelle pour un réseau interne ; ce pc (thinkcentre M81) est équipé de 3 prises RJ45 (une interne et 2 PCIs, dont une inactive).
Depuis plusieurs semaines j'ai constaté une interruption complète de toutes les connexions TCP de 2mn toutes les 2 heures, avec parfois une variation d'un jour à l'autre, en clair : un décalage arrive parfois. La coupure arrive de façon assez prévisible de ce fait, et le retour à la normale aussi sans aucune intervention de ma part.
J'ai mis en place un suivi minute par minute pour en faire un graphique, en pièce jointe qui montre bien le phénomène.
Tentatives :
- désactiver toutes les tâches planifiées ;
- changer les câbles pour des catég. 6 ;
- changer de cartes réseaux,
- passer de ubuntu 16.0.4 LTS 32 bits à ubuntu 16.0.4 LTS 64 bits puis à ubuntu 18.0.4 LTS 64 bits ;
- rebooter la box Orange également
: sans effet.
Les adresses IPv4 sont statiques.
Je devrais avoir sous peu un autre PC pour remplacement, nous verrons bien.
Je précise que j'ai déjà effectué d'autres installations avec Ubuntu, ce serveur "frontal" a gentiment fait son boulot pendant plus d'un an sans problème.
J'ai ouvert un ticket auprès du FAI (Fibre Orange) : gelé.

Pour devancer les questions :
ifconfig
root@frontal:/home/romain# ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 90.115.53.27  netmask 255.255.255.0  broadcast 90.115.53.255
        ether cc:52:af:45:56:b8  txqueuelen 1000  (Ethernet)
        RX packets 3068987  bytes 406182173 (406.1 MB)
        RX errors 0  dropped 1724  overruns 0  frame 0
        TX packets 4755121  bytes 2277503210 (2.2 GB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 20  memory 0xfe500000-fe520000

enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.8  netmask 255.255.255.0  broadcast 192.168.1.255
        ether d4:6e:0e:00:2a:70  txqueuelen 1000  (Ethernet)
        RX packets 17816552  bytes 19289169779 (19.2 GB)
        RX errors 0  dropped 1724  overruns 0  frame 0
        TX packets 12083273  bytes 897664162 (897.6 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 1000  (Boucle locale)
        RX packets 4572720  bytes 6387663388 (6.3 GB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4572720  bytes 6387663388 (6.3 GB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

root@frontal:/home/romain# 
uname -r -m
root@frontal:/home/romain# uname -r -m
4.15.0-134-generic x86_64
root@frontal:/home/romain#
cat /etc/network/interfaces
root@frontal:/home/romain# cat  /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#auto eno1
#iface eno1 inet dhcp


# The primary network interface
# iface eno1 inet dhcp
# §§RMA 20180529 iface eno1 inet dhcp
auto eno1
  iface eno1 inet static
  address 90.115.53.27
  netmask 255.255.255.0
  dns-nameservers 194.2.0.20 194.2.0.50 8.8.8.8
  up route add default gw 90.115.53.30
  down route del default gw 90.115.53.30

#auto enp2s0
#iface enp2s0 inet static
#address 192.168.1.8
#netmask 255.255.255.0
#dns-nameservers 194.2.0.20 194.2.0.50

auto enp3s0
  iface enp3s0 inet static
  address 192.168.1.8
  netmask 255.255.255.0
  dns-nameservers 194.2.0.20 194.2.0.50
  gateway 90.115.53.27
#  up route add default gw 192.168.1.8
#  down route del default gw 192.168.1.8

root@frontal:/home/romain#
lspci -k -nn | grep -A 3 -i net
root@frontal:/home/romain# lspci -k -nn | grep -A 3 -i net
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) [8086:1502] (rev 04)
        Subsystem: Lenovo 82579LM Gigabit Network Connection (Lewisville) [17aa:3077]
        Kernel driver in use: e1000e
        Kernel modules: e1000e
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 04)
--
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
        Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:0123]
        Kernel driver in use: r8169
        Kernel modules: r8169
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller [10ec:8169] (rev 10)
        Subsystem: Realtek Semiconductor Co., Ltd. RTL8169/8110 Family PCI Gigabit Ethernet NIC [10ec:8169]
        Kernel driver in use: r8169
        Kernel modules: r8169
root@frontal:/home/romain#
netstat -nat | grep -v LISTEN
root@frontal:/home/romain# netstat -nat  | grep -v LISTEN
Connexions Internet actives (serveurs et établies)
Proto Recv-Q Send-Q Adresse locale          Adresse distante        Etat
tcp        0      0 192.168.1.8:41132       192.168.1.25:9182       ESTABLISHED
tcp        0      0 192.168.1.8:44962       192.168.1.90:9182       ESTABLISHED
tcp        0      0 127.0.0.1:9104          127.0.0.1:59704         ESTABLISHED
tcp        0      0 127.0.0.1:59704         127.0.0.1:9104          ESTABLISHED
tcp        0     64 192.168.1.8:22222       82.64.224.162:40815     ESTABLISHED
tcp        0      0 192.168.1.8:53478       192.168.1.88:9182       ESTABLISHED
tcp        0      0 127.0.0.1:45142         127.0.0.1:3306          TIME_WAIT
tcp        0      0 192.168.1.8:60066       192.168.1.93:9182       ESTABLISHED
tcp        0      0 127.0.0.1:45166         127.0.0.1:3306          TIME_WAIT
tcp        0      0 127.0.0.1:45150         127.0.0.1:3306          TIME_WAIT
tcp        0      0 127.0.0.1:45154         127.0.0.1:3306          TIME_WAIT
tcp        0      0 127.0.0.1:45182         127.0.0.1:3306          TIME_WAIT
tcp        0      0 127.0.0.1:45178         127.0.0.1:3306          TIME_WAIT
tcp        0      0 90.115.53.27:9149       51.159.3.152:55512      TIME_WAIT
tcp        0      0 127.0.0.1:45174         127.0.0.1:3306          TIME_WAIT
tcp        0      0 127.0.0.1:45158         127.0.0.1:3306          TIME_WAIT
tcp        0      0 127.0.0.1:45146         127.0.0.1:3306          TIME_WAIT
tcp        0      0 192.168.1.8:43740       192.168.1.74:9182       ESTABLISHED
tcp        0      0 90.115.53.27:9149       51.159.3.152:55456      TIME_WAIT
tcp        0      0 127.0.0.1:57844         127.0.0.1:9090          ESTABLISHED
tcp        0      0 127.0.0.1:3306          127.0.0.1:45138         TIME_WAIT
tcp        0      0 127.0.0.1:45162         127.0.0.1:3306          TIME_WAIT
tcp        0      0 192.168.1.8:43302       192.168.1.32:9182       ESTABLISHED
tcp        0      0 127.0.0.1:57874         127.0.0.1:9090          ESTABLISHED
tcp        0      0 127.0.0.1:3306          127.0.0.1:45166         TIME_WAIT
tcp        0      0 127.0.0.1:3306          127.0.0.1:45150         TIME_WAIT
tcp        0      0 192.168.1.8:22222       82.64.224.162:52703     ESTABLISHED
tcp        0      0 192.168.1.8:37816       192.168.1.31:9182       ESTABLISHED
tcp        0      0 127.0.0.1:3306          127.0.0.1:45158         TIME_WAIT
tcp        0      0 192.168.1.8:54098       192.168.1.49:9182       ESTABLISHED
tcp        0      0 127.0.0.1:3306          127.0.0.1:45154         TIME_WAIT
tcp        0      0 127.0.0.1:45138         127.0.0.1:3306          TIME_WAIT
tcp        0      0 192.168.1.8:47422       192.168.1.77:9182       ESTABLISHED
tcp        0      0 192.168.1.8:55104       192.168.1.39:9182       ESTABLISHED
tcp        0      0 127.0.0.1:3306          127.0.0.1:45170         TIME_WAIT
tcp        0      0 127.0.0.1:45170         127.0.0.1:3306          TIME_WAIT
tcp        0      0 127.0.0.1:3306          127.0.0.1:45178         TIME_WAIT
tcp        0      0 90.115.53.27:9149       51.159.3.152:55484      TIME_WAIT
tcp        0      1 192.168.1.8:46094       192.168.1.78:9182       SYN_SENT
tcp        0      0 90.115.53.27:9149       51.159.3.152:55424      TIME_WAIT
tcp        0      0 127.0.0.1:38944         127.0.0.1:9100          ESTABLISHED
tcp6       0      0 127.0.0.1:9090          127.0.0.1:57844         ESTABLISHED
tcp6       0      0 90.115.53.27:9090       51.159.4.148:39322      ESTABLISHED
tcp6       0      0 127.0.0.1:9100          127.0.0.1:38944         ESTABLISHED
tcp6       0      0 90.115.53.27:9100       51.159.3.152:60546      ESTABLISHED
tcp6       0      0 127.0.0.1:9090          127.0.0.1:57874         ESTABLISHED
root@frontal:/home/romain#
En espérant avoir respecté la charte (je suis un habitué du forum, mais nouvel inscrit)
graphique
(https://zupimages.net/viewer.php?id=21/04/p998.png)

Merci d'avance Rm * 😉