Re: Re: Port forwarding

2001-01-25 Thread Trevor Squires
ACK I meant host="[ALL]" not port=[ALL] !!! Very tired from skiboarding all day... On Wed, 24 Jan 2001 [EMAIL PROTECTED] wrote: I'm not quite sure what you are saying, but we are getting somewhere...I got orion to bind to port 10080...I have it in 2 places default-web-site.xml and

Re: Re: Port forwarding

2001-01-25 Thread David Morton
YesI got it working by binding orion to host="[ALL]" and port="10080" and executing the following two: echo "1" /proc/sys/net/ipv4/ip_forward ipchains -I input 1 -d MYIP 80 -p tcp -j REDIRECT 10080 It is odd that i had to do thatI originally was going to bind all instance of orion

Re: Port forwarding

2001-01-24 Thread Trevor Squires
Hey David, I have it running on a 4ip host where each interface (ip) is a different web site which is what I think you want to do right? If that's the case then I did exactly the same thing as you wrt the ipchains command. The problem I ran into is that if I configured each site to only

Re: Re: Port forwarding

2001-01-24 Thread skyman
I have it running on a 4ip host where each interface (ip) is a different web site which is what I think you want to do right? Currently I have a 4ip hostfor argument sake: IP 1 - apache bound to port 80 IP 23 - orion bound to port 80 (unfortunately as root...why I'm trying all this)...up

Re: Port forwarding

2001-01-22 Thread Christian Meunier
You should use the port forwading module with ipmasqadm instead : ipmasqadm portfw -a -P tcp -L your_ip 80 -R your_ip 10080 type: ipmasqadm portfw for the complete usage. IMHO, to seperate forwarding stuff and firewall rules using ipchains and portfw is better. - Original Message -

Re: Port forwarding

2001-01-22 Thread Gerald Gutierrez
At 11:15 AM 1/22/2001 -0500, you wrote: Has anybody gotten port-forwarding to work? I want orion to run as non-root user on Linux.I did see: http://www.orionsupport.com/articles/unixprocess.html Works here. There are two separate pieces: the forwarding and Orion. Make sure each