Até aqui resolvido.
O ping nela mesmo funciona, o browser abre o site hospedado no apache local, mas não pinga nem acessa de outras máquinas da rede.
O que pode estar faltando?
Nota: Estava tudo funcionando antes e foi necessário trocar o modem/roteador da rede. Poderia ter trocado a rede interna do roteador, mas optei por configurar no ubuntu para ficar algum aprendizado. As outras máquinam pingam normalmente o gateway 192.168.0.1.
iwconfig
wlxf8d111017865 IEEE 802.11bgn ESSID:"NET 2G"
Mode:Managed Frequency:2.437 GHz Access Point: 94:2C:B3:5A:6F:67
Bit Rate=5.5 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=57/70 Signal level=-53 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:854 Invalid misc:567 Missed beacon:0
lo no wireless extensions.
enp0s18 no wireless extensions.
Copia do ping. A outra máquina (7) também pinga o gateway, mas não o servidor (200).
$ ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=5.90 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=4.70 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=9.81 ms
^C
--- 192.168.0.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 4.704/6.809/9.817/2.184 ms
$ ping 192.168.0.200
PING 192.168.0.200 (192.168.0.200) 56(84) bytes of data.
64 bytes from 192.168.0.200: icmp_seq=1 ttl=64 time=0.051 ms
64 bytes from 192.168.0.200: icmp_seq=2 ttl=64 time=0.052 ms
64 bytes from 192.168.0.200: icmp_seq=3 ttl=64 time=0.047 ms
^C
--- 192.168.0.200 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.047/0.050/0.052/0.002 ms
$ ping 192.168.0.7
PING 192.168.0.7 (192.168.0.7) 56(84) bytes of data.