Hi.

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

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

  If the Orion port is 10240.
  You need to configure your kernel to support redirecting.
  Consult Kernel docs.

> Any help would be appreceated.
> 
> 
> Bill Wichgers

   Lachezar



Reply via email to