[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ipmasq not doing NAT after upgrade



On Wed, Sep 24, 2003 at 10:32:30AM +0300, Mihalis I. Tsoukalos wrote:
> After a kernel recompile the NAT problem is fixed.
> I have added some modules to the kernel.
> 
> I still get some "iptables: No chain/target/match by that name" error
> messages:
> 
> /sbin/iptables -A INPUT -j LOG -i ! lo -s 127.0.0.1/255.0.0.0
> iptables: No chain/target/match by that name
> /sbin/iptables -A INPUT -j LOG -i ppp0 -s 10.100.0.1/255.255.0.0
> iptables: No chain/target/match by that name
> /sbin/iptables -A FORWARD -j LOG -o ppp0 -d 10.100.0.1/255.255.0.0
> iptables: No chain/target/match by that name
> /sbin/iptables -A OUTPUT -j LOG -o ppp0 -d 10.100.0.1/255.255.0.0
> iptables: No chain/target/match by that name
> /sbin/iptables -A INPUT -j LOG -s 0.0.0.0/0 -d 0.0.0.0/0
> iptables: No chain/target/match by that name
> /sbin/iptables -A OUTPUT -j LOG -s 0.0.0.0/0 -d 0.0.0.0/0
> iptables: No chain/target/match by that name
> /sbin/iptables -A FORWARD -j LOG -s 0.0.0.0/0 -d 0.0.0.0/0
> iptables: No chain/target/match by that name
> 
> What can I do to fix this?

modprobe ipt_LOG perhaps? (I'm no iptables expert, but...)

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F

Attachment: pgpKLJvxJQs0d.pgp
Description: PGP signature


Reply to: