* Fwd: Iptables, timestart and timestop arguments and daylight saving time in UK
@ 2011-04-13 13:36 Sebastian Arcus
2011-04-13 13:38 ` Jan Engelhardt
0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Arcus @ 2011-04-13 13:36 UTC (permalink / raw)
To: netfilter
Bump
Anybody?
-------- Original Message --------
Subject: Iptables, timestart and timestop arguments and daylight saving
time in UK
Date: Tue, 29 Mar 2011 14:47:07 +0100
From: Sebastian Arcus <shop@open-t.co.uk>
To: netfilter@vger.kernel.org
Hi all,
The clock changed over the weekend in the UK by one hour (daylight
saving time). I have a setup where I block some MAC addresses access to
the Internet based on time, using iptables, "timestart" and "timestop"
arguments. The command is the following:
iptables -A FORWARD -p ALL -o eth0 -m mac --mac-source $BLOCKED_MAC1 \
-m time --timestart 13:00 --timestop 12:00 -j DROP
After the weekend, the server kept on blocking as per the old winter
time. I checked the server time with the "date" command and the time on
the client machine (Windows XP) - and in both places the clock is
updated as per new time / summer time. The iptables on server kept on
blocking according to winter time for two days. Even restarting the
iptables script (which flushes the tables) didn't make a different.
Finally, when I restarted the whole server, it started blocking
according to new summer time. Here is the setup:
Client: Windows XP Home
Server: Slackware 13.0
Kernel: 2.6.29.6
Iptables: 1.4.3.2
Is this a known bug in the kernel, or am I doing something wrong?
Thanks for any contributions,
Sebastian
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Fwd: Iptables, timestart and timestop arguments and daylight saving time in UK
2011-04-13 13:36 Fwd: Iptables, timestart and timestop arguments and daylight saving time in UK Sebastian Arcus
@ 2011-04-13 13:38 ` Jan Engelhardt
2011-04-13 16:19 ` Sebastian Arcus
0 siblings, 1 reply; 4+ messages in thread
From: Jan Engelhardt @ 2011-04-13 13:38 UTC (permalink / raw)
To: Sebastian Arcus; +Cc: netfilter
On Wednesday 2011-04-13 15:36, Sebastian Arcus wrote:
> Bump
>
> Anybody?
See http://bugs.debian.org/615121
> -------- Original Message --------
> Subject: Iptables, timestart and timestop arguments and daylight saving time in
> UK
> Date: Tue, 29 Mar 2011 14:47:07 +0100
> From: Sebastian Arcus <shop@open-t.co.uk>
> To: netfilter@vger.kernel.org
>
> Hi all,
>
> The clock changed over the weekend in the UK by one hour (daylight
> saving time). I have a setup where I block some MAC addresses access to the
> Internet based on time, using iptables, "timestart" and "timestop"
> arguments. The command is the following:
>
> iptables -A FORWARD -p ALL -o eth0 -m mac --mac-source $BLOCKED_MAC1 \
> -m time --timestart 13:00 --timestop 12:00 -j DROP
>
>
> After the weekend, the server kept on blocking as per the old winter
> time. I checked the server time with the "date" command and the time on
> the client machine (Windows XP) - and in both places the clock is
> updated as per new time / summer time. The iptables on server kept on
> blocking according to winter time for two days. Even restarting the
> iptables script (which flushes the tables) didn't make a different.
> Finally, when I restarted the whole server, it started blocking
> according to new summer time. Here is the setup:
>
> Client: Windows XP Home
> Server: Slackware 13.0
> Kernel: 2.6.29.6
> Iptables: 1.4.3.2
>
> Is this a known bug in the kernel, or am I doing something wrong?
>
> Thanks for any contributions,
>
> Sebastian
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-04-13 17:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 13:36 Fwd: Iptables, timestart and timestop arguments and daylight saving time in UK Sebastian Arcus
2011-04-13 13:38 ` Jan Engelhardt
2011-04-13 16:19 ` Sebastian Arcus
2011-04-13 17:27 ` Jan Engelhardt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.