via lokkit, in the 'Other Ports' field, type:
https:tcp
then apply the changes. or if you want to do this in the console,
type:-
Code:
iptables -A INPUT -i eth0 -p tcp --sport 443 -m state --state ESTABLISHED -j ACCEPT
iptables -L will list your current rules
the above example opens port 443
cheers
anyweb