openwrt禁止设备联网
iptables -I INPUT -m mac --mac-source B8:C7:4A:7A:66:2E -j DROP
iptables -I FORWARD -m mac --mac-source B8:C7:4A:7A:66:2E -j DROP
把mac地址换成要禁用的设备mac地址,加到自定义防火墙最后,记得最后重启防火墙生效

openwrt禁止设备联网
iptables -I INPUT -m mac --mac-source B8:C7:4A:7A:66:2E -j DROP
iptables -I FORWARD -m mac --mac-source B8:C7:4A:7A:66:2E -j DROP
把mac地址换成要禁用的设备mac地址,加到自定义防火墙最后,记得最后重启防火墙生效
