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.

Can someone tell me how to have like 2 hubs insstead of 1??

Old posts that have not been replied to for several years.
Locked
V
Vinh
Voice
Posts: 12
Joined: Sun Oct 12, 2003 10:59 am

Can someone tell me how to have like 2 hubs insstead of 1??

Post by Vinh »

Code: Select all

#SirVinh# bottree
xxxNet
 |-+xxxPool
 |-+xxxWest
 |-+xxxbad
 |-+xxxcbad
 |-+xxxDad
 |-+xxxout
 |-+xxxSouth
 |-+xxxBoy
 |-+xxxng
 |-+xxxkid
 |-+xxxye
 `-+xxxMe
Average hops: 1.0, total bots: 13
That is my setup at the moment, all thme eggs on 2 shell companys on 3 servers. 4egg/server1 3egg/server2 3egg/server3 3egg/server3

I have just order another 4bg package from somewhere else and wish to make another hub just incase xxxnet go's down.

What is the best way around this?

using netbots btw and all bots share global flags (learnt botlink with egghelp botlink tutorial.)


this is what i have been doing

Code: Select all

HUB
.+bot leafnick
.chattr leafnick +fo
.botattr leafnick +s
.botattr leafnick +g
.netbots add leafnick

Leaf
.+bot hub adress:port
.chattr hub +fo
.botattr hub +p
.botattr hub +g
.botattr hub +h
.netbots add hub
F
Fe|on

Post by Fe|on »

botattr <nickname> [attributes] [channel]
Lets you view and change the attributes (flags) field for a bot.

a alternate (bot is auto-linked if no hub bots can be linked)
In all leaf bots, type .botattr <alternate hub> +a

Try .help, amazing what is right there.
:wink:
V
Vinh
Voice
Posts: 12
Joined: Sun Oct 12, 2003 10:59 am

Post by Vinh »

yeah figured that bit.

now when hub 1 gos down.

a set leaf becomes hub2(this guy dont share or anything, he just sits there as a temporary hub so the other leafs can connect to him for the botnet for requesting ops becuz hub1 is down which leaves these leafs with no botnet)

so i set +a on other leafs to Set-leaf that turns into hub2..

they cant connect because of wrong password...

why is that?

my leaf(hub2) and hub1 connect fine without any password error but when leafs conect with leaf(hub2) password error.

All netset.tcl are the same, including the nb_key...

I can fix this by doing, "chpass botname" on hub2 and leafs then they link... but what about the nb_key...does that not work anymore...?
J
JaKiKa

Post by JaKiKa »

Try +a :lol:
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Vinh wrote:
they cant connect because of wrong password...

why is that?
.chpass on both bots, then let them link. they will set thier own passwords.

.botattr +a alternate_hub, not to be confused with .chattr +a, which is a bad idea all around.
Locked