I've been trying to set up an offline hub for a new botnet, and I'm having problems with userfile sharing. I'm not new to linking/sharing/eggdrop, so I'm not sure what's up :/
If the bot in question is acting as the hub, the leaf bots can't download the user file:
Code: Select all
[14:07] #JamesOff# link X
[14:07] Linking to X at host:4091 ...
[14:07] Received challenge from X... sending response ...
[14:07] Linked to X.
*** Linked to X
[14:07] Creating resync buffer for X
[14:07] Sending user file send request to X
[14:07] Disconnected from: X. No reason (lost 1 bot and 0 users)
*** Disconnected from: X. No reason (lost 1 bot and 0 users)
[14:07] (Userlist transmit aborted.)
On the leaf bot, the transfer fails immediately and the bot disconnects.
However, if that bot is acting as a leaf (which I did to test it), then it can happily connect to another bot and download the user file without problems.
I have tried three of my machines in different locations and different OSes, with firewalls varying from none to strict, and eggdrop versions 1.6.1[0-3]. None of the machines are behind NAT; all of them have real IPs and are routable.
This problem looks similar to some other problems I've seen described here, but I've already tried all the given solutions.
Any suggestions?