This is a discussion on IP Tables related error within the Linux Security forums, part of the System Security and Security Related category; When i use the Rule: -A FORWARD -p tcp -m multiport --dport http,https -o eth0 -i eth1 -m time --...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
Grant Coady wrote:
> On 8 Jul 2005 23:20:41 -0700, "jzz" <yojo101@hotmail.com> wrote: > >>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 > > > So compile it :) > > --Grant. > If you're new to building kernel modules, this might help... http://www.lowth.com/howto/add-iptables-modules.php Chris |