Monday, January 2, 2012

how to open a port on osx leopard

(7) Enable Port-Forwarding

- Add a rule to do port-forwarding from port 80 to Tomcat's default port 8080. Type this in the Terminal:

sudo ipfw add 100 fwd 127.0.0.1,8080 tcp from any to any 80 in