We have 2 Linux Hosts each has 2 Nic Cards with below IP addresses,ech0 and eth1 are in different network , Host1:eth1 and Host2:eth1 are connected by direct cable, due to some Hardware issue N/W cable got bad, Is there any way to communicate between Host1:eth1 and Host2:eth1 ?
In Normal conditions: Communication from Host1:eth0 to Host2:eth1 and Host2:eth0 to Host1:eth1 is not working , i checked by this by TRACEROUTE -I command (Host1# traceroute -i eth0 10.1.1.201 or Host2# traceroute -i eth0 10.1.1.200)
===========================
Host1:
eth0 : 10.162.100.200/24
eth1 : 10.1.1.200/24
Host2:
eth0 : 10.162.100.201/24
eth1 : 10.1.1.201/24
==========================