Hi All,
I am using Redhat Linux version 2.6.18-128.e15. And Iptables Version is
"iptables-1.3.5"..
When i try to implement "time patch"
Quote:
[root@qalinux5 SPECS]# iptables -A INPUT -m time --timestart 8:00 --timestop 18:00 --days Mon,Tue,Wed,Thu,Fri -j ACCEPT
|
i get this error
Quote:
iptables v1.2.8: Couldn't load match
`time':/lib/iptables/libipt_time.so: cannot open shared object file: No
such file or directory
|
I didn't find that module when i typed
What can i do?