Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Redirect port 80 in a zone to port 8070 in a zone - IPFILTER/IPNAT

807557Apr 11 2008 — edited Apr 11 2008
I have a non-root user running a web server on 8070 in a zone, and he wants port 80 redirected to 8070 so his URL wont have :8070 in it.

On Linux with iptables, I did:
iptables -t nat -I PREROUTING -p tcp dport 80 -j REDIRECT to-ports 8070

Works great, all traffic to port 80 is redirected to port 8070.

How can I do the same with IP Filter? I understand IP Filter has to be run in the global zone, not a problem.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2008
Added on Apr 11 2008
2 comments
1,567 views