Hello.

> >> 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 ?

   1. You may decide to use IPChains instead of IPTables.
      This is a Kernel-Conf problem.

   2. I don't use IPTables, but... I searched some info on the net,
      and it seems, that it is not too different for IPTables than
      the ipchains one. Maybe you will have to write -I INPUT?!?!?

> TIA
> Marcello

   Lachezar



Reply via email to