X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=html%2Fadminmanual-1.html;h=1fb0df409d562287ba0b8d87a6162f032078635d;hp=34f3fb0ccba805b3ea44418ccd7ece9b3d26d964;hb=d2c1a8cb2a31725e3b9084aee3ec43e585e3273f;hpb=a8d4234c702d3cf6049a9e53bd07cfc924eaee25 diff --git a/html/adminmanual-1.html b/html/adminmanual-1.html index 34f3fb0c..1fb0df40 100644 --- a/html/adminmanual-1.html +++ b/html/adminmanual-1.html @@ -510,7 +510,26 @@ are not exhaustive but should give you a good idea of how the file works. If you alter the file during runtime, the command load/hops will bring your changes into effect.

-

1.11 Isolating networks +

1.11 Hop Control on Specific Nodes +

+ +

You can set a callsign specific hop count for any of the standard filter +options so:- +

+

+
+set/hops gb7djk spot 4
+set/hops node_default route 10
+set/hops gb7baa wcy 5
+
+
+

all work on their specific area of the protocol. +

+

The set/hops command overrides any hops that you have set otherwise. +

+

You can set what hops have been set using the show/hops command. +

+

1.12 Isolating networks

It is possible to isolate networks from each other on a "gateway" node using the @@ -528,25 +547,13 @@ be sent as normal, so if a user on one network knows that you are a gateway for another network, he can still still send a talk/announce etc message via your node and it will be routed across.

-

The only limitation currently is that non-private messages cannot be passed down -isolated links regardless of whether they are generated locally. This will change -when the bulletin routing facility is added. -

-

If you use isolate on a node connection you will continue to receive all -information from the isolated partner, however you will not pass any information -back to the isolated node. There are times when you would like to forward only -spots across a link (maybe during a contest for example). To do this, isolate -the node in the normal way and put in a filter in the /spider/filter/spots -directory to override the isolate. This filter can be very simple and consists -of just one line .... -

-

-
-$in = [
-        [ 1, 0, 'd', 0, 3]      # The last figure (3) is the hop count
-];
-
-
+

If you use isolate on a node connection you will continue to receive +all information from the isolated partner, however you will not pass +any information back to the isolated node. There are times when you +would like to forward only spots across a link (maybe during a contest +for example). To do this, isolate the node in the normal way and use +an acc/spot >call< allilter in the +to override the isolate.


Next