Remover esta rota de A:
dst 10.10.0.0 gw 0.0.0.0 eth0
Está impedindo a máquina de usar a rota padrão para acessar a rede 10.10.x.x.
Existe uma rede de três computadores.
Problema: O Host A (192.168.1.1) pode enviar ping para o host B (10.10.0.5, também 192.168.1.2), mas não pode enviar C (10.10.0.6, 10.10.0.7).
O Host A diz: "10.10.0.6 = Destinantion Host Inalcançável."
O que eu faço de errado?
route
+-----------+ dst 0.0.0.0 gw 192.168.1.2 eth0
| | dst 10.10.0.0 gw 0.0.0.0 eth0
| | dst 192.168.1.0 gw 0.0.0.0 eth0
+-----------+
A:eth0 | 192.168.1.1
|
B:eth0 | 192.168.1.2
+-----------+ route
| | dst default gw 10.10.0.6 eth1
| | dst 10.10.0.6 gw * eth1
| | dst 10.10.0.7 gw * eth1
+-----------+ dst 192.168.1.0 gw * eth0
B:eth1 | 10.10.0.5
|
C:eth0 | 10.10.0.6
+-----------+ route
| | dst default gw 10.10.0.7 eth1
| | dst 10.10.0. gw * eth1
| | dst 192.168.1.0 gw * eth0
+-----------+
C:eth1 | 10.10.0.7
|
Remover esta rota de A:
dst 10.10.0.0 gw 0.0.0.0 eth0
Está impedindo a máquina de usar a rota padrão para acessar a rede 10.10.x.x.
Tags networking ping arp icmp routing-table