How iptables behaves on timezone change?
- by pradipta
I have doubt how iptables keep changing the info in iptables when timezone is change. I am using iptables s v 1.4.8
I have blocked one IP with following details
# date
Thu Jun 6 12:46:42 IST 2013
#iptables -A INPUT -s 10.0.3.128 -m time --datestart 2013-6-6T12:0:00 --datestop 2013-6-6T13:0:00 -j DROP
# iptables -L
Chain INPUT (policy…