Mira el Gateway (Puerta de enlace) por defecto con ethernet y por wifi.
Por ethernet:
default via 192.168.0.1 dev enp0s20 proto dhcp metric 100
169.254.0.0/16 dev enp0s20 scope link metric 1000
192.168.0.0/24 dev enp0s20 proto kernel scope link src 192.168.0.12 metric 100
Por Wifi:
0.0.0.0/1 via 10.8.0.1 dev tun0
default via 192.168.0.1 dev wlp2s0 proto dhcp metric 600
10.8.0.0/24 dev tun0 proto kernel scope link src 10.8.0.18
128.0.0.0/1 via 10.8.0.1 dev tun0
134.19.189.219 via 192.168.0.1 dev wlp2s0
169.254.0.0/16 dev wlp2s0 scope link metric 1000
192.168.0.0/24 dev wlp2s0 proto kernel scope link src 192.168.0.13 metric 600
Conectate al telnet a ver que te dice
$ telnet 192.168.0.10Trying 192.168.0.10...
Connected to 192.168.0.10.
Escape character is '^]'.
(Me intento conectar con el user y pass del router pero no puedo..
(none) login:
$ telnet 192.168.0.1Trying 192.168.0.1...
telnet: Unable to connect to remote host: Connection refused
Tira todos los servicios que tienes en el NAT ALG Status
Todos deshabilitados. Pero sigue ahí:
$ nmap -sP 192.168.0.0/24Starting Nmap 7.60 (
https://nmap.org ) at 2020-04-01 19:19 CEST
Nmap scan report for _gateway (192.168.0.1)
Host is up (0.018s latency).
Nmap scan report for
192.168.0.10Host is up (0.019s latency).
Nmap scan report for 192.168.0.11
Host is up (0.037s latency).
Nmap scan report for lanekoa-W94-W95BU (192.168.0.13)
Host is up (0.000086s latency).
Nmap scan report for 192.168.0.16
Host is up (0.011s latency).
Nmap scan report for 192.168.0.18
Host is up (0.0096s latency).
Nmap done: 256 IP addresses (6 hosts up) scanned in 2.48 seconds
$ ping 192.168.0.10PING 192.168.0.10 (192.168.0.10) 56(84) bytes of data.
64 bytes from 192.168.0.10: icmp_seq=1 ttl=64 time=7.87 ms
64 bytes from 192.168.0.10: icmp_seq=2 ttl=64 time=2.91 ms
64 bytes from 192.168.0.10: icmp_seq=3 ttl=64 time=3.20 ms