From 4fa8a0251b64361c908d056393b46abece6d38be Mon Sep 17 00:00:00 2001 From: djk Date: Sun, 18 Jun 2000 20:34:29 +0000 Subject: [PATCH] added new version fo the admin manual --- Changes | 5 +- html/adminmanual-1.html | 15 +- html/adminmanual-2.html | 264 +------------------- html/adminmanual-3.html | 342 ++++++++++++++++++++------ html/adminmanual-4.html | 124 ++++++++++ html/adminmanual-5.html | 255 +++++++++++++++++++ html/adminmanual-6.html | 269 ++++++++++++++++++++ html/adminmanual-7.html | 525 ++++++++++++++++++++++++++++++++++++++++ html/adminmanual.html | 91 ++++++- 9 files changed, 1534 insertions(+), 356 deletions(-) create mode 100644 html/adminmanual-4.html create mode 100644 html/adminmanual-5.html create mode 100644 html/adminmanual-6.html create mode 100644 html/adminmanual-7.html diff --git a/Changes b/Changes index 19f1c31f..ca70e71c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ 18Jun00======================================================================= -1. fixed line ending ambiguities (I think) for telnet connections. +1. fixed line ending ambiguities (I think) for telnet connections. Well +actually only really band aided it. It works but isn't how I want it. +Client.pl has got to go.... +2. Added 1.21 of Ian G0VGS's admin manual 17Jun00======================================================================= 1. I believe I have fixed all the login/logout 'broken pipe' errors 2. Added G0RDI's 'links' command. diff --git a/html/adminmanual-1.html b/html/adminmanual-1.html index e85ba645..d9f0454f 100644 --- a/html/adminmanual-1.html +++ b/html/adminmanual-1.html @@ -2,7 +2,7 @@ - The DXSpider Administration Manual : Installation (Original version by Iain Phillips, G0RDI) + The DXSpider Installation and Administration Manual : Installation (Original version by Iain Phillips, G0RDI) @@ -14,7 +14,7 @@ Previous

1. Installation (Original version by Iain Phillips, G0RDI)

-

Last modified: November 1999 by Ian Maude, G0VGS +

Last modified: 18 June 2000 by Ian Maude, G0VGS

1.1 Introduction

