我目前有問題在Linux平臺下使用arpspoof工作來欺騙本地IP地址到廣域網ip地址,但我不知道如何做到這一點。arp從局域網到廣域網
本地IP Ubuntu的主機:192.168.0.4
我的路由器IP地址:192.168.0.1
外WAN是:xxx.xxx.xxx.xxx
當我發出,
arpspoof -i eth0 -t 192.168.0.1 xxx.xxx.xxx.xxx
然後,它的工作。
之後,我反轉目標到我的Ubuntu的IP地址,它將無法工作。
arpspoof - i eth0 -t xxx.xxx.xxx.xxx 192.168.0.1
但它失敗,錯誤消息結束之後說
arpspoof: couldn't arp for host xxx.xxx.xxx.xxx
是否有可能從WAN扭轉arpspoof當地?
刪除IP,最好是安全的比對不起 – stackErr