From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tomas Charvat" Subject: time module Date: Sun, 9 Nov 2003 00:48:59 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <000501c3a652$e1987520$050314ac@rip> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org greeting folk im just testing rule [0:0] -A FORWARD -s 62.84.131.35 -m time --timestart 07:00 --timestop 00:38 --days Sun,Mon,Tue,Wed,Thu,Fri,Sat -j shape it doesnt work .. all traffic pass trough, packets just ignore it but when i put there [0:0] -A FORWARD -s 62.84.131.35 -m time --timestart 07:00 --timestop 00:38 --days Sun -j shape (only one day) rule working properly .... i have iptables 1.2.8 kernel 2.4.23-pre6 patched with patch-o-matic... any tip ? regards tomas