Unfortunately since this is a new feeature it is only implemented in SME Server 8.
Oops; sorry for the mis-direction!
bosco555:
Can your router do port redirection all by itself (some can, some can't)? That is, can you simply tell your router to redirect port 4443 to port 443 on the SME server? If so, you don't need to do anything on the SME at all...
Otherwise, you would either need to figure out the required modifications to /etc/rc.d/init.d/masq and create a custom template for them, or you need to switch your SME to "server-gateway" mode.
Here is another forum conversation about this from a while ago:
http://forums.contribs.org/index.php/topic,39815.msg183243.html#msg183243That user modified his router to support port translation (4443 -> 443), but at the time, I'm pretty sure I successfully set up a port forward manually on a server-only SME - that is, the manual command worked, but the web interface refused to do anything due to "server only" mode.
You may be able to get your SME to work in server-gateway mode like this:
- set the current LAN IP as the WAN IP
- set the LAN IP to something innocuous (a private network that you don't use anywhere - such as 10.10.10.0/24)
- add your current LAN as a "local network" in server-manager.
- create the desired port forwarding rule
(warning: this seems to me like it would work, but I've never tried it)