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.

telnet port

General support and discussion of Eggdrop bots.
Post Reply
x
xiownthispla
Voice
Posts: 6
Joined: Sun May 11, 2008 7:55 am

telnet port

Post by xiownthispla »

hi all. in my config file, i put telent port as

Code: Select all

listen 7777 all
but it keeps on saying that there is no port defined.. and i have rehased and restarted my eggdrop.. any help? thanks.
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

Try a differant port (i.e somewhere in rang the 4000) and use users helps with security. Example:
listen 4326 users
:)
x
xiownthispla
Voice
Posts: 6
Joined: Sun May 11, 2008 7:55 am

Post by xiownthispla »

yes! thanks you! that worked.. strange though, i had tried a couple of ports, higher than 7777 though.. i guess it needs to be around the 4000.. it works now so.. lol thanks!
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Generally, port number could be anything in between 1'025 and 65'535, although it is recommended not going above 40'000 (as these are most often used by NAT, etc). Of course, system admins may impose further restrictions as to which ports you are allowed to use.

Also, the port you wish to use must, obviously, be free for use (no other programs listening at that port).

In any case, nice to hear you got it working.
NML_375
Post Reply