.png)
Meu servidor Ubuntu (18.04) perderá repentinamente toda a conexão com a Internet, depois de funcionar bem por alguns minutos a algumas horas, não consigo executar ping em 8.8.8.8 ou nomes de host. A rede local funciona bem.
Isso acontece com DHCP e IP estático em /etc/netplan/50-cloud-init.yaml
Reiniciar o servidor não resolve nada. Somente reiniciar o roteador restaura a Internet.
Estranhamente, o DHCP funciona e conseguirei obter o IP do meu roteador ao reiniciar ou reiniciar a rede no servidor.
executar ifconfig -a fornece o seguinte na minha conexão com fio. (Tenho várias outras interfaces que deixei de fora por ter o docker em execução no servidor)
enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.99 netmask 255.255.0.0 broadcast 192.168.255.255
inet6 fe80::3e97:eff:fe3b:f588 prefixlen 64 scopeid 0x20<link>
ether 3c:97:0e:3b:f5:88 txqueuelen 1000 (Ethernet)
RX packets 286557 bytes 39798935 (39.7 MB)
RX errors 0 dropped 63 overruns 0 frame 0
TX packets 407440 bytes 427684619 (427.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xf2500000-f2520000
E ethtool enp0s25 fornece:
Settings for enp0s25:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: on (auto)
Cannot get wake-on-lan settings: Operation not permitted
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
Infelizmente, não sou muito bom nos aspectos internos do Linux/ubuntu para saber como solucionar melhor esse problema. Não há indicações nos logs da interface do meu cockpit.
Eu tive exatamente a mesma configuração de rede funcionando bem em um desktop Ubuntu por meses - mesmo roteador, configuração de roteador e switches/cabos.
Alguém pode me apontar na direção certa?