Displaying 1 result from an estimated 1 matches for "11t13".
Did you mean:
1113
2014 Feb 11
1
[Bug 903] New: Second rule is not getting executed when we give different timeouts for the same ip address.
...rs: 0.0
Hi ,
I got following issue in my project.. I have added the iptables timeout support
in my project.
But having following issue.
Description : Steps To Reproduce:
1.try following command to block a client form 13 to 16
iptables -A INPUT -s 10.0.6.191 -m time --kerneltz --datestart 2014-2-11T13
--datestop 2014-2-11T16 -j DROP
2.Try the following command to accept the same client from 13.30 to 14
iptables -A INPUT -s 10.0.6.191 -m time --kerneltz --datestart 2014-2-11T13:30
--datestop 2014-2-11T14 -j ACCEPT
Actual Result:
First rule only got executed. (i.e) the client ip is blocked from 2/...