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.

Problem with Userfile sharing across a botnet of four bots

Old posts that have not been replied to for several years.
Locked
S
Solarin
Voice
Posts: 29
Joined: Wed Apr 09, 2003 1:50 pm
Location: Sydney Australia
Contact:

Problem with Userfile sharing across a botnet of four bots

Post by Solarin »

I have two botnets. One that is sharing userfiles consistently without hassle; the other is causing much grief.

I would like to fix this userfile sharing problem. It appears that, when I make a change on the hub bot (.+host for instance), that change is not propagated through to the leaf bots. This is happening consistently.

Note, that after .restart, they do appear to pick up userfile transfers then after relinking to the hub.

the .dccstat returns: Hub bot flags: pUcosgwlia / Leaf bot flags: pUCosgwliA

Share module is of course in use on all bots. I'm certain the botnet was setup correctly and the .bottree returns the desired results with 3 leafs and one hub.

Something else that might be causing a problem, is that the bots on this botnet all connect to different networks (Austnet, EFNet, etc.). Although I don't see how this could be causing it. I just thought it might be useful information.

Also note I have tried .save after making a userfile change on the hub bot. This does not help.

Any assistance would be appreciated.
f
firepac
Voice
Posts: 31
Joined: Wed Jun 18, 2003 5:41 am
Location: Queensland, Australia

Post by firepac »

If you add a user to a leaf bot is it propagated to the hub?
S
Solarin
Voice
Posts: 29
Joined: Wed Apr 09, 2003 1:50 pm
Location: Sydney Australia
Contact:

Post by Solarin »

No it is not propagated to the hub.
S
Solarin
Voice
Posts: 29
Joined: Wed Apr 09, 2003 1:50 pm
Location: Sydney Australia
Contact:

Post by Solarin »

Just some more info:

On each leaf bot, the .whois for the hub bot returns:
Global flags: bfo
BOT FLAGS: ghp

On the hub bot, the .whois for each leaf bot returns:
BOT FLAGS: gs
Global flags: bfgo
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

Do you get anything over debug console (see .help console if you dont know what it is) about adduser and/or chattr's? What scripts are you using?
S
Solarin
Voice
Posts: 29
Joined: Wed Apr 09, 2003 1:50 pm
Location: Sydney Australia
Contact:

Post by Solarin »

I get nothing over the console and scripts are not relevant here. They are only running one script and it would have no effect.
t
tripp

Post by tripp »

sounds like your private user flag is set to 1 on your leaf bots
in the share module section of your config
-set private-user 0

if thats not it, maybe its one of these
-set private-global 0
-set override-bots 1

good luck
t
S
Solarin
Voice
Posts: 29
Joined: Wed Apr 09, 2003 1:50 pm
Location: Sydney Australia
Contact:

Post by Solarin »

I appreciate it. It's all good now.

:D
t
tripp

Post by tripp »

no problem,
glad to hear you fixed it :)

t
Locked