Yes....I 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 that....I originally was going to bind all
instance of orion to different IPs but all on port 10080.....but because
this solution works effectively I will have each instance bind to a
different port and [All]....ipchains then redirects to appropriate server
through above command...I will be talking to redhat about this, if I find
out more I'll let you know....Although this solution appears effective and
I will probably not look into anymore unless dealing with the new 2.4
kernel that has different firewall/portfw features (Net Filters).....