Dear, everyone
I am trying to ping my destination address base on
l2fwd app .The test case as below description .
PC -> Send ping command (ping 192.168.7.200)
Server1 : eth0(192.168.7.162) connect to 'Switch' . Bind eth1,eth2 and change
them to 'ibg_uio'
the eth1 connected 'Switch' by the network cable and --------eth2
connected----------- destination server (eth0)(192.168.7.200)
Now I want to ping 192.168.7.200 in my PC , the destination server can be
receviced ARP boardcast from my PC (192.168.1.171) but No response
such as :in the "destination server "to use tcpdump:
->>>>>>>>>>>>>>>>tcpdump -i eth0 -X -n host 192.168.1.171
->>Result: ARP,Request who has 192.168.1.200 tell 192.168.1.171 ,length 46
->>0x0000 .....0x0000............................
.......................................................
.......................................................
Of course , the ping result was failed ......So.....
If I want to ping successfully ,what should I do ?
Best Regards