Convert iptables to ipfw rule
I tried to convert
iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080
to ipfw but it doesn't work.. Here's a similar question with no answer unfortunately
ipfw to redirect traffic from port 80 and 443 to 8080
I tried to convert
iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080
to ipfw but it doesn't work.. Here's a similar question with no answer unfortunately
ipfw to redirect traffic from port 80 and 443 to 8080
No comments:
Post a Comment