@@ -41,7 +41,8 @@ Previous
  • MLDBM-2.00.ar.gz
  • TimeDate-1.8.tar.gz
  • IO-1.20.tar.tgz
  • -
  • Net-Telnet-3.01.tar.gz +
  • Net-Telnet-3.01.tar.gz
  • +
  • Curses-1.02.tar.gz
  • @@ -51,7 +52,7 @@ Previous

    1.2 Preparation

    -

    I will assume that you have already downloaded the latest tarball of the DXSpider software and are ready to install it. +

    I will assume that you have already downloaded the latest tarball of the DXSpider software and are ready to install it. I am assuming version 1.35 for this section but of course you would use the latest version.

    Login as root and create a user to run the cluster under. UNDER NO CIRCUMSTANCES USE ROOT AS THIS USER!. I am going to use the name sysop. You can call it anything you wish. Depending on your security requirements you may wish to use an existing user, however this is your own choice.

    @@ -76,7 +77,7 @@ passwd: all authentication tokens updated successfully

    1.3 Installing the software

    -

    Now to unpack the DX Spider distribution, set symbolic links and group permissions. This example assumes you are using version 1.35 but of course you would substitute the correct version number. Copy the tarball to /home/sysop and do the following. +

    Now to unpack the DX Spider distribution, set symbolic links and group permissions. Copy the tarball to /home/sysop and do the following.

    @@ -136,7 +137,7 @@ $ vi DXVars.pm (or your favourite editor)
     

    Using the distributed DXVars.pm as a a template, set your cluster callsign, sysop callsign and other user info to suit your own environment. Note that this a perl file which will be parsed and executed as part of the cluster. If you get it wrong then perl will complain when you start the cluster process. It is important only to alter the text of any section. Some of the lines look a little odd. Take this line for example ....

    $myemail = "ianmaude\@btinternet.com";

    -

    There appears to be an extraeneous slash in there. However this has to be there for the file to work so leave it in. +

    There appears to be an extra slash in there. However this has to be there for the file to work so leave it in.

    PLEASE USE CAPITAL LETTERS FOR CALLSIGNS

    @@ -178,7 +179,7 @@ orft we jolly well go ...

    -

    If all is well then login on another term or console as sysop and cd to /spider/perl. Now issue the following command ... +

    If all is well then login on another term or console as sysop and cd to /spider/perl. Now issue the following command ...

    diff --git a/html/adminmanual-2.html b/html/adminmanual-2.html
    index 3f4a7a3f..d606eb79 100644
    --- a/html/adminmanual-2.html
    +++ b/html/adminmanual-2.html
    @@ -2,7 +2,7 @@
     
     
      
    - The DXSpider Administration Manual : Configuration
    + The DXSpider Installation and Administration Manual : The Client program
      
      
      
    @@ -12,267 +12,9 @@
     Previous
     Contents
     
    -

    2. Configuration

    +

    2. The Client program

    -

    2.1 Allowing ax25 connects from users -

    - -

    As stated previously, the aim of this document is not to tell you how to configure Linux or the ax25 utilities. However, you do need to add a line in your ax25d.conf to allow connections to DXSpider for your users. For each interface that you wish to allow connections on, use the following format ... -

    -

    -
    -default  * * * * * *  - sysop /spider/perl/client.pl client.pl %u ax25
    -
    -
    -

    -

    2.2 Allowing telnet connects from users -

    - -

    Allowing telnet connections is quite simple. Firstly you need to add a line in /etc/services to allow connections to a port number, like this .... -

    -

    -
    -spdlogin   8000/tcp     # spider anonymous login port
    -
    -
    -

    Then add a line in /etc/inetd.conf like this .... -

    -

    -
    -spdlogin stream tcp nowait root /usr/sbin/tcpd /spider/perl/client.pl login telnet
    -
    -
    -

    -

    This needs to be added above the standard services such as ftp, telnet etc. Once this is done, you need to restart inetd like this .... -

    -

    -
    -killall -HUP inetd
    -
    -
    -

    -

    -

    Now login as sysop and cd spider/perl. You can test that spider is accepting telnet logins by issuing the following command .... -

    -

    -
    -client.pl login telnet
    -
    -
    -

    You should get a login prompt and on issuing a callsign, you will be given access to the cluster. Note, you will not get a password login. There seems no good reason for a password prompt to be given so it is not asked for. -

    -

    Assuming all is well, then try a telnet from your linux console .... -

    -

    -
    -telnet localhost 8000
    -
    -
    -

    -

    You should now get the login prompt and be able to login as before. -

    -

    2.3 Setting up node connects -

    - -

    In order to allow cluster node connections, spider needs to know that the connecting callsign is a cluster node. This is the case whether the connect is incoming or outgoing. -In spider this is a simple task and can be done in runtime. -

    -

    Start up the cluster as you did before and login as the sysop with client.pl. -The cluster node I am wanting to make a connection to is GB7BAA but you would obviously use whatever callsign you required. -At the prompt type ... -

    -

    -
    -set/node gb7baa
    -
    -
    -

    -

    The case does not matter as long as you have a version of DXSpider later than 1.33. Earlier versions required the callsign to be in upper case. -

    -

    That is now set, it is as simple as that. To prove it, login on yet another console as sysop and issue the command ... -

    -

    -
    -client.pl gb7baa (using the callsign you set as a node)
    -
    -
    -

    -

    You should get an initialisation string from DXSpider like this ... -

    -

    -
    -client.pl gb7baa
    -PC38^GB7MBC^~
    -
    -
    -

    If the callsign you just set up as a cluster node is for an incoming connect, this is all that needs to be done. If the connection is to be outgoing then a connection script needs to be written. -

    -

    Connection scripts

    - -

    Because DXSpider operates under Linux, connections can be made using just about any protocol; AX25, NETRom, tcp/ip, ROSE etc are all possible examples. Connect scripts live in the /spider/connect directory and are simple ascii files. Writing a script for connections is therefore relatively simple. -

    -

    The connect scripts consist of lines which start with the following keywords or symbols:- -

    -

    -

    -        
    -#               All lines starting with a # are ignored, as are wholly blank lines.
    -
    -timeout         timeout followed by a number is the number of seconds to wait for a 
    -                command to complete. If there is no timeout specified in the script 
    -                then the default is 60 seconds.
    -
    -abort           abort is a regular expression containing one or more strings to look 
    -                for to abort a connection. This is a perl regular expression and is 
    -                executed ignoring case.
    -
    -connect         connect followed by ax25 or telnet and some type dependent 
    -                information. In the case of a telnet connection, there can be up to 
    -                two parameters.
    -                The first is the ip address or hostname of the computer you wish to 
    -                connect to and the second is the port number you want to use (this 
    -                can be left out if it is a normal telnet session).
    -                In the case of an ax25 session then this would normally be a call to
    -                ax25_call or netrom_call as in the example above. It is your
    -                responsibility to get your node and other ax25 parameters to work 
    -                before going down this route!
    -
    -'               ' is the delimiting character for a word or phrase of an expect/send 
    -                line in a chat type script. The words/phrases normally come in pairs, 
    -                either can be empty. Each line reads input from the connection until 
    -                it sees the string (or perl regular expression) contained in the
    -                left hand string. If the left hand string is empty then it doesn't 
    -                read or wait for anything. The comparison is done ignoring case.
    -                When the left hand string has found what it is looking for (if it is) 
    -                then the right hand string is sent to the connection.
    -                This process is repeated for every line of chat script. 
    -
    -client          client starts the connection, put the arguments you would want here 
    -                if you were starting the client program manually. You only need this 
    -                if the script has a different name to the callsign you are trying to 
    -                connect to (i.e. you have a script called other which actually 
    -                connects to GB7DJK-1 [instead of a script called gb7djk-1]).
    -
    -

    -

    There are many possible ways to configure the script but here are two examples, one for a NETRom/AX25 connect and one for tcp/ip. -

    -

    -
    -        timeout 60
    -        abort (Busy|Sorry|Fail)
    -        # don't forget to chmod 4775 netrom_call!
    -        connect ax25 /usr/sbin/netrom_call bbs gb7djk g1tlh
    -        'Connect' ''
    -        'Connect' 'c np7'
    -        'Connect' 'c gb7dxm'
    -        'Connect' ''
    -        # you can leave this out if you call the script 'gb7dxm'
    -        client gb7dxm ax25
    -
    -
    -

    -

    -

    -

    -
    -        timeout 15
    -        connect telnet dirkl.tobit.co.uk
    -        'login' 'gb7djk'
    -        'word' 'gb7djk'
    -        # tell GB7DJK-1 that it is connected to GB7DJK
    -        # you can leave this out if you call this script 'gb7djk'
    -        client gb7djk telnet
    -
    -
    -

    -

    Both these examples assume that everything is set up properly at the other end. You will find other examples in the /spider/examples directory. -

    -

    Starting the connection

    - -

    You start the connection, from within a sysop enabled cluster login, by typing in the word connect followed by a script name like this .... -

    -

    -
    -G0VGS de GB7MBC 13-Dec-1998 2041Z >connect gb7djk-1
    -connection to GB7DJK-1 started
    -G0VGS de GB7MBC 13-Dec-1998 2043Z >
    -
    -
    -

    This will start a connection using the script called gb7djk-1. You can follow the connection by watching the term or console from where you started cluster.pl. You should see something like this ... -

    -

    -
    -<- D G1TLH connect gb7djk-1
    --> D G1TLH connection to GB7DJK-1 started
    --> D G1TLH G1TLH de GB7DJK 13-Dec-1998 2046Z >
    -timeout set to 15
    -CONNECT sort: telnet command: dirkl.tobit.co.uk
    -CHAT "login" -> "gb7djk"
    -received "
    -Red Hat Linux release 5.1 (Manhattan)
    -Kernel 2.0.35 on an i586
    -"
    -received "login: "
    -sent "gb7djk"
    -CHAT "word" -> "gb7djk"
    -received "gb7djk"
    -received "Password: "
    -sent "gb7djk"
    -Connected to GB7DJK-1, starting normal protocol
    -<- O GB7DJK-1 telnet
    --> B GB7DJK-1 0
    -GB7DJK-1 channel func  state 0 -> init
    -<- D GB7DJK-1 
    -<- D GB7DJK-1 Last login: Sun Dec 13 17:59:56 from dirk1
    -<- D GB7DJK-1 PC38^GB7DJK-1^~
    -<- D GB7DJK-1 PC18^ 1 nodes, 0 local / 1 total users  Max users 0  Uptime 0 00:00^5447^~
    -    etc
    -
    -
    -

    -

    2.4 Automating things -

    - -

    Ok, you should now have DXSpider running nicely and allowing connects by cluster nodes or users. However, it has to be shutdown and restarted manually and if connection scripts fail they have to be started again manually too, not much use if you are not at the console! -So, in this section we will automate both. Firstly starting the cluster. -

    -

    Autostarting the cluster

    - -

    This is not only a way to start the cluster automatically, it also works as a watchdog, checking the sanity of DXSpider and respawning it should it crash for any reason. -Before doing the following, shutdown the cluster as you did earlier. -

    -

    Login as root and bring up the /etc/inittab file in your favourite editor. Add the following lines to the file near the end ... -

    -

    -
    -##Start DXSpider on bootup and respawn it should it crash
    -DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/tty7
    -
    -
    -

    -

    This will automatically start DXSpider on tty7 (ALT-F7) on bootup and restart it should it crash for any reason. -

    -

    As root type the command telinit q. DXSpider should start up immediately. You will see the output on tty7 and if you login as sysop you should find everything running nicely. -

    -

    So far so good, now to automate script connections... -

    -

    The crontab file

    - -

    Login as sysop and create a file in /spider/local_cmd called crontab. Edit it with your favourite editor and add a line like this (I have included a comment) -

    -

    -
    -# check every 10 minutes to see if gb7xxx is connected and if not
    -# start a connect job going
    -
    -0,10,20,30,40,50 * * * * start_connect('gb7xxx') if !connected('gb7xxx')
    -
    -
    -

    -

    The callsign involved will be the callsign of the cluster node you are going to connect to. This will now check every 10 minutes to see if gb7xxx is connected, if it is then nothing will be done. If it is not, then a connect attempt will be started. -

    -

    There are probably lots of other things you could use this crontab file for. If you want to know more about it, look at the -DXSpider website at the cron page where it is explained more fully. +

    In earlier versions of Spider, all the processes were Perl scripts. This was fine but with a lot of users your computer memory would soon be used up. To combat this a new client was written in "C". This client only works for incoming connects at the moment. Before you can use it though it has to be "made". CD to /spider/src and type make. You should see the output on your screen and hopefully now have a small C program called client. Leave it in this directory.


    Next diff --git a/html/adminmanual-3.html b/html/adminmanual-3.html index 638a2680..42605ab7 100644 --- a/html/adminmanual-3.html +++ b/html/adminmanual-3.html @@ -2,110 +2,300 @@ - The DXSpider Administration Manual : Hop control and filtering + The DXSpider Installation and Administration Manual : Configuration + -Next +Next Previous Contents
    -

    3. Hop control and filtering

    +

    3. Configuration

    -

    Starting with version 1.13 there is simple hop control available on a per -node basis. Also it is possible to isolate a network completely so that you -get all the benefits of being on that network, but can't pass on information -from it to any other networks you may be connected to (or vice versa). +

    3.1 Allowing ax25 connects from users +

    + +

    As stated previously, the aim of this document is not to tell you how to configure Linux or the ax25 utilities. However, you do need to add a line in your ax25d.conf to allow connections to DXSpider for your users. For each interface that you wish to allow connections on, use the following format ... +

    +

    +
    +default  * * * * * *  - sysop /spider/src/client client %u ax25
    +
    +

    -

    3.1 Basic hop control +

    3.2 Allowing telnet connects from users

    -

    In /spider/data you will find a file called hop_table.pl. This is the file that controls your hop count settings. It has a set of default hops on the various PC frames and also a set for each node you want to alter the hops for. You may be happy with the default settings of course, but this powerful tool can help to protect and improve the network. The file will look something like this ... +

    Allowing telnet connections is quite simple. Firstly you need to add a line in /etc/services to allow connections to a port number, like this .... +

    +

    +
    +spdlogin   8000/tcp     # spider anonymous login port
    +
    +
    +

    Then add a line in /etc/inetd.conf like this .... +

    +

    +
    +spdlogin stream tcp nowait root /usr/sbin/tcpd /spider/src/client login telnet
    +
    +
    +

    +

    This needs to be added above the standard services such as ftp, telnet etc. Once this is done, you need to restart inetd like this .... +

    +

    +
    +killall -HUP inetd
    +
    +
    +

    +

    +

    Now login as sysop and cd spider/perl. You can test that spider is accepting telnet logins by issuing the following command .... +

    +

    +
    +client.pl login telnet
    +
    +
    +

    You should get a login prompt and on issuing a callsign, you will be given access to the cluster. Note, you will not get a password login. There seems no good reason for a password prompt to be given so it is not asked for. +

    +

    Assuming all is well, then try a telnet from your linux console ....

    -# 
    -# hop table construction
    -# 
    +telnet localhost 8000
    +
    +
    +

    +

    You should now get the login prompt and be able to login as before. +

    +

    3.3 Setting up node connects +

    -package DXProt; +

    In order to allow cluster node connections, spider needs to know that the connecting callsign is a cluster node. This is the case whether the connect is incoming or outgoing. +In spider this is a simple task and can be done in runtime. +

    +

    Start up the cluster as you did before and login as the sysop with client.pl. +The cluster node I am wanting to make a connection to is GB7BAA but you would obviously use whatever callsign you required. +At the prompt type ... +

    +

    +
    +set/node gb7baa
    +
    +
    +

    +

    The case does not matter as long as you have a version of DXSpider later than 1.33. Earlier versions required the callsign to be in upper case. +

    +

    That is now set, it is as simple as that. To prove it, login on yet another console as sysop and issue the command ... +

    +

    +
    +client.pl gb7baa (using the callsign you set as a node)
    +
    +
    +

    +

    You should get an initialisation string from DXSpider like this ... +

    +

    +
    +client.pl gb7baa
    +PC38^GB7MBC^~
    +
    +
    +

    If the callsign you just set up as a cluster node is for an incoming connect, this is all that needs to be done. If the connection is to be outgoing then a connection script needs to be written. +

    +

    Connection scripts

    -# default hopcount to use -$def_hopcount = 5; +

    Because DXSpider operates under Linux, connections can be made using just about any protocol; AX25, NETRom, tcp/ip, ROSE etc are all possible examples. Connect scripts live in the /spider/connect directory and are simple ascii files. Writing a script for connections is therefore relatively simple. +

    +

    The connect scripts consist of lines which start with the following keywords or symbols:- +

    +

    +

    +        
    +#               All lines starting with a # are ignored, as are wholly blank lines.
     
    -# some variable hop counts based on message type
    -%hopcount = 
    +timeout         timeout followed by a number is the number of seconds to wait for a 
    +                command to complete. If there is no timeout specified in the script 
    +                then the default is 60 seconds.
     
    - 11 => 10,
    - 16 => 10,
    - 17 => 10,
    - 19 => 10,
    - 21 => 10,
    -);
    +abort           abort is a regular expression containing one or more strings to look 
    +                for to abort a connection. This is a perl regular expression and is 
    +                executed ignoring case.
     
    +connect         connect followed by ax25 or telnet and some type dependent 
    +                information. In the case of a telnet connection, there can be up to 
    +                two parameters.
    +                The first is the ip address or hostname of the computer you wish to 
    +                connect to and the second is the port number you want to use (this 
    +                can be left out if it is a normal telnet session).
    +                In the case of an ax25 session then this would normally be a call to
    +                ax25_call or netrom_call as in the example above. It is your
    +                responsibility to get your node and other ax25 parameters to work 
    +                before going down this route!
     
    -# the per node hop control thingy
    +'               ' is the delimiting character for a word or phrase of an expect/send 
    +                line in a chat type script. The words/phrases normally come in pairs, 
    +                either can be empty. Each line reads input from the connection until 
    +                it sees the string (or perl regular expression) contained in the
    +                left hand string. If the left hand string is empty then it doesn't 
    +                read or wait for anything. The comparison is done ignoring case.
    +                When the left hand string has found what it is looking for (if it is) 
    +                then the right hand string is sent to the connection.
    +                This process is repeated for every line of chat script. 
     
    +client          client starts the connection, put the arguments you would want here 
    +                if you were starting the client program manually. You only need this 
    +                if the script has a different name to the callsign you are trying to 
    +                connect to (i.e. you have a script called other which actually 
    +                connects to GB7DJK-1 [instead of a script called gb7djk-1]).
    +
    +

    +

    There are many possible ways to configure the script but here are two examples, one for a NETRom/AX25 connect and one for tcp/ip. +

    +

    +
    +        timeout 60
    +        abort (Busy|Sorry|Fail)
    +        # don't forget to chmod 4775 netrom_call!
    +        connect ax25 /usr/sbin/netrom_call bbs gb7djk g1tlh
    +        'Connect' ''
    +        'Connect' 'c np7'
    +        'Connect' 'c gb7dxm'
    +        # you can leave this out if you call the script 'gb7dxm'
    +        client gb7dxm ax25
    +
    +
    +

    +

    +

    +

    +
    +        timeout 15
    +        connect telnet dirkl.tobit.co.uk
    +        'login' 'gb7djk'
    +        'word' 'gb7djk'
    +        # tell GB7DJK-1 that it is connected to GB7DJK
    +        # you can leave this out if you call this script 'gb7djk'
    +        client gb7djk telnet
    +
    +
    +

    +

    Both these examples assume that everything is set up properly at the other end. You will find other examples in the /spider/examples directory. +

    +

    Starting the connection

    -%nodehops = +

    You start the connection, from within a sysop enabled cluster login, by typing in the word connect followed by a script name like this .... +

    +

    +
    +G0VGS de GB7MBC 13-Dec-1998 2041Z >connect gb7djk-1
    +connection to GB7DJK-1 started
    +G0VGS de GB7MBC 13-Dec-1998 2043Z >
    +
    +
    +

    This will start a connection using the script called gb7djk-1. You can follow the connection by watching the term or console from where you started cluster.pl. You should see something like this ... +

    +

    +
    +<- D G1TLH connect gb7djk-1
    +-> D G1TLH connection to GB7DJK-1 started
    +-> D G1TLH G1TLH de GB7DJK 13-Dec-1998 2046Z >
    +timeout set to 15
    +CONNECT sort: telnet command: dirkl.tobit.co.uk
    +CHAT "login" -> "gb7djk"
    +received "
    +Red Hat Linux release 5.1 (Manhattan)
    +Kernel 2.0.35 on an i586
    +"
    +received "login: "
    +sent "gb7djk"
    +CHAT "word" -> "gb7djk"
    +received "gb7djk"
    +received "Password: "
    +sent "gb7djk"
    +Connected to GB7DJK-1, starting normal protocol
    +<- O GB7DJK-1 telnet
    +-> B GB7DJK-1 0
    +GB7DJK-1 channel func  state 0 -> init
    +<- D GB7DJK-1 
    +<- D GB7DJK-1 Last login: Sun Dec 13 17:59:56 from dirk1
    +<- D GB7DJK-1 PC38^GB7DJK-1^~
    +<- D GB7DJK-1 PC18^ 1 nodes, 0 local / 1 total users  Max users 0  Uptime 0 00:00^5447^~
    +    etc
    +
    +
    +

    +

    With later versions of Spider there is a set/login command for users. This tells them when a user or node logs in or out. If you do not add a line to your scripts after the final line (or before the client line which should always be last if needed) then the login/logout information will be sent to users before the login actually completes. This means if a node is unreachable, it will continue sending logins and logouts to users even though it is not actually connecting. To avoid this use the following line ... +

    +

    +
    +'connect' ''
    +
    +
    +

    +

    In a script, this might look like ... +

    +

    +
    +timeout 35 
    +abort (Busy|Sorry|Fail)
    +connect telnet mary 3000
    +'ogin:' 'gb7mbc'
    +'>' 'telnet 44.131.93.96 7305'
    +'connect' ''
    +
    +
    +

    +

    3.4 Automating things +

    - GB7ADX => { 11 => 8, - 12 => 8, - 16 => 8, - 17 => 8, - 19 => 8, - 21 => 8, - }, +

    Ok, you should now have DXSpider running nicely and allowing connects by cluster nodes or users. However, it has to be shutdown and restarted manually and if connection scripts fail they have to be started again manually too, not much use if you are not at the console! +So, in this section we will automate both. Firstly starting the cluster. +

    +

    Autostarting the cluster

    - GB7UDX => { 11 => 8, - 12 => 8, - 16 => 8, - 17 => 8, - 19 => 8, - 21 => 8, - }, - GB7BAA => { - 11 => 5, - 12 => 8, - 16 => 8, - 17 => 8, - 19 => 8, - 21 => 8, - }, -}; -
    -
    -

    -

    Each set of hops is contained within a pair of curly braces and contains a series of PC frame types. PC11 for example is a DX spot. The figures here are not exhaustive but should give you a good idea of how the file works. -

    -

    You can alter this file at any time, including whilst the cluster is running. If you alter the file during runtime, the command load/hops will bring your changes into effect. -

    -

    3.2 Isolating networks -

    +

    This is not only a way to start the cluster automatically, it also works as a watchdog, checking the sanity of DXSpider and respawning it should it crash for any reason. +Before doing the following, shutdown the cluster as you did earlier. +

    +

    Login as root and bring up the /etc/inittab file in your favourite editor. Add the following lines to the file near the end ... +

    +

    +
    +##Start DXSpider on bootup and respawn it should it crash
    +DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/tty7
    +
    +
    +

    +

    This will automatically start DXSpider on tty7 (ALT-F7) on bootup and restart it should it crash for any reason. +

    +

    As root type the command telinit q. DXSpider should start up immediately. You will see the output on tty7 and if you login as sysop you should find everything running nicely. +

    +

    So far so good, now to automate script connections... +

    +

    The crontab file

    -

    It is possible to isolate networks from each other on a "gateway" node using the -set/isolate <node call> command. -

    -

    The effect of this is to partition an isolated network completely from another -nodes connected to your node. Your node will appear on and otherwise behave -normally on every network to which you are connected, but data from an isolated -network will not cross onto any other network or vice versa. However all the -spot, announce and WWV traffic and personal messages will still be handled -locally (because you are a real node on all connected networks), that is locally -connected users will appear on all networks and will be able to access and -receive information from all networks transparently. All routed messages will -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. +

    Login as sysop and create a file in /spider/local_cmd called crontab. Edit it with your favourite editor and add a line like this (I have included a comment) +

    +

    +
    +# check every 10 minutes to see if gb7xxx is connected and if not
    +# start a connect job going
    +
    +0,10,20,30,40,50 * * * * start_connect('gb7xxx') if !connected('gb7xxx')
    +
    +
    +

    +

    The callsign involved will be the callsign of the cluster node you are going to connect to. This will now check every 10 minutes to see if gb7xxx is connected, if it is then nothing will be done. If it is not, then a connect attempt will be started.

    +

    There are probably lots of other things you could use this crontab file for. If you want to know more about it, look at the +DXSpider website at the cron page where it is explained more fully.


    -Next +Next Previous Contents diff --git a/html/adminmanual-4.html b/html/adminmanual-4.html new file mode 100644 index 00000000..4625bf99 --- /dev/null +++ b/html/adminmanual-4.html @@ -0,0 +1,124 @@ + + + + + The DXSpider Installation and Administration Manual : Hop control + + + + + +Next +Previous +Contents +
    +

    4. Hop control

    + +

    Starting with version 1.13 there is simple hop control available on a per +node basis. Also it is possible to isolate a network completely so that you +get all the benefits of being on that network, but can't pass on information +from it to any other networks you may be connected to (or vice versa). +

    +

    4.1 Basic hop control +

    + +

    In /spider/data you will find a file called hop_table.pl. This is the file that controls your hop count settings. It has a set of default hops on the various PC frames and also a set for each node you want to alter the hops for. You may be happy with the default settings of course, but this powerful tool can help to protect and improve the network. The file will look something like this ... +

    +

    +
    +# 
    +# hop table construction
    +# 
    +
    +package DXProt;
    +
    +# default hopcount to use
    +$def_hopcount = 5;
    +
    +# some variable hop counts based on message type
    +%hopcount = 
    +
    + 11 => 10,
    + 16 => 10,
    + 17 => 10,
    + 19 => 10,
    + 21 => 10,
    +);
    +
    +
    +# the per node hop control thingy
    +
    +
    +%nodehops = 
    +
    + GB7ADX => {            11 => 8,
    +                        12 => 8,
    +                        16 => 8,
    +                        17 => 8,
    +                        19 => 8,
    +                        21 => 8,
    +                   },
    +
    + GB7UDX => {            11 => 8,
    +                        12 => 8,
    +                        16 => 8,
    +                        17 => 8,
    +                        19 => 8,
    +                        21 => 8,
    +                   },
    + GB7BAA => {
    +                        11 => 5,
    +                        12 => 8,
    +                        16 => 8,
    +                        17 => 8,
    +                        19 => 8,
    +                        21 => 8,
    +                   },
    +};
    +
    +
    +

    +

    Each set of hops is contained within a pair of curly braces and contains a series of PC frame types. PC11 for example is a DX spot. The figures here are not exhaustive but should give you a good idea of how the file works. +

    +

    You can alter this file at any time, including whilst the cluster is running. If you alter the file during runtime, the command load/hops will bring your changes into effect. +

    +

    4.2 Isolating networks +

    + +

    It is possible to isolate networks from each other on a "gateway" node using the +set/isolate <node_call> command. +

    +

    The effect of this is to partition an isolated network completely from another +nodes connected to your node. Your node will appear on and otherwise behave +normally on every network to which you are connected, but data from an isolated +network will not cross onto any other network or vice versa. However all the +spot, announce and WWV traffic and personal messages will still be handled +locally (because you are a real node on all connected networks), that is locally +connected users will appear on all networks and will be able to access and +receive information from all networks transparently. All routed messages will +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
    +];
    +
    +
    +

    +

    There is a lot more on filtering in the next section. +

    +


    +Next +Previous +Contents + + diff --git a/html/adminmanual-5.html b/html/adminmanual-5.html new file mode 100644 index 00000000..53b4e66b --- /dev/null +++ b/html/adminmanual-5.html @@ -0,0 +1,255 @@ + + + + + The DXSpider Installation and Administration Manual : Filtering + + + + + +Next +Previous +Contents +
    +

    5. Filtering

    + +

    Filters can be set for spots, announcements and WWV. You will find the directories for these under /spider/filter. You will find some example in the directories with the suffix .issue. There are two types of filter, one for incoming information and one for outgoing information. Outgoing filters are in the form CALLSIGN.pl and incoming filters are in the form in_CALLSIGN.pl. Filters can be set for both nodes and users. +

    +

    5.1 Spots +

    + +

    All filters work in basically the same way. There are several elements delimited by commas. I will use the spot filter as an example .... +

    +

    The elements of the Spot filter are .... +

    +

    +
    +[action, field_no, sort, possible_values, hops]
    +
    +
    +

    +

    There are 3 elements here to look at. Firstly, the action element. This is very simple and only 2 possible states exist, accept (1) or drop (0). +

    +

    The second element is the field_no. There are 13 possiblities to choose from here .... +

    +

    +
    +      0 = frequency
    +      1 = call
    +      2 = date in unix format
    +      3 = comment
    +      4 = spotter
    +      5 = spotted dxcc country
    +      6 = spotter's dxcc country
    +      7 = origin
    +      8 = spotted itu
    +      9 = spotted cq
    +      10 = spotter's itu
    +      11 = spotter's cq
    +      12 = callsign of the channel on which the spot has appeared
    +
    +
    +

    +

    The third element tells us what to expect in the fourth element. There are 4 possibilities .... +

    +

    +
    +     n - numeric list of numbers e.g. [ 1,2,3 ]
    +     r - ranges of pairs of numbers e.g. between 2 and 4 or 10 to 17 - [ 2,4, 10,17 ] 
    +     a - an alphanumeric regex
    +     d - the default rule
    +
    +
    +

    +

    The fifth element is simply the hops to set in this filter. This would only be used if the filter was for a node of course and overrides the hop count in hop_table.pl. +

    +

    So, let's look at an example spot filter. It does not matter in the example who the filter is to be used for. +So, what do we need in the filter? We need to filter the spots the user/node requires and also set a default rule for anything else outside the filter. Below is a simple filter that stops spots arriving from outside Europe. +

    +

    +
    +$in = [
    +  [ 0, 4, 'a', '^(K|N|A|W|VE|VA|J)'],  # 0 = drop, 'a' = alphanumeric
    +  [ 1, 0, 'd', 0, 1 ],                 # 1 = want, 'd' = everything else
    +                     ];
    +
    +
    +

    +

    So the filter is wrapped in between a pair of square brackets. This tells Spider to look in between these limits. Then each line is contained within its own square brackets and ends with a comma. +Lets look carefully at the first line. The first element is 0 (drop). Therefore anything we put on this line will not be accepted. The next element is 4. This means we are filtering by the spotter. The third element is the letter "a" which tells the program to expect an alphanumeric expression in the fourth element. The fourth element is a list of letters separated by the pipe symbol. +

    +

    What this line does is tell the program to drop any spots posted by anyone in the USA, Canada or Japan. +

    +

    The second line is the default rule for anything else. The "d" tells us this and the line simply reads... accept anything else. +

    +

    You can add as many lines as you need to complete the filter but if there are several lines of the same type it is neater to enclose them all as one line. An example of this is where specific bands are set. We could write this like this .... +

    +

    +
    +[ 0,0,'r',[1800.0, 2000.0], 1],
    +[ 0,0,'r',[10100.0, 10150.0], 1],
    +[ 0,0,'r',[14000.0, 14350.0], 1],
    +[ 0,0,'r',[18000.0, 18200.0], 1],
    +
    +
    +

    +

    But the line below achieves the same thing and is more efficient .... +

    +

    +
    +    [  
    +      1800.0, 2000.0,         # top band 
    +      10100.0, 10150.0,       # WARC  
    +      14000.0, 14350.0,       # 20m
    +      18000.0, 18200.0,       # WARC
    +    [ ,1 ],
    +
    +
    +

    +

    +

    5.2 Announcements +

    + +

    +

    +
    +
    +# This is an example announce or filter allowing only West EU announces
    +# 
    +# The element list is:-
    +# 0 - callsign of announcer
    +# 1 - destination * = all, <callsign> = routed to the node
    +# 2 - text
    +# 3 - * - sysop, <some text> - special list eg 6MUK, ' ', normal announce
    +# 4 - origin
    +# 5 - 0 - announce, 1 - wx
    +# 6 - channel callsign (the interface from which this spot came)
    +
    +$in = [
    +        [ 1, 0, 'a', '^(P[ABCDE]|DK0WCY|G|M|2|EI|F|ON)' ],
    +        [ 0, 0, 'd', 0 ]
    +];
    +
    +
    +

    In this example, only the prefixes listed will be allowed. It is possible to be quite specific. The Dutch prefix "P" is followed by several secondary identifiers which are allowed. So, in the example, "PA" or "PE" would be ok but not "PG". It is even possible to allow information from a single callsign. In the example this is DK0WCY, to allow the posting of his Aurora Beacon. +

    +

    5.3 WWV +

    + +

    +

    +
    +
    +# This is an example WWV filter
    +# 
    +# The element list is:-
    +# 0 - nominal unix date of spot (ie the day + hour:13)
    +# 1 - the hour
    +# 2 - SFI
    +# 3 - K
    +# 4 - I
    +# 5 - text
    +# 6 - spotter
    +# 7 - origin
    +# 8 - incoming interface callsign
    +
    +# this one doesn't filter, it just sets the hop count to 6 and is
    +# used mainly just to override any isolation from WWV coming from
    +# the internet.
    +
    +$in = [
    +        [ 1, 0, 'd', 0, 6 ]
    +];
    +
    +
    +

    +

    It should be noted that the filter will start to be used only once a user/node has logged out and back in again. +

    I am not going to spend any more time on these filters now as they will become more "comprehensive" in the near future. +

    +

    5.4 Filtering Mail +

    + +

    In the /spider/msg directory you will find a file called badmsg.pl.issue. Rename this to badmsg.pl and edit the file. The original looks something like this .... +

    +

    +
    +
    +# the list of regexes for messages that we won't store having
    +# received them (bear in mind that we must receive them fully before
    +# we can bin them)
    +
    +
    +# The format of each line is as follows
    +
    +#     type      source             pattern 
    +#     P/B/F     T/F/O/S            regex  
    +
    +# type: P - private, B - bulletin (msg), F - file (ak1a bull)
    +# source: T - to field, F - from field,  O - origin, S - subject 
    +# pattern: a perl regex on the field requested
    +
    +# Currently only type B and P msgs are affected by this code.
    +# 
    +# The list is read from the top down, the first pattern that matches
    +# causes the action to be taken.
    +
    +# The pattern can be undef or 0 in which case it will always be selected
    +# for the action specified
    +
    +
    +
    +package DXMsg;
    +
    +@badmsg = (
    +'B',    'T',    'SALE', 
    +'B',    'T',    'WANTED',
    +'B',    'S',    'WANTED',
    +'B',    'S',    'SALE', 
    +'B',    'S',    'WTB',
    +'B',    'S',    'WTS',
    +'B',    'T',    'FS',
    +);
    +
    +
    +

    +

    I think this is fairly self explanatory. It is simply a list of subject headers that we do not want to pass on to either the users of the cluster or the other cluster nodes that we are linked to. This is usually because of rules and regulations pertaining to items for sale etc in a particular country. +

    +

    5.5 Filtering DX callouts +

    + +

    In the same way as mail, there are some types of spot we do not wish to pass on to users or linked cluster nodes. In the /spider/data directory you will find a file called baddx.pl.issue. Rename this to baddx.pl and edit the file. The original looks like this .... +

    +

    +
    +
    +# the list of dx spot addresses that we don't store and don't pass on
    +
    +
    +package DXProt;
    +
    +@baddx = qw 
    +
    + FROG 
    + SALE
    + FORSALE
    + WANTED
    + P1RATE
    + PIRATE
    + TEST
    + DXTEST
    + NIL
    + NOCALL 
    +);
    +
    +
    +

    +

    Again, this is simply a list of names we do not want to see in the spotted field of a DX callout. +

    +

    +


    +Next +Previous +Contents + + diff --git a/html/adminmanual-6.html b/html/adminmanual-6.html new file mode 100644 index 00000000..12531028 --- /dev/null +++ b/html/adminmanual-6.html @@ -0,0 +1,269 @@ + + + + + The DXSpider Installation and Administration Manual : Information, files and useful programs + + + + + +Next +Previous +Contents +
    +

    6. Information, files and useful programs

    + +

    6.1 MOTD +

    + +

    One of the more important things a cluster sysop needs to do is to get information to his users. The simplest way to do this is to have a banner that is sent to the user on login. This is know as a "message of the day" or "motd". To set this up, simply create a file in /spider/data called motd and edit it to say whatever you want. It is purely a text file and will be sent automatically to anyone logging in to the cluster. +

    +

    6.2 Downtime message +

    + +

    If for any reason the cluster is down, maybe for upgrade or maintenance but the machine is still running, a message can be sent to the user advising them of the fact. This message lives in the /spider/data directory and is called "offline". Simply create the file and edit it to say whatever you wish. This file will be sent to a user attempting to log into the cluster when DXSpider is not actually running. +

    +

    6.3 Other text messages +

    + +

    You can set other text messages to be read by the user if they input the file name. This could be for news items or maybe information for new users. To set this up, make a directory under /spider called packclus. Under this directory you can create files called news or newuser for example. In fact you can create files with any names you like. These can be listed by the user with the command .... +

    +

    +
    +show/files
    +
    +
    +

    They can be read by the user by typing the command .... +

    +

    +
    +type news
    +
    +
    +

    If the file they want to read is called news. You could also set an alias for this in the Alias file to allow them just to type news +

    +

    You can also store other information in this directory, either directly or nested under directories. One use for this would be to store DX bulletins such as the OPDX bulletins. These can be listed and read by the user. To keep things tidy, make a directory under /spider/packclus called bulletins. Now copy any OPDX or similar bulletins into it. These can be listed by the user in the same way as above using the show/files command with an extension for the bulletins directory you have just created, like this .... +

    +

    +
    +show/files bulletins
    +
    +
    +

    +

    An example would look like this .... +

    +

    +
    +sh/files
    +bulletins      DIR 20-Dec-1999 1715Z news          1602 14-Dec-1999 1330Z
    +
    +
    +

    You can see that in the files area (basically the packclus directory) there is a file called news and a directory called bulletins. You can also see that dates they were created. In the case of the file news, you can also see the time it was last modified, a good clue as to whether the file has been updated since you last read it. To read the file called news you would simply issue the command .... +

    +

    +
    +type news
    +
    +
    +

    To look what is in the bulletins directory you issue the command .... +

    +

    +
    +show/files bulletins
    +opdx390      21381 29-Nov-1999 1621Z opdx390.1     1670 29-Nov-1999 1621Z
    +opdx390.2     2193 29-Nov-1999 1621Z opdx391      25045 29-Nov-1999 1621Z  
    +opdx392      35969 29-Nov-1999 1621Z opdx393      15023 29-Nov-1999 1621Z  
    +opdx394      33429 29-Nov-1999 1621Z opdx394.1     3116 29-Nov-1999 1621Z  
    +opdx395      24319 29-Nov-1999 1621Z opdx396      32647 29-Nov-1999 1621Z
    +opdx396.1     5537 29-Nov-1999 1621Z opdx396.2     6242 29-Nov-1999 1621Z
    +opdx397      18433 29-Nov-1999 1621Z opdx398      19961 29-Nov-1999 1621Z  
    +opdx399      17719 29-Nov-1999 1621Z opdx400      19600 29-Nov-1999 1621Z
    +opdx401      27738 29-Nov-1999 1621Z opdx402      18698 29-Nov-1999 1621Z
    +opdx403      24994 29-Nov-1999 1621Z opdx404      15685 29-Nov-1999 1621Z
    +opdx405      13984 29-Nov-1999 1621Z opdx405.1     4166 29-Nov-1999 1621Z
    +opdx406      28934 29-Nov-1999 1621Z opdx407      24153 29-Nov-1999 1621Z
    +opdx408      15081 29-Nov-1999 1621Z opdx409      23234 29-Nov-1999 1621Z
    +Press Enter to continue, A to abort (16 lines) >
    +
    +
    +

    You can now read any file in this directory using the type command, like this .... +

    +

    +
    +type bulletins/opdx391
    +Ohio/Penn DX Bulletin No. 391
    +The Ohio/Penn Dx PacketCluster
    +DX Bulletin No. 391
    +BID: $OPDX.391
    +January 11, 1999
    +Editor Tedd Mirgliotta, KB8NW
    +Provided by BARF-80 BBS Cleveland, Ohio
    +Online at 440-237-8208 28.8k-1200 Baud 8/N/1 (New Area Code!)
    +Thanks to the Northern Ohio Amateur Radio Society, Northern Ohio DX
    +Association, Ohio/Penn PacketCluster Network, K1XN & Golist, WB2RAJ/WB2YQH
    +& The 59(9) DXReport, W3UR & The Daily DX, K3TEJ, KN4UG, W4DC, NC6J, N6HR,
    +Press Enter to continue, A to abort (508 lines) >
    +
    +
    +

    The page length will of course depend on what you have it set to! +

    +

    6.4 The Aliases file +

    + +

    You will find a file in /spider/cmd/ called Aliases. First, copy this file to /spider/local_cmd/Aliases and edit this file. You will see something like this ... +

    +

    +
    +
    +#!/usr/bin/perl
    +
    +# provide some standard aliases for commands for terminally
    +# helpless ak1a user (helpless in the sense that they never
    +# read nor understand help files)
    +
    +# This file is automagically reloaded if its modification time is 
    +# later than the one stored in CmdAlias.pm
    +
    +# PLEASE make this file consistant with reality! (the patterns MUST
    +# match the filenames!)
    +
    +# Don't alter this file, copy it into the local_cmd tree and modify it.
    +# This file will be replaced everytime I issue a new release.
    +
    +# You only need to put aliases in here for commands that don't work as
    +# you desire naturally, e.g sh/dx on its own just works as you expect
    +# so you need not add it as an alias.
    +
    +
    +
    +package CmdAlias;
    +
    +%alias = (
    +    '?' => [
    +          '^\?', 'apropos', 'apropos',
    +        ],
    +    'a' => [
    +          '^ann.*/full', 'announce full', 'announce', 
    +          '^ann.*/sysop', 'announce sysop', 'announce',
    +          '^ann.*/(.*)$', 'announce $1', 'announce',
    +        ],
    +        'b' => [
    +        ],
    +        'c' => [
    +        ],
    +        'd' => [
    +          '^del', 'kill', 'kill',
    +          '^del\w*/fu', 'kill full', 'kill',
    +          '^di\w*/a\w*', 'directory all', 'directory',
    +          '^di\w*/b\w*', 'directory bulletins', 'directory',
    +          '^di\w*/n\w*', 'directory new', 'directory',
    +          '^di\w*/o\w*', 'directory own', 'directory',
    +          '^di\w*/s\w*', 'directory subject', 'directory',
    +          '^di\w*/t\w*', 'directory to', 'directory',
    +          '^di\w*/f\w*', 'directory from', 'directory',
    +          '^di\w*/(\d+)', 'directory $1', 'directory',
    +        ],
    +        'e' => [
    +        ],
    +        'f' => [
    +        ],
    +        'g' => [
    +        ],
    +        'h' => [
    +        ],
    +        'i' => [
    +        ],
    +        'j' => [
    +        ],
    +        'k' => [
    +        ],
    +        'l' => [
    +          '^l$', 'directory', 'directory',
    +          '^ll$', 'directory', 'directory',
    +          '^ll/(\d+)', 'directory $1', 'directory',
    +        ],
    +        'm' => [
    +        ],
    +        'n' => [
    +          '^news', 'type news', 'type',
    +        ],
    +        'o' => [
    +        ],
    +        'p' => [
    +        ],
    +        'q' => [
    +          '^q', 'bye', 'bye',
    +        ],
    +        'r' => [        
    +          '^r$', 'read', 'read',
    +          '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
    +        ],
    +        's' => [
    +          '^s/p$', 'send', 'send',
    +          '^sb$', 'send noprivate', 'send',
    +          '^set/home$', 'set/homenode', 'set/homenode',
    +          '^set/nobe', 'unset/beep', 'unset/beep',
    +          '^set/nohe', 'unset/here', 'unset/here',
    +          '^set/noan', 'unset/announce', 'unset/announce',
    +          '^set/nodx', 'unset/dx', 'unset/dx',
    +          '^set/nota', 'unset/talk', 'unset/talk',
    +          '^set/noww', 'unset/wwv', 'unset/wwv',
    +          '^set/nowx', 'unset/wx', 'unset/wx',
    +          '^sh$', 'show', 'show',
    +          '^sh\w*/buck', 'dbshow buck', 'dbshow',
    +          '^sh\w*/bu', 'show/files bulletins', 'show/files',
    +          '^sh\w*/c/n', 'show/configuration nodes', 'show/configuration',
    +          '^sh\w*/c$', 'show/configuration', 'show/configuration',
    +          '^sh\w*/com', 'dbavail', 'dbavail',
    +          '^sh\w*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
    +          '^sh\w*/dx/(\d+)', 'show/dx $1', 'show/dx',
    +          '^sh\w*/dx/d(\d+)', 'show/dx from $1', 'show/dx',
    +          '^sh\w*/email', 'dbshow email', 'dbshow',
    +          '^sh\w*/hftest', 'dbshow hftest', 'dbshow',
    +          '^sh\w*/vhftest', 'dbshow vhftest', 'dbshow',
    +          '^sh\w*/qsl', 'dbshow qsl', 'dbshow',
    +          '^sh\w*/tnc', 'who', 'who',
    +      '^sh\w*/up', 'show/cluster', 'show/cluster',
    +          '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv',
    +          '^sh\w*/w\w*/(\d+)', 'show/wwv $1', 'show/wwv',
    +          '^sp$', 'send', 'send',
    +        
    +    ],
    +        't' => [
    +          '^ta$', 'talk', 'talk',
    +          '^t$', 'talk', 'talk',
    +        ],
    +        'u' => [
    +        ],
    +        'v' => [
    +        ],
    +        'w' => [
    +          '^wx/full', 'wx full', 'wx',
    +          '^wx/sysop', 'wx sysop', 'wx',
    +        ],
    +        'x' => [
    +        ],
    +        'y' => [
    +        ],
    +        'z' => [
    +        ],
    +)
    +
    +
    +

    You can create aliases for commands at will. Beware though, these may not always turn out as you think. Care is needed and you need to test the results once you have set an alias. +

    +

    6.5 Console.pl +

    + +

    In later versions of Spider a simple console program is provided for the sysop. This has a type ahead buffer with line editing facilities and colour for spots, announces etc. +To use this program, simply use console.pl instead of client.pl. +

    +

    To edit the colours, copy /spider/perl/Console.pl to /spider/local and edit the file with your favourite editor. +

    +


    +Next +Previous +Contents + + diff --git a/html/adminmanual-7.html b/html/adminmanual-7.html new file mode 100644 index 00000000..5a60b9de --- /dev/null +++ b/html/adminmanual-7.html @@ -0,0 +1,525 @@ + + + + + The DXSpider Installation and Administration Manual : Sysop commands + + + + +Next +Previous +Contents +
    +

    7. Sysop commands

    + +

    Most maintenance tasks are automatic but there are some commands that are useful for a sysop. These are listed below in alphabetical order. The number in brackets following the command name is the permissions level needed to use the command. +

    +

    7.1 announce sysop (5) +

    + +

    announce sysop <text> +

    +

    Send an announcement to Sysops only +

    +

    7.2 connect (5) +

    + +

    connect <callsign> Start a connection to another DX Cluster +

    +

    Start a connection process that will culminate in a new connection to the +DX cluster <callsign>. This process creates a new 'client' process which will +use the script in /spider/connect/<callsign> to effect the 'chat' exchange +necessary to traverse the network(s) to logon to the cluster <callsign>. +

    +

    +

    7.3 catch (9) +

    + +

    <node_call> All [<msgno> ...] Mark a message as sent +

    +

    When you send messages the fact that you have forwarded it to another node +is remembered so that it isn't sent again. When you have a new partner +node and you add their callsign to your /spider/msg/forward.pl file, all +outstanding non-private messages will be forwarded to them. This may well +be ALL the non-private messages. You can prevent this by using these +commmands:- +

    catch GB7DJK all +catch GB7DJK 300 301 302 303 +

    and to undo what you have just done:- +

    uncatch GB7DJK all +uncatch GB7DJK 300 301 302 303 +

    which will arrange for them to be forward candidates again. +

    +

    7.4 dbcreate (9) +

    + +

    dbcreate <name> Create a database entry
    +dbcreate <name> chain <name> [<name>..] Create a chained database entry
    +dbcreate <name> remote <node> Create a remote database entry
    +

    +

    DBCREATE allows you to define a database in the system. It doesn't actually +create anything, just defines it. +

    The databases that are created are simple DB_File hash databases, they are +therefore already 'indexed'. +

    You can define a local database with the first form of the command eg: +

    DBCREATE oblast +

    You can also chain databases with the addition of the 'chain' keyword. +This will search each database one after the other. A typical example +is: +

    DBCREATE sdx_qsl chain sql_ad +

    No checking is done to see if the any of the chained databases exist, in +fact it is usually better to do the above statement first then do each of +the chained databases. +

    Databases can exist offsite. To define a database that lives on another +node do: +

    DBCREATE buckmaster remote gb7dxc +

    Remote databases cannot be chained; however, the last database in a +a chain can be a remote database eg: +

    DBCREATE qsl chain gb7dxc +

    To see what databases have been defined do: +

    DBAVAIL (or it will have been aliased to SHOW/COMMAND) +

    It would be normal for you to add an entry into your local Aliases file +to allow people to use the 'SHOW/<dbname>' style syntax. So you would +need to add a line like:- +

    +

    +
    +  's' => [
    +    ..
    +    ..
    +    '^sh\w*/buc', 'dbshow buckmaster', 'dbshow',
    +    ..
    +    ..
    +   ],
    +
    +
    +

    to allow +

    SH/BUCK g1tlh +

    to work as they may be used to. +

    See DBIMPORT for the importing of existing AK1A format data to databases. +See DBSHOW for generic database enquiry +

    +

    7.5 dbimport (9) +

    + +

    dbimport <dbname> Import AK1A data into a database +

    +

    If you want to import or update data in bulk to a database you can use +this command. It will either create or update entries into an existing +database. For example:- +

    DBIMPORT oblast /tmp/OBLAST.FUL +

    will import the standard OBLAST database that comes with AK1A into the +oblast database held locally. +

    +

    7.6 dbremove (9) +

    + +

    dbremove <dbname> Delete a database +

    +

    DBREMOVE will completely remove a database entry and also delete any data +file that is associated with it. +

    There is no warning, no comeback, no safety net. +

    For example: +

    DBREMOVE oblast +

    will remove the oblast database from the system and it will also remove +the associated datafile. +

    I repeat: +

    There is no warning, no comeback, no safety net. +

    You have been warned. +

    +

    7.7 debug (9) +

    + +

    debug Set the cluster program into debug mode +

    +

    Executing this command will only have an effect if you are running the cluster +in debug mode i.e. +

    +

    +
    +        perl -d cluster.pl
    +
    +
    +

    It will interrupt the cluster just after the debug command has finished. +

    +

    7.8 directory (5) +

    + +

    Works just like the user command except that sysops can see ALL messages. +

    +

    7.9 disconnect (8) +

    + +

    disconnect <call> [<call> ...] Disconnect a user or node +

    +

    Disconnect any <call> connected locally +

    +

    7.10 export (9) +

    + +

    export <msgno> <filename> Export a message to a file +

    +

    Export a message to a file. This command can only be executed on a local +console with a fully privileged user. The file produced will be in a form +ready to be imported back into the cluster by placing it in the import +directory (/spider/msg/import). +

    This command cannot overwrite an existing file. This is to provide some +measure of security. Any files written will owned by the same user as the +main cluster, otherwise you can put the new files anywhere the cluster can +access. For example:- +

    EXPORT 2345 /tmp/a +

    +

    7.11 forward/opername (1) +

    + +

    forward/opername <call> Send out information on this <call> to all clusters +

    +

    This command sends out any information held in the user file which can +be broadcast in PC41 protocol packets. This information is Name, QTH, Location +and Homenode. PC41s are only sent for the information that is available. +

    +

    7.12 init (5) +

    + +

    init <node call> Re-initialise a link to an AK1A compatible node +

    +

    This command attempts to re-initialise a link to a (usually) AK1A node +that has got confused, usually by a protocol loop of some kind. It may +work - but you usually will be better off simply disconnecting it (or +better, if it is a real AK1A node, doing an RCMD <node> DISC/F <your +node>). +

    Best of luck - you will need it. +

    +

    7.13 kill (5) +

    + +

    kill <msgno> [<msgno> ...] Remove or erase a message from the system
    +kill from <call> Remove all messages from a callsign
    +kill to <call> Remove all messages to a callsign
    +

    +

    You can get rid of any message to or originating from your callsign using +this command. You can remove more than one message at a time. +

    As a sysop you can kill any message on the system. +

    +

    7.14 kill full (5) +kill full <msgno> [<msgno>] Delete a message from the whole cluster

    + +

    Delete a message (usually a 'bulletin') from the whole cluster system. +

    This uses the subject field, so any messages that have exactly the same subject +will be deleted. Beware! +

    +

    7.15 load/aliases (9) +

    + +

    load/aliases Reload the command alias table +

    +

    Reload the /spider/cmd/Aliases file after you have editted it. You will need to +do this if you change this file whilst the cluster is running in order for the +changes to take effect. +

    +

    7.16 load/bands (9) +

    + +

    load/bands Reload the band limits table +

    +

    Reload the /spider/data/bands.pl file if you have changed it manually whilst +the cluster is running. +

    +

    7.17 load/cmd_cache (9) +

    + +

    load/cmd_cache Reload the automatic command cache +

    +

    Normally, if you change a command file in the cmd or local_cmd tree it will +automatially be picked up by the cluster program. Sometimes it can get confused +if you are doing a lot of moving commands about or delete a command in the +local_cmd tree and want to use the normal one again. Execute this command to +reset everything back to the state it was just after a cluster restart. +

    +

    7.18 load/messages (9) +

    + +

    load/messages Reload the system messages file +

    +

    If you change the /spider/perl/Messages file (usually whilst fiddling/writing ne +commands) you can have them take effect during a cluster session by executing this +command. You need to do this if get something like :- +

    unknown message 'xxxx' in lang 'en' +

    +

    7.19 load/prefixes (9) +

    + +

    load/prefixes Reload the prefix table +

    +

    Reload the /spider/data/prefix_data.pl file if you have changed it manually whilst +the cluster is running. +

    +

    7.20 merge (5) +

    + +

    merge <node> [<no spots>/<no wwv>] Ask for the latest spots and WWV +

    +

    MERGE allows you to bring your spot and wwv database up to date. By default +it will request the last 10 spots and 5 WWVs from the node you select. The +node must be connected locally. +

    You can request any number of spots or wwv and although they will be appended +to your databases they will not duplicate any that have recently been added +(the last 2 days for spots and last month for WWV data). +

    +

    7.21 msg (9) +

    + +

    msg <cmd> <msgno> [data ...] Alter various message parameters +

    +

    Alter message parameters like To, From, Subject, whether private or bulletin +or return receipt (RR) is required or whether to keep this message from timing +out. +

    +

    +
    +  MSG TO <msgno> <call>     - change TO callsign to <call>
    +  MSG FRom <msgno> <call>   - change FROM callsign to <call>
    +  MSG PRrivate <msgno>      - set private flag
    +  MSG NOPRrivate <msgno>    - unset private flag
    +  MSG RR <msgno>            - set RR flag
    +  MSG NORR <msgno>          - unset RR flag
    +  MSG KEep <msgno>          - set the keep flag (message won't be deleted ever)
    +  MSG NOKEep <msgno>        - unset the keep flag
    +  MSG SUbject <msgno> <new> - change the subject to <new>
    +  MSG WAittime <msgno>      - remove any waitting time for this message
    +  MSG NOREad <msgno>        - mark message as unread
    +  MSG REad <msgno>          - mark message as read
    +  MSG QUeue                 - queue any outstanding bulletins
    +  MSG QUeue 1               - queue any outstanding private messages
    +
    +
    +

    You can look at the status of a message by using:- +

    STAT/MSG <msgno> +

    This will display more information on the message than DIR does. +

    +

    7.22 pc (8) +

    + +

    pc <call> <text> Send text (eg PC Protocol) to <call> +

    +

    Send some arbitrary text to a locally connected callsign. No processing is done on +the text. This command allows you to send PC Protocol to unstick things if problems +arise (messages get stuck etc). eg:- +

    pc gb7djk PC33^GB7TLH^GB7DJK^400^ +

    You can also use in the same way as a talk command to a connected user but +without any processing, added of "from <blah> to <blah>" or whatever. +

    pc G1TLH Try doing that properly!!! +

    +

    7.23 ping (1) +

    + +

    ping <node> Send a ping command to another cluster node +

    +

    This command is used to estimate the quality of the link to another cluster. +The time returned is the length of time taken for a PC51 to go to another +cluster and be returned. +

    Any visible cluster node can be PINGed. +

    +

    7.24 rcmd (1) +

    + +

    rcmd <node call> <cmd> Send a command to another DX cluster +

    +

    This command allows you to send nearly any command to another DX Cluster +node that is connected to the system. +

    Whether you get any output is dependant on a) whether the other system knows +that the node callsign of this cluster is in fact a node b) whether the +other system is allowing RCMDs from this node and c) whether you have +permission to send this command at all. +

    +

    7.25 read (5) +

    + +

    read <msgno> Read a message on the system +

    +

    As a sysop you may read any message on the system +

    +

    7.26 set/debug (9) +

    + +

    set/debug <name>Add a debug level to the debug set +

    +

    You can remove this level with unset/debug <name> +

    +

    7.27 set/isolate (9) +

    + +

    set/isolate <node call> Isolate a node from the rest of the network +

    +

    Connect a node to your system in such a way that you are a full protocol +member of its network and can see all spots on it, but nothing either leaks +out from it nor goes back into from the rest of the nodes connected to you. +

    You can potentially connect several nodes in this way. +

    You can see which nodes are isolated with the show/isolate (1) command. +

    You can remove the isolation with the command unset/isolate. +

    +

    7.28 set/sys_location (9) +

    + +

    set/sys_location <lat & long>Set your cluster latitude and longitude +

    +

    In order to get accurate headings and such like you must tell the system +what your latitude and longitude is. If you have not yet done a SET/QRA +then this command will set your QRA locator for you. For example:- +

    SET/LOCATION 52 22 N 0 57 E +

    +

    7.29 set/lockout (9) +

    + +

    set/lockout <call>Stop a callsign connecting to the cluster +

    +

    You can show who is locked out with the show/lockout (9) command. +

    To allow the user to connect again, use the command unset/lockout +

    +

    7.30 set/node (9) +

    + +

    set/node <call> [<call> ...]Make the callsign an AK1A cluster +

    +

    Tell the system that the call(s) are to be treated as AK1A cluster and +fed PC Protocol rather normal user commands. +

    From version 1.41 you can also set the following types of cluster +

    +

    +set/spider
    +set/dxnet
    +set/clx
    +set/arcluster
    +
    +

    To see what your nodes are set to, use the show/nodes command. +

    +

    7.31 set/obscount (9) +

    + +

    set/obscount <count> <node call> Set the 'pump-up' obscelence counter +

    +

    From version 1.35 onwards neighbouring nodes are pinged at regular intervals (see +SET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up' +counter which is decremented on every outgoing ping and then reset to +the 'obscount' value on every incoming ping. The default value of this +parameter is 2. +

    What this means is that a neighbouring node will be pinged twice at +(default) 300 second intervals and if no reply has been heard just before +what would be the third attempt, that node is disconnected. +

    If a ping is heard then the obscount is reset to the full value. Using +default values, if a node has not responded to a ping within 15 minutes, +it is disconnected. +

    +

    7.32 set/pinginterval (9) +

    + +

    set/pinginterval <time> <node call> Set the ping time to neighbouring nodes +

    +

    As from version 1.35 all neighbouring nodes are pinged at regular intervals +in order to determine the rolling quality of the link and, in future, to +affect routing decisions. The default interval is 300 secs or 5 minutes. +

    You can use this command to set a different interval. Please don't. +

    But if you do the value you enter is treated as minutes up 60 and seconds +for numbers greater than that. +

    This is used also to help determine when a link is down at the far end +(as certain cluster software doesn't always notice), see SET/OBSCOUNT +for more information. +

    +

    7.33 set/privilege (9) +

    + +

    set/privilege <n> <call> [<call> ...] Set the privilege level on a call +

    +

    Set the privilege level on a callsign. The privilege levels that pertain +to commands are as default:- +

    +

    +
    +  0 - normal user
    +  1 - allow remote nodes normal user RCMDs
    +  5 - various privileged commands (including shutdown, but not disc-
    +      connect), the normal level for another node.
    +  8 - more privileged commands (including disconnect)
    +  9 - local sysop privilege. DO NOT SET ANY REMOTE USER OR NODE TO THIS
    +      LEVEL.
    +
    +
    +

    If you are a sysop and you come in as a normal user on a remote connection +your privilege will automatically be set to 0. +

    +

    7.34 set/password (9) +

    + +

    set/password <callsign> <string> Set a users password +

    +

    The password for a user can only be set by a full sysop. The string +can contain any characters but any spaces are removed (you can type in +spaces - but they won't appear in the password). You can see the +result with STAT/USER. The password is the usual 30 character baycom +type password. +

    +

    7.35 set/sys_qra (9) +

    + +

    set/sys_qra <locator> Set your cluster QRA locator +

    +

    7.36 show program (5) +

    + +

    show/program Show the locations of all the included program modules +

    +

    Show the name and location where every program module was load from. This +is useful for checking where you think you have loaded a .pm file from. +

    +

    7.37 shutdown (5) +

    + +

    shutdownShutdown the cluster +

    +

    Shutdown the cluster and disconnect all the users. If you have Spider +set to respawn in /etc/inittab it will of course restart. +

    +

    7.38 stat/db (5) +

    + +

    stat/db <dbname> Show the status of a database +

    +

    Show the internal status of a database descriptor. +

    Depending on your privilege level you will see more or less information. +This command is unlikely to be of much use to anyone other than a sysop. +

    +

    7.39 stat/channel (5) +

    + +

    stat/channel <callsign> Show the status of a channel on the cluster +

    +

    Show the internal status of the channel object either for the channel that +you are on or else for the callsign that you asked for. +

    Only the fields that are defined (in perl term) will be displayed. +

    +

    7.40 stat/msg (5) +

    + +

    stat/msg <msgno> Show the status of a message +

    +

    This command shows the internal status of a message and includes information +such as to whom it has been forwarded, its size, origin etc etc. +

    +

    7.41 stat/user (5) +

    + +

    stat/user <callsign> Show the full status of a user +

    +

    Shows the full contents of a user record including all the secret flags +and stuff. +

    Only the fields that are defined (in perl term) will be displayed. +

    +

    +

    +


    +Next +Previous +Contents + + diff --git a/html/adminmanual.html b/html/adminmanual.html index efd5f158..64e14573 100644 --- a/html/adminmanual.html +++ b/html/adminmanual.html @@ -2,7 +2,7 @@ - The DXSpider Administration Manual + The DXSpider Installation and Administration Manual @@ -12,9 +12,9 @@ Previous Contents
    -

    The DXSpider Administration Manual

    +

    The DXSpider Installation and Administration Manual

    -

    Ian Maude, G0VGS, (ian@lurpac.lancs.ac.uk)

    Version 0.1 November 1999 +

    Ian Maude, G0VGS, (ianmaude@btinternet.com)

    Version 1.21 June 2000


    A reference for SysOps of the DXSpider DXCluster program.
    @@ -29,20 +29,89 @@ Contents
  • 1.5 Starting up for the first time

    -

    2. Configuration

    +

    2. The Client program

    + +

    +

    3. Configuration

    + + +

    +

    4. Hop control

    + + +

    +

    5. Filtering

    + + +

    +

    6. Information, files and useful programs

    -

    3. Hop control and filtering

    +

    7. Sysop commands


    Next -- 2.34.1