Debian GNU/Linux 9.12 (extensión) Versión: 9.12
Hoy me di cuenta de que algunos comandos relacionados con la red dejaron de funcionar repentinamente. Por ejemplo: pin, host, iptables, dig, etc., ya no funcionan.
Aquí está el resultado de la ruta -n, por ejemplo
root@host5:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.104.153 0.0.0.0 UG 0 0 0 ens160
192.168.104.152 0.0.0.0 255.255.255.248 U 0 0 0 ens160
root@host5:~# ping 192.168.104.153
PING 192.168.104.153 (192.168.104.153) 56(84) bytes of data.
^C
--- 192.168.104.153 ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 6127ms
salida del comando ifconfig
root@fhost5:~# ifconfig
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.104.156 netmask 255.255.255.248 broadcast 192.168.104.159
inet6 fe80::250:56ff:fe88:3d72 prefixlen 64 scopeid 0x20<link>
ether 00:50:56:88:3d:72 txqueuelen 1000 (Ethernet)
RX packets 4581 bytes 910358 (889.0 KiB)
RX errors 0 dropped 13 overruns 0 frame 0
TX packets 4562 bytes 417363 (407.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
host IP address: 192.168.104.156
network segment: 192.168.104.152/29
En realidad no puedo hacer ping a la puerta de enlace. Pero desde otro host en el mismo segmento de red,la puerta de enlace es accesible
Estaba pensando que el problema está relacionado de alguna manera con el sistema... Me refiero a un problema local. Todos los comandos de red parecen estar bloqueados. Sabes, ejecuto iptables y no sucede nada, lo mismo con el host... etc.
root@host5:~# host google.com
^Croot@host5:~#
Lamentablemente no llegué a ninguna parte.
Cualquier ayuda será muy apreciada.