Networking Forums

Networking Forums > Computer Networking > Linux Networking > Help > Linux kernel: ipt_time unloaded, but why?

Reply
Thread Tools Display Modes

Help > Linux kernel: ipt_time unloaded, but why?

 
 
Krzys-iek
Guest
Posts: n/a

 
      04-02-2004, 03:26 PM
Hi

I use this:

$IPTABLES -t mangle -A FORWARD -s 192.168.0.3 -d 0/0 -m time --timestart
10:00 --timestop 23:59 --days Mon,Tue,Wed,Thu,Fri,Sat,Sun -m p2p --p2p
all -j DROP
$IPTABLES -t mangle -A FORWARD -s 192.168.0.3 -d 0/0 -m time --timestart
00:00 --timestop 01:00 --days Mon,Tue,Wed,Thu,Fri,Sat,Sun -m p2p --p2p
all -j DROP

to block P2P during the day...
It does work, but sometimes my syslog says:

Mar 28 05:47:01 Linux kernel: ipt_time unloaded

Apr 2 05:47:01 Linux kernel: ipt_time unloaded

(lol same time hmmm?! Nothing strange in cron daily!)

and whole iptables rule stops working - I can use p2p during the day,
however it should be banned then ;/

Why ipt_time unloads itself, how do I stop it from doing so?

I use 2.24 kernel, slac 9.1, iptables 1.29.

thank you.

 
Reply With Quote
 
 
 
 
Krzys-iek
Guest
Posts: n/a

 
      04-03-2004, 03:23 PM
cron.hourly. "chmod -x /etc/cron.hourly/kmod".

it should do the job!
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Kernel 2.6.15-7 Jason Linux Networking 1 06-30-2006 10:48 PM
nat in linux kernel Giacomo Linux Networking 10 07-04-2005 08:43 PM
Is there any Linux Distri available to run several instances of Linux Kernel?. GS Linux Networking 5 05-20-2005 11:18 AM
IP fragmentation with linux kernel 2.4.x Alain FORCIOLI Linux Networking 1 01-21-2004 03:01 AM
Linux kernel 2.4.21 problem? Praveen Sharma Linux Networking 4 07-10-2003 10:29 PM



1 2 3 4 5 6 7 8 9 10 11