| Article: |
Apache Web-Serving with Mac OS X, Part 6 | |
| Subject: | port-forward | |
| Date: | 2003-01-06 11:34:31 | |
| From: | anonymous2 | |
|
can anyone tell me how to do this or where to find info on this. i am behind a firewall care of my isp.
|
||
Showing messages 1 through 2 of 2.



ssh -L 21:127.0.0.1:1500 127.0.0.1 -n -f -N
There is a catch. Port 22 needs to be open for this to work. I don't know of a way to do it without, but if anyone knows, I could use it.