Hi, Well I am trying to use the ipt_mac module to enforce remote logging to the firewall so In my firewall script I added the following rule to test it and I've got an error running my shell script (-x) :
+ /sbin/iptables -A INPUT -mac-source 00:00:00:00:00:00 -m state --state NEW -p tcp -i eth0 -s 192.168.2.5 --dport 30 -j ACCEPT iptables v1.2.4: Couldn't load match `ac-source':/lib/iptables/libipt_ac-source.so: cannot open shared object file: No such file or directory === LSMOD === lsmod Module Size Used by ipt_mac 1200 0 (unused) ip_conntrack_ftp 4080 0 (unused) ipt_state 1152 17 (autoclean) ipt_LOG 3984 3 iptable_filter 2256 0 (unused) ip_tables 11392 4 [ipt_mac ipt_state ipt_LOG iptable_filter] ip_conntrack 16944 2 [ip_conntrack_ftp ipt_state] 8139too 12832 1 tulip 39232 1 ext3 64624 1 jbd 40992 1 [ext3] ========= I am using a RH 7.2 with the lastest update iptables --vers iptables v1.2.4 and the standard kernel 2.4.7-10. Effectively I don't have this shared library in /lib/iptables, what's the problem ? Where could I find it ? Do I have the right version of iptables to use this feature ? Thanks a lot for your answers Mikael Chambon || Paris France
