ping不通?
在 debian上面抓包看看.

看看eth1的通讯
tcpdump -n -i eth1
在看看eth0的通讯.
tcpdump -n -i eth0  

再看看arp信息
arp -a

回复