Yes and that is what that post was about port OPENING
Quote from POST about with subject "SME 6.0b3 - port OPENING"
Author: Michael Soulier (michael_soulier_AT_mitel.com)
Date: 10-07-03 08:55
Gyula Voros wrote:
>
> So, how do I open a port? ... if you don't mind including
> what file I should edit for I'd appreciate it. Thanks!
Officially, you use a custom masq fragment to open the port you need.
Something like...
mkdir -p /etc/e-smith/templates-custom/etc/rc.d/init.d/masq
echo '$OUT = allow_tcp_in(
, 1)' > \
/etc/e-smith/templates-custom/etc/rc.d/init.d/masq/90InboundTCP10Custom
/sbin/e-smith/signal-event remoteaccess-update
Where is the port you wish to open.
Mike

Joe