运行:
iptables -t nat -A PREROUTJING -m set --match-set MYIPSET dst -j DROP
提示:
iptables v1.3.7: Couldn't find match `set'
硬件是netgear R6250 刷了DD-WRT v3.0-r30020M kongac (06/26/16)版
运行:
iptables -t nat -A PREROUTJING -m set --match-set MYIPSET dst -j DROP
提示:
iptables v1.3.7: Couldn't find match `set'
硬件是netgear R6250 刷了DD-WRT v3.0-r30020M kongac (06/26/16)版
因为dd-wrt里边编译的iptables版本是不带match set功能的,
你需要使用entware里边带match ipset的iptables版本.