Hi,
While I was appending a new chain rule using time match as following,
Code:
[root@Wazirkutz ~]# iptables -A FORWARD -p tcp -m multiport --dport http,https -o eth0 -i eth1 -m time --timestart 03:30 --timestop 04:30 --days Mon,Wed -j REJECT
I got the following error:
iptables v1.3.5: Couldn't load match `time':/lib64/iptables/libipt_time.so: cannot open shared object file: No such file or directory
How do I load this module?
Thanks in advance.
Cheers!!