[opensuse-factory] iptables time
Was the latest kernel in tumbleweed compiled to support iptables time commands. I used: iptables -A FORWARD -d 10.0.0.2 -m time --timestart 10:00 --timestop 20:00 --weekdays Sun,Mon,Tue,Wed,Thu,Fri -j DROP The rule seems to insert correctly, but does not seem to work at run time. Thanks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sunday 2017-01-08 19:43, Jon Jacobsen wrote:
Was the latest kernel in tumbleweed compiled to support iptables time commands.
I used: iptables -A FORWARD -d 10.0.0.2 -m time --timestart 10:00 --timestop 20:00 --weekdays Sun,Mon,Tue,Wed,Thu,Fri -j DROP
The rule seems to insert correctly, but does not seem to work at run time.
See iptables-extensions(8) for some words about what timezones apply. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Jan Engelhardt
-
Jon Jacobsen