我目前有问题在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