OK
Now I bought a new router and got an issue with iptables in it. It is an Asus as3200 machine.
I get odd faults when trying to execute the script.
Any ideas?
Michael
Now I bought a new router and got an issue with iptables in it. It is an Asus as3200 machine.
I get odd faults when trying to execute the script.
Any ideas?
+ iptables -I dropkids 1 -d 192.168.1.79 -j DROP
+ iptables -I dropkids 1 -s 192.168.1.195 -j DROP
+ iptables -I dropkids 1 -d 192.168.1.195 -j DROP
+ iptables -I FORWARD 1 -m time --timestart 19:30 --days Mon,Tue,Wed,Thu,Fri -j dropkids
iptables v1.4.14: unknown option "--days"
Try `iptables -h' or 'iptables --help' for more information.
+ iptables -I FORWARD 1 -m time --timestop 16:00 --days Mon,Tue,Wed,Thu,Fri -j dropkids
iptables v1.4.14: unknown option "--days"
Try `iptables -h' or 'iptables --help' for more information.
+ test xSat,Sun != x
+ iptables -I FORWARD 1 -m time --timestart 12:30 --days Sat,Sun -j dropkids
iptables v1.4.14: unknown option "--days"
Try `iptables -h' or 'iptables --help' for more information.
+ iptables -I FORWARD 1 -m time --timestop 09:00 --days Sat,Sun -j dropkids
iptables v1.4.14: unknown option "--days"
Try `iptables -h' or 'iptables --help' for more information.
admin@RT-AC3200-7C50:/jffs/scripts#
Michael