any ideas why after like a minute the bot in /chat just stops responding to queries ......when i first do something like .help all ......its fine ...2 mins lter i try it again and it doesnt respond.
then it disconnects the chat session on its own after 3-4 mins
please help
after the dcc session dies out and i try /chat <bot> it wont let me in.
only thing i can do is /ctcp into the bot, do a .rehash and a .reset and then only /chat <bot> works ......please help
Is this an eggdrop or a windrop bot and what version is it?
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
try changing the port its listening on it may be conflicting with someone elses bot if its on a shared machine
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
yeah i tried changing the port configurations around.
this is what i have.
# If you want all dcc file transfers to use a particular portrange either
# because you're behind a firewall, or for other security reasons, set it
# here.
set reserved-portrange 2010:2020
and also
# If you wish to use only one port, use this format:
#
listen 10000 all
then on my mirc (windows machine which im trying to access the bot from) has the dcc port range 2010 and 2020, but someone told me my firewall might be causing the problem, and my firewall is a nuisance to configure also, do you think it could be that?
coolio2004 wrote:
set reserved-portrange 2010:2020
Those port ranges are rather low you should really set them higher at least 5000+ for security reason more than anything. If someone is port scanning your machine then they will find those ports extremely quickly so the higher the better in my opinion also yes i would say it is most likley your firewall. something could be tripping over those ports and disconnecting you. Also is your bot sending you files as that setting is just for the file transfer side not the actual dcc chat side?
I never set those portranges on my bot just the listen port. In mirc i then setup 10 ports for dcc functions and allow those 10 ports through my firewall and also through my router using portforwarding and have never had any probems to date.
Try the things i have suggested and see if they help at all
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
so what do you suggest i do?
i haven't tried getting any files but i just assumed /dcc includes file transfers and chats, no?
now with port forwarding (my firewall is a nightmare! its a d-link DI704P router + firewall).
can you tell me how that works?
what do i forward, how do i go about it? it's a little confusing.
when you forward ports on your firewall, are you doing all local address? like your destination address and source address? or external internet IP address?
i'd still like to know what ports you guys would be recommending for port forwarding? 2010-2020 is said to be not as secure, so let me know which ones im better off with please, thanks.