Ping between two interfaces in the same machine
Hi,
I have a pc with two Ethernet interfaces linked by a cable.
I'm trying to ping a interface from the other.
eth3 10.0.0.33 Masque:255.255.0.0
eth4 10.0.0.99 Masque:255.255.0.0
# ping 10.0.0.99 -I eth3
PING 10.0.0.99 (10.0.0.99) from 10.0.0.33 eth3: 56(84) bytes of data.
From 10.0.0.33 icmp_seq=1 Destination Host Unreachable
Routes are the default ones:
10.0.0.0 * 255.255.0.0 U 0 0 0 eth3
10.0.0.0 * 255.255.0.0 U 0 0 0 eth4
What should I do?
Thanks a lot!
|