Add changes to the installation manual for Windows users from K1XX
[spider.git] / html / usermanual-2.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
5  <TITLE>The DXSpider User Manual v1.50: Logins and logouts.</TITLE>
6  <LINK HREF="usermanual-3.html" REL=next>
7  <LINK HREF="usermanual-1.html" REL=previous>
8  <LINK HREF="usermanual.html#toc2" REL=contents>
9 <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
10 </HEAD>
11 <BODY>
12 <A HREF="usermanual-3.html">Next</A>
13 <A HREF="usermanual-1.html">Previous</A>
14 <A HREF="usermanual.html#toc2">Contents</A>
15 <HR>
16 <H2><A NAME="s2">2. Logins and logouts.</A></H2>
17
18 <P>You might not think that there is a lot of point of including a 
19 section on how to log in and out of DXSpider.  However, you would be 
20 suprised at the difficulties some people have in simply getting in 
21 and out of the cluster!
22 <P>There are several ways a login might be achieved, dependant on how 
23 the sysop has DXSpider configured.  It is impossible for me to cover all 
24 variations but here are the basic ones.
25 <P>
26 <H2><A NAME="ss2.1">2.1 AX25 logins.</A>
27 </H2>
28
29 <P>Simplicity itself.  The usual <B>CONNECT</B> command will log you straight
30 into the cluster and you will not have to do anything else.  
31 Obviously, you will have to connect to the correct callsign.  Some 
32 nodes use an SSID with their call so you would have to add that.
33 <P><B>Examples:</B>
34 <P>
35 <BLOCKQUOTE><CODE>
36 <PRE>
37 connect GB7MBC
38 connect GB7MBC-1
39 </PRE>
40 </CODE></BLOCKQUOTE>
41 <P>
42 <H2><A NAME="ss2.2">2.2 Netrom logins.</A>
43 </H2>
44
45 <P>There are several possibilities here, dependant on how the sysop has
46 configured his system.  If you are connecting via netrom then you are
47 most probably connecting from another station.  Listing the nodes in
48 that station with the <B>NODES</B> command will tell you what callsign 
49 or netrom alias to connect to. Then just issue the connect command 
50 from there.  It is possible that the netrom alias may connect you to 
51 a node with an alias for the cluster, such as DXC.  Just type this 
52 and you will be connected.
53 <P><B>Example:</B>
54 <BLOCKQUOTE><CODE>
55 <PRE>
56 connect MBCDX
57 </PRE>
58 </CODE></BLOCKQUOTE>
59 <P>
60 <H2><A NAME="ss2.3">2.3 Telnet logins.</A>
61 </H2>
62
63 <P>With telnet connections, the source callsign is not seen by DXSpider, so 
64 you will be asked to login with your callsign.  
65 To telnet to DXSpider, you would connect to a specific port.  There is no 
66 standard at the moment for a cluster telnet port but ask the sysop if 
67 you are unsure.
68 <P><B>Example:</B>
69 <P>
70 <BLOCKQUOTE><CODE>
71 <PRE>
72 telnet gb7mbc 8000
73 </PRE>
74 </CODE></BLOCKQUOTE>
75 <P>All the above are possible ways of connecting to a DXSpider cluster.  You
76 may have some or all of these available to you.  There may be one or 
77 two additional ways to connect dependant on the network local to you.
78 However I am sure you get the idea.
79 <P>
80 <H2><A NAME="ss2.4">2.4 Logouts.</A>
81 </H2>
82
83 <P>Logging out can be done by simply issuing the standard <B>BYE</B>
84 command.
85 <P>You could also send a disconnect if you are using AX25, or a <B>CLOSE</B>
86 command if you are connected via telnet.
87 If you do not log out gracefully using one of the above commands, 
88 you may find you are unable to get a full connect next time.  This
89 may also happen if a netrom connection drops.  You may get connected, 
90 but nothing else will happen because the program thinks you are still 
91 connected and will not let you connect twice under the same call.  
92 However you could reconnect by adding a number to the end of your call,
93 for example G0YLM-2.  
94 This can be done by either altering your MYCALL setting in the TNC or 
95 by altering your program configuration.  
96 <P>
97 <P>
98 <HR>
99 <A HREF="usermanual-3.html">Next</A>
100 <A HREF="usermanual-1.html">Previous</A>
101 <A HREF="usermanual.html#toc2">Contents</A>
102 </BODY>
103 </HTML>