
as the topology ,
i use "ping -I eth1 9.9.9.9 " on JP , and watch tcpdump -i eth0 "icmp && host 9.9.9.9",
tcpdump was able to capture icmp reply packet , but ping was ingoring it .
i have enable net.conf.ipv4.ip_forward=1 and net.conf.ipv4.all.rp_filter=0
any one can tell me what is going on ?