All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables: No chain/target/match by that name
@ 2006-01-07  7:12 Amresh Kumar
  2006-01-07 18:50 ` John A. Sullivan III
  0 siblings, 1 reply; 4+ messages in thread
From: Amresh Kumar @ 2006-01-07  7:12 UTC (permalink / raw)
  To: netfilter

Hi ,

I am using  iptables rule for Load Balancing with random* or nth but i am 
getting the error

iptables: No chain/target/match by that name

iptables rule :  iptables  -A PREROUTING -i eth0 -p tcp --dport 80 -m state 
--state NEW -m nth --counter 0 --every 4 --packet 0  -j DNAT 
--to-destination 192.168.0.5:80

iptables -A PREROUTING -i eth0 -p tcp --dport 80 -m state --state NEW -m 
random --average 25 -j DNAT --to-destination 192.168.0.5:80

My kernel version is  2.6.9-5.0.3.EL
Iptable version = iptables v1.3.4

can anyone  explain.

Thanks..

_________________________________________________________________
A Camera Sells every 2 Minutes on eBay. Get Your's at a Great Price Now! 
http://adfarm.mediaplex.com/ad/ck/4686-26272-10936-699?ck=Cameras



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

end of thread, other threads:[~2006-01-11 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-07  7:12 iptables: No chain/target/match by that name Amresh Kumar
2006-01-07 18:50 ` John A. Sullivan III
2006-01-09  7:21   ` Amresh Kumar
2006-01-11 10:21     ` iptables: No chain/target/match by that name (detailed) Amresh Kumar

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.