Linux Netfilter discussions
 help / color / mirror / Atom feed
* iptables REDIRECT with patch-o-matic
@ 2002-09-13 10:46 Rohan Almeida
  2002-09-13 14:27 ` Zoilo
  0 siblings, 1 reply; 2+ messages in thread
From: Rohan Almeida @ 2002-09-13 10:46 UTC (permalink / raw)
  To: netfilter


Hi List,

Take the following command:
[rohan@sanitarium rohan]$ iptables -t nat -i eth0 -A PREROUTING \
			--protocol tcp -s 10.0.0.0/255.255.255.0 \
			-d 10.0.0.1/32 --dport www -j REDIRECT \
			--to-port 800

With redhat rpms, kernel-2.4.18-5, iptables-1.2.5-3
the above command works fine.

Now, i downloaded iptables-1.2.7a, patch-o-matic-20020825
and using kernel source tree of 2.4.18
I applied the following patches of patch-o-matic:
	base AND extra

Then i compiled the kernel.
Now with this patched kernel and iptables-1.2.5-3 rpm,
I am getting the following error when running the above command:
"iptables: Invalid argument"

What am i doing wrong?

If i just have to upgrade my iptables to 1.2.7a, then
i'm sorry for posting this :-)

Thanx

--
arc_of_descent



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

* Re: iptables REDIRECT with patch-o-matic
  2002-09-13 10:46 iptables REDIRECT with patch-o-matic Rohan Almeida
@ 2002-09-13 14:27 ` Zoilo
  0 siblings, 0 replies; 2+ messages in thread
From: Zoilo @ 2002-09-13 14:27 UTC (permalink / raw)
  To: Rohan Almeida, netfilter

On Friday 13 September 2002 12:46, Rohan Almeida wrote:
> Hi List,
>
> Take the following command:
> [rohan@sanitarium rohan]$ iptables -t nat -i eth0 -A PREROUTING \
> 			--protocol tcp -s 10.0.0.0/255.255.255.0 \
> 			-d 10.0.0.1/32 --dport www -j REDIRECT \
> 			--to-port 800
>
> With redhat rpms, kernel-2.4.18-5, iptables-1.2.5-3
> the above command works fine.
>
> Now, i downloaded iptables-1.2.7a, patch-o-matic-20020825
> and using kernel source tree of 2.4.18
> I applied the following patches of patch-o-matic:
> 	base AND extra
>
> Then i compiled the kernel.
> Now with this patched kernel and iptables-1.2.5-3 rpm,
> I am getting the following error when running the above command:
> "iptables: Invalid argument"
>
> What am i doing wrong?
>
> If i just have to upgrade my iptables to 1.2.7a, then
> i'm sorry for posting this :-)

Yes, I think that will fix your problem.

When you compile and install iptables, pay attention that the default 
installation will be in /usr/local/sbin, whereas RH defaults their 
installation to /sbin. 

For this reason, don't forget to uninstall iptables-1.2.5 (rpm -e iptables), 
or you will still be running "/sbin/iptables" (the old version). instead of 
"/usr/local/sbin/iptables" (the new version).

You may also compile iptables-1.2.7a to install in /sbin of course (see 
Makefile).

In case of doubt, run "whereis -b iptables" to get a list of all 
iptables-binaries in your system..


-- 
Z.
----------------------------------------------------------
"If all you have is a hammer, everything looks like a nail."


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

end of thread, other threads:[~2002-09-13 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-13 10:46 iptables REDIRECT with patch-o-matic Rohan Almeida
2002-09-13 14:27 ` Zoilo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox