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.

problems linking two bots on same machine but diff vhosts

Old posts that have not been replied to for several years.
Locked
t
toledo567

problems linking two bots on same machine but diff vhosts

Post by toledo567 »

I take care of two bots run in a busy chan and am having some difficulty linking them for userfile sharing. I have set everything up appropriately in the conf files and in adding the bots on each bot for linking. the hub bot opens the port as appropriate and I can telnet in to so I know its working. As posted in the topic, both bots are on the same machine but originate from different IPs. I can not telnet into the bot from the shell for which the bots run. dccstat indicates the ports are listenign and the leaf bot is trying to connect but fails. Any thoughts on this? Thanks.
User avatar
AUTIST
Voice
Posts: 20
Joined: Sun Feb 01, 2004 8:52 am

Post by AUTIST »

I have three bots on one machine, and they are linked to each other.
If you have aby questions, send me private message. I'll try to help you.

But my bots all on one IP, they have different prts, like 1st - listen 3333
2nd - listen 4444, 3rd - listen 5555

The for withc bot make .addbot <handle> <address>
Example:
1. bot1; listen 3333
2. bot2; listen 4444
3. myIP 10.6.15.28 for exapmle

Steps:
telnet to bot1: .addbot bot2 10.6.15.28:4444
telnet to bot2: .addbot bot1 10.6.15.28:3333
then telnet to bot1: .link bot2

and vice versa if you want to link bot2->bot1 make for bot2 .link bot1
but before this type .unlink bot2 in bot1's shell :)
That's all I think
Locked