All of lore.kernel.org
 help / color / mirror / Atom feed
* Ver 1.4.17 Error Appending Prerouting
@ 2013-02-05 23:13 Roman Gelfand
  2013-02-06  0:27 ` Pascal Hambourg
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Gelfand @ 2013-02-05 23:13 UTC (permalink / raw)
  To: netfilter

I have installed iptables ver 1.4.17 on debian squeeze where current
iptables version is 1.4.8. The kernel version is 2.6.32-5-686.

After running the following statements, I get the error below.

modprobe ip_gre
modprobe ip_tables
modprobe x_tables


/usr/local/sbin/iptables -t tproxy -A PREROUTING -i wccp0 -p tcp -m
tcp --dport 80 -j TPROXY --on-port 3228
/usr/local/sbin/iptables -t tproxy -A PREROUTING -i wccp0 -p tcp -m
tcp --dport 443 -j TPROXY --on-port 3229

Why am I getting the following error:

iptables v1.4.17: can't initialize iptables table `tproxy': Table does
not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.


Thanks in advance

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Ver 1.4.17 Error Appending Prerouting
  2013-02-05 23:13 Ver 1.4.17 Error Appending Prerouting Roman Gelfand
@ 2013-02-06  0:27 ` Pascal Hambourg
  0 siblings, 0 replies; 2+ messages in thread
From: Pascal Hambourg @ 2013-02-06  0:27 UTC (permalink / raw)
  To: Roman Gelfand; +Cc: netfilter

Hello,

Roman Gelfand a écrit :
> 
> /usr/local/sbin/iptables -t tproxy -A PREROUTING -i wccp0 -p tcp -m
> tcp --dport 80 -j TPROXY --on-port 3228
> /usr/local/sbin/iptables -t tproxy -A PREROUTING -i wccp0 -p tcp -m
> tcp --dport 443 -j TPROXY --on-port 3229
> 
> Why am I getting the following error:
> 
> iptables v1.4.17: can't initialize iptables table `tproxy': Table does
> not exist (do you need to insmod?)

The message is self-explanatory : there is no such table "tproxy".

From man iptables :
   TPROXY
       This target is only valid in the *mangle* table [...]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-06  0:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-05 23:13 Ver 1.4.17 Error Appending Prerouting Roman Gelfand
2013-02-06  0:27 ` Pascal Hambourg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.