deny link block
Posted: Mon Nov 22, 2004 12:55 pm
We run a network with 3 hubs...
All us client servers autoconnect to entropy, and all eu ones to equilibrium. On occasion one of the hubs, say equilibrium will die...this forces us to manually connect the client eu servers to entropy. When equilibrium returns, it is caught by the autoconnect of the client eu hubs, so that a client server is hubbing the hubs.
We were attempting to use the deny link block to prevent this from happening, we would just want it to connect back to entropy or avalon. On a test network we set up two hubs and one client hub (the map below showing the situation we want to avoid)
Initially we used the following denylink block on snowball2 (the client server):
This however did not work
We expanded it to this...
and still when we split ferret.hub away, it reconnected using auto connect. (I should say that only snowball had autoconnects in the link blocks)
Finally we put the very broad deny link block on both snowball2 and ferrethub and /squit ferrethub...again it returned.
Are we misunderstanding the use of this block? Does anyone else use it successfully? and if so can they suggest where we are going wrong?
Code: Select all
equilibrium.hub.eu.zirc.org
|-ferret.uk.eu.zirc.org
|-rakuen.de.eu.zirc.org
`-entropy.hub.us.zirc.org
|-avalon.hub.ca.zirc.org
|-snowball.mo.us.zirc.org
|-mistral.il.us.zirc.org
|-defiant.ny.us.zirc.org
|-bones.wa.us.zirc.org
`-deliverance.ca.us.zirc.orgWe were attempting to use the deny link block to prevent this from happening, we would just want it to connect back to entropy or avalon. On a test network we set up two hubs and one client hub (the map below showing the situation we want to avoid)
Code: Select all
snowball2.mo.us.zirc.org
|-snowballhub.hub.us.zirc.org
`-ferrethub.hub.eu.zirc.orgCode: Select all
deny link {
mask *.hub.??.zirc.org;
rule directcon(*.hub.??.zirc.org);
type auto;
};We expanded it to this...
Code: Select all
deny link {
mask *;
rule directcon(*);
type auto;
};Finally we put the very broad deny link block on both snowball2 and ferrethub and /squit ferrethub...again it returned.
Are we misunderstanding the use of this block? Does anyone else use it successfully? and if so can they suggest where we are going wrong?