[physical layout]
192.168.0.100(eth0)---RJ45----192.168.0.101(eth1)
[Execution]
# show destination host unreachable.
$ ping -I eth0 192.168.0.101
# no mac address
$ arp -an
[Question]
I run tcpdump -i eth1
and see arp
package sent to eth1
.!
Is there any methods to let me able to ping eth1
?
OS:RHEL7