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.

linking leaf bots to a limbo hub

General support and discussion of Eggdrop bots.
Post Reply
b
bopcha
Voice
Posts: 16
Joined: Mon Nov 07, 2005 12:31 pm

linking leaf bots to a limbo hub

Post by bopcha »

Hi,

I am trying to implement a limbo hub for my botnet. I installed it and got it running, was able to telnet into it -great :). Now I want to have my leaf bots connect to it. So i did everything like the Enhancing your eggdrop section says to do. It links up, but the user file transfer fails, it times out.

[13:24] Sending user file send request to leaf
[13:24] Timeout on userfile transfer.
*** Disconnected leaf (timed-out userfile transfer)

on the leaf:
< leaf > [15:51] Linked to hub.
< leaf > *** Linked to hub
< leaf > [15:51] Downloading user file from hub
< leaf > [15:51] Failed connection; aborted userfile transfer.

Anyone know how to fix? Thx.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

read top sticky topic
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
b
bopcha
Voice
Posts: 16
Joined: Mon Nov 07, 2005 12:31 pm

Post by bopcha »

ummm yea that didnt help at all, tried the console +thd thing but it only gave me 1 or 2 extra lines of detail which really doesnt provide any info regarding the problem..

on hub:
[08:48] net: connect! sock 3
[08:48] DNS resolved 72.20.38.142 to mhmhmh.sexypenguins.com

on leaf:
[8:48am][02/24/2006] < chab0p > [08:49] DNS resolved eggheads.ccrtech.com to 69.241.239.26
[8:48am][02/24/2006] < chab0p > [08:49] Received challenge from Limbostar... sending response ...
[8:48am][02/24/2006] < chab0p > [08:49] Linked to Limbostar.
[8:48am][02/24/2006] < chab0p > *** Linked to Limbostar
[8:48am][02/24/2006] < chab0p > [08:49] Downloading user file from Limbostar
[8:48am][02/24/2006] < chab0p > [08:49] Failed connection; aborted userfile transfer.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

* All of these hints apply also for DCC SEND, therefore for sending userfile - eggdrop's mechanism for that is very similar to DCC SEND (with the only difference being that the send request is transmitted via botnet, not via CTCP on IRC); so, to ensure proper userfile sharing functionality, you need to make sure your hub bot is able to DCC SEND successfully, i.e. there are no problems of the above nature
did you bother to read that far?
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply