>> I'm trying to get Orion Server to start as a non-root users on Red Hat
>> 7.1.  I know I need to forward the port from 80 to something above
>> 1024.  Does any one know how I can do that with iptables.  I've never
>> used it before.

LD>   ipchains -I input --protocol tcp \
LD>   --destination-port 80 -j REDIRECT 10240

LD>   If the Orion port is 10240.
LD>   You need to configure your kernel to support redirecting.
LD>   Consult Kernel docs.
I have the same problem with Mandrake 8.0
It seems that all newest Linux releases use iptables instead of
ipchains and the syntax is a little different.
Any suggestion ?

TIA
Marcello


Reply via email to