IP Tables related error

When i use the Rule:

-A FORWARD -p tcp -m multiport --dport http,https -o eth0 -i eth1 -m time --timestart 12:30 --timestop 13:30

i get the error: Couldn't load match `time':/usr/lib/iptables/libipt_time.so: cannot open shared object file: No such file or directory

Please help jZZ

Reply to
jzz
Loading thread data ...

RTFM

formatting link
Though the man page of iptables mentions the time extension for match that one is - unlike other extensions of match - patch-o-matic stuff and therefore not part of the standard kernel. You have to patch your kernel if you want to use it.

formatting link
In another posting you said, that you are looking for a job in the security business. I might sound harsh but if you you really want to work as a security consultant you must be able to solve such a problem by yourself.

Wolfgang

Reply to
Wolfgang Kueter

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.