This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Firewall-Dcc CHAT

Old posts that have not been replied to for several years.
Locked
J
Jheremias
Voice
Posts: 20
Joined: Fri Oct 11, 2002 9:34 am

Firewall-Dcc CHAT

Post by Jheremias »

Good Morning :) I searched over the forum for similar topics, I found some, but just wanted to clear up something:

What ports does eggdrops uses, for dcc chat and dcc file transfers? From the config file, file transfers port range can be configured from here:

Code: Select all

 #set reserved-portrange 2010:2020
but what about dcc chat? It only uses port that I set at listen?

Code: Select all

 listen 3333 all 
or it uses and other ports that 3333 for dcc chat?

Thx for ur help
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The port DCC chat uses is trival, and is based on which client initiated the chat.

If you type "/dcc chat <bot>" in your clinet, then no listening port is used by the bot.

If you use "/ctcp <bot> CHAT", then the port setup for USERS or ALL, wiht the listen command is used.
Locked