Nenhuma rota para hospedar: ssh Erro

1

Eu tenho um laptop e um PC ([email protected]), eu costumo conectar o laptop ao PC via ssh. Mas agora, quando tento ssh -X [email protected] , ele mostra o seguinte erro ssh: connect to host 172.16.13.151 port 22: No route to host . Qual poderia ser o possível problema?

A saída de ifconfig é a seguinte:

eth0
Link encap:Ethernet  HWaddr 2c:41:38:0d:bb:a2
UP BROADCAST MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo
Link encap:Local Loopback
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:1750 errors:0 dropped:0 overruns:0 frame:0
TX packets:1750 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:134949 (134.9 KB)  TX bytes:134949 (134.9 KB)

wlan0
Link encap:Ethernet  HWaddr d0:df:9a:76:18:1e
inet addr:172.16.101.213  Bcast:172.16.111.255  Mask:255.255.240.0
inet6 addr: fe80::d2df:9aff:fe76:181e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:595855 errors:0 dropped:0 overruns:0 frame:0
TX packets:37917 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:138691381 (138.6 MB)  TX bytes:4733835 (4.7 MB)

a saída de route é a seguinte:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         172.16.96.1     0.0.0.0         UG    0      0        0 wlan0
link-local      *               255.255.0.0     U     1000   0        0 wlan0
172.16.96.0     *               255.255.240.0   U     2      0        0 wlan0
    
por Joe 10.12.2016 / 12:27

0 respostas