Port forwarding is like the first item in the shorewall FAQ:
http://www.shorewall.net/
I'm not at home right now so I can't use my config as an example but the forward line for Void's BS is something like:
- Code: Select all
DNAT net dmz:10.10.1.2 tcp http
Of course you probably don't have a DMZ so if your inside is called "loc" replace "dmz" above with "loc". Also instead of "tcp" and "http" you need to use the FTP ports and protocols. Mind you FTP is a little more difficult than http and other tcp based services. I'll get you my real line for the web service and I'll also come up with the FTP rules for you if you don't have it figured out by then.