# Only the variables TCP, UDP, RPC, IP, BROADCAST, RELATED and
# MODULES are allowed. More may be supported in the future.
#
# For a more detailed description of the individual variables see
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
#

## Name: SynCE
## Description: opens ports for SynCE in order to allow communication with Windows Mobile devices

# space separated list of allowed TCP ports
TCP="990 999 5678 5679 5721 26675"

# space separated list of allowed UDP ports
#UDP=""

# space separated list of allowed RPC services
#RPC=""

# space separated list of allowed IP protocols
#IP=""

# space separated list of allowed UDP ports that accept broadcasts
#BROADCAST=""

### variables below are only needed in very special cases

# space separated list of net,protocol[,sport[,dport]]
# see FW_SERVICES_ACCEPT_RELATED_EXT
# net 0/0 means IPv4 and IPv6. If this sevice should only work for
# IPv4 use 0.0.0.0/0
#RELATED=""

# additional kernel modules needed for this service
# see FW_LOAD_MODULES
#MODULES=""
