Oke, stukje copy/paste:
####################################################################
# How To Use ICQ with SyGate
#
# Due to ICQ needs to listen some TCP ports to receive incoming event,
# defaultly, the machines behind SyGate can send message, and create chat.
# but others on Internet cannot send message directly to SyGate client.
# ---------------------------------------------------------------------
# It is One User version, only one user can be supported behind SyGate
# if there are two or more ICQ users behind SyGate, please visit SyGate
# Web's FAQ or next section.
# In order to use it, you need to set ICQ's TCP listen ports for incoming
# event to "20000-20019", which can be found on the firewall setting on
# ICQ on this PC
#:INIT "ICQ( 1 user version)"
#OUT UDP 4000 4000 0.0.0.0 600000 RM
#:SUB
#IN TCP 20000 20019 0.0.0.0 0 0 AD
#:END
# The following lines demo how to support Multi-User.
# Before use them, you need to recomment above 1 user version first.
#
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# ICQ client 1 ------- 192.168.0.2
# Set TCP listen ports for incoming event to "20000-20019"
# which can be found on the firewall setting on ICQ on this PC
#:INIT "ICQ, client 1"
#OUT UDP 4000 4000 192.168.0.2 600000 RM
#:SUB
#IN TCP 20000 20019 0.0.0.0 0 0 AD
#:END
Moet lukken nu zou ik zeggen!