home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / KA9QBGN.ZIP / NOSCMD16.TXT < prev    next >
Encoding:
Text File  |  1991-03-29  |  39.8 KB  |  715 lines

  1.  
  2. ============================
  3. TCP/IP COMMAND SET REFERENCE
  4. ============================
  5.  
  6. Version 1.6: 23 January 1991
  7.  
  8. Document Reference:  "NRWCMD16" 
  9.  
  10.  
  11. by Ian Wade, G3NRW
  12.  
  13.  
  14. 7 Daubeney Close
  15. Harlington
  16. Dunstable
  17. Bedfordshire
  18. LU5 6NF,  UK
  19.  
  20.  
  21. IP: 44.131.5.2
  22. AX.25: G3NRW @ GB7BIL
  23.  
  24.  
  25. Copyright (C) 1990, 1991 Ian Wade, G3NRW
  26.  
  27. All rights reserved.  No part of this document may be reproduced or  
  28. transmitted in any form or by any means, electronic or mechanical,  
  29. including photocopying, recording or by any information storage and  
  30. retrieval system for commercial purposes or resale or barter without  
  31. written permission from the author.
  32.  
  33. This document may be reproduced in whole or in part for any non- 
  34. commercial amateur radio purpose as long as credit is given to the  
  35. author.
  36.  
  37.  
  38. ABSTRACT
  39. ========
  40.  
  41. This document contains details of all of the commands to be found in  
  42. the following TCP/IP Network Operating System ("NOS") packages:
  43.  
  44.             KA9Q/PA0GRI: version 900819
  45.             KA9Q/G1EMM:  version KH113014
  46.  
  47.  
  48. CHANGES FROM PREVIOUS VERSION
  49. =============================
  50.  
  51. Minor corrections to the "route" command syntax.
  52.  
  53. Familiarity with the basic functions of the "NOS" packages is assumed.   
  54. This document is intended only as a quick reference to the TCP/IP 
  55. command set, and does not describe how individual commands work.  
  56.  
  57.  
  58. RATIONALISATION OF PARAMETER DESCRIPTIONS
  59. =========================================
  60.  
  61. Because the "NOS" packages contain software modules originating from  
  62. several different sources, the documentation which describes them  
  63. inevitably contains a number of inconsistencies.  For example, the  
  64. words "label" and "interface" apparently describe different objects,  
  65. whereas in actuality they are the same thing.  On the other hand, the  
  66. meaning of the word "address" used in many commands differs from  
  67. command to command.
  68.  
  69. In this document an attempt has been made to rationalise the meaning  
  70. of these parameters, to produce a consistent command set within and  
  71. across the two "NOS" packages.  
  72.  
  73. The principal parameters which have caused confusion in the past are  
  74. to do with names, addresses and interfaces.  These are now defined 
  75. as follows:
  76.  
  77.       <callsign>    an AX.25 MYCALL callsign (e.g. "G3NRW-1")
  78.       <hostname>    a computer name (e.g. "g3nrw" or "g3nrw.ampr.org")
  79.       <ipaddress>   an Internet address (e.g. "44.131.5.2")
  80.       <host>        <hostname> or <ipaddress>
  81.       <username>    a user at a computer (e.g. "ian")
  82.       <interface>   a device interface name (e.g. "pk0" or "ax0")
  83.       <ioaddress>   a device I/O base address (e.g. "0x3f8")
  84.       <vector>      an IRQ level (e.g. "4")
  85.  
  86. (Note that the word "hostid" is not used in this document, to avoid 
  87. confusion with the Unix command of the same name).
  88.  
  89.  
  90. TCP/IP "NOS" COMMAND SET REFERENCE
  91. ==================================
  92.  
  93. The rest of this document specifies the complete "NOS" command set 
  94. for the KA9Q/PA0GRI and KA9Q/G1EMM packages.
  95.  
  96. The extreme left-hand column of each line is coded as follows:
  97.  
  98. i |     signifies a command in the KA9Q/PA0GRI version of "NOS" 
  99.  m|     signifies a command in the KA9Q/G1EMM version of "NOS"
  100.  
  101. The extreme right-hand column shows the default values of command 
  102. parameters.
  103.     
  104.  
  105. Version|                                                      |Default   
  106.   _____|                                                      |_______
  107.   |                                                           |
  108. im| ?     (help: list of top-level "nos>" commands)           |
  109. im| !     (break out to shell)                                |
  110. im| #     (comment line)                                      |
  111.   
  112.   |                                                           |
  113. im| abort             [<session #>]                     (FTP) |
  114.   |                                                           |
  115. im| arp                                                       |
  116.   |                                                           |
  117. i | arp add           <host> ether|ax25|netrom                |
  118.   |                               <ether_addr>|<callsign>     |
  119.   |                                                           |
  120.  m| arp add           <host> ether|ax25|netrom|arcnet         |
  121.   |                               <ether_addr>|<callsign>     |
  122.   |                                                           |
  123. i | arp drop          <host> ether|ax25|netrom                |
  124.   |                                                           |
  125.  m| arp drop          <host> ether|ax25|netrom|arcnet         |
  126.   |                                                           |
  127. im| arp flush                                                 |
  128.   |                                                           |
  129. i | arp publish       <host> ether|ax25|netrom                |
  130.   |                               <ether_addr>|<callsign>     |
  131.   |                                                           |
  132.  m| arp publish       <host> ether|ax25|netrom|arcnet         |
  133.   |                               <ether_addr>|<callsign>     |
  134.   |                                                           |
  135. im| asystat                                                   |
  136.   |                                                           |
  137. i | attach 3c500      <ioaddress> <vector> arpa <interface>   |
  138.   |                         <buffers> <mtu> [ipaddress]       |
  139.   |                                                           |
  140. i | attach asy        <ioaddress> <vector> slip|ax25|nrs      |
  141.   |                         <interface> <buffers> <mtu>       |
  142.   |                         <speed> [ipaddress]               |
  143.   |                                                           |
  144.  m| attach asy        <ioaddress> <vector> slip|ax25|nrs|ppp  |
  145.   |                         <interface> <buffers> <mtu>       |
  146.   |                         <speed> [options]                 |
  147.   |                                                           |
  148.  m| attach drsi       <ioaddress> <vector> ax25 <interface>   |
  149.   |                         <bufsize> <mtu>                   |
  150.   |                         <chan_a_speed> <chan_b_speed>     |
  151.   |                         [<ipaddress_a>] [<ipaddress_b>]   |
  152.   |                                                           |
  153.  m| attach eagle      <ioaddress> <vector> ax25 <interface>   |
  154.   |                         <buffers> <mtu> <speed>           |
  155.   |                         [<ipaddress_a>] [<ipaddress_b>]   |
  156.   |                                                           |
  157.  m| attach hapn       <ioaddress> <vector> ax25 <interface>   |
  158.   |                         <rx_bufsize> <mtu> csma|full      |
  159.   |                         [<ipaddress>]                     |
  160.   |                                                           |
  161. im| attach hs         <ioaddress> <vector> ax25 <interface>   |
  162.   |                         <buffers> <mtu> <txdelay>         |
  163.   |                         <persistence> [<ipaddress_a>]     |
  164.   |                         [<ipaddress_b>]                   |
  165.   |                                                           |
  166.  m| attach kiss       <asy_interface> <port> <interface>      |
  167.   |                         [<mtu>]                           |
  168.   |                                                           |
  169. im| attach netrom                                             |
  170.   |                                                           |
  171. im| attach packet     <vector> <interface> <buffers>          |
  172.   |                         <mtu> [<ipaddress>]               |
  173.   |                                                           |
  174.  m| attach pc100      <ioaddress> <vector> ax25 <interface>   |
  175.   |                         <buffers> <mtu> <speed>           |
  176.   |                         [<ipaddress_a>] [<ipaddress_b>]   |
  177.   |                                                           |
  178. im| attach scc        <devices> init <ioaddress> <spacing>    |
  179.   |                         <Aoff> <Boff> <Dataoff>           |
  180.   |                         <intack> <vector> [p]<clock>      |
  181.   |                         [hdwe] [<param>]                  |
  182.   |                                                           |
  183. im| attach scc        <chan> slip|kiss|nrs|ax25               |
  184.   |                         <interface> <mtu> <speed>         |
  185.   |                         <bufsize> [<callsign>]            |
  186.   |                                                           |
  187.  m| attended          [off|on]                                |on
  188.   |                                                           |
  189.  m| ax25 bc           <interface>                             |
  190.  m| ax25 bcinterval   [<seconds>]                             |0
  191.  m| ax25 bctext       ["<broadcast_text>"]                    |
  192. im| ax25 blimit       [<val>]                                 |30
  193. im| ax25 digipeat     [on|off]                                |on
  194. im| ax25 flush                                                |
  195. im| ax25 heard                                                |
  196. im| ax25 irtt         [<millisecs>]                           |5000
  197. im| ax25 kick         <&AXB>                                  |
  198. im| ax25 maxframe     [<window_size>]                         |1
  199. im| ax25 mycall       [<callsign>]                            |
  200. im| ax25 paclen       [<bytes>]                               |256
  201. im| ax25 pthresh      [<bytes>]                               |128
  202. im| ax25 reset        <&AXB>                                  |
  203. im| ax25 retry        [<n>]                                   |10
  204.   |                                                           |
  205. im| ax25 route                                                |
  206. im| ax25 route add    <target_callsign> [<digi_callsign> ...] |
  207. im| ax25 route drop   <target_callsign>                       |
  208.  m| ax25 route mode   <target_callsign> [vc|datagm|interface] |
  209.   |                                                           |
  210. im| ax25 status       [<&AXB>]                                |
  211. im| ax25 t3           [<millisecs>]                           |0
  212.  m| ax25 t4           [<seconds>]                             |300
  213.  m| ax25 timertype    [original|linear|exponential]           |exp
  214. i | ax25 version      [1|2]                                   |1
  215.  m| ax25 version      [1|2]                                   |2
  216. im| ax25 window       [<bytes>]                               |2048
  217.   |                                                           |
  218.  
  219.   |                                                           |
  220. im| bbs                                                       |
  221.   |                                                           |
  222. im|       Help        ? (command list)                        |
  223. im|       Area        A                                       |
  224. im|       Bye         B                                       |
  225. im|       Chat        C                                       |
  226. im|       Download    D <filename>                            |
  227. im|       Escape      E [<esc_char>]                          |^X
  228. im|       Finger      F [<username>]                          |
  229. im|       Gateway     G <interface> <callsign> [<callsign>...]|
  230. im|       Help        H                       (full helpfile) |
  231.  m|       Information I                                       |
  232. im|       Heard       J                                       |
  233. im|       Kill        K <n> ...                               |
  234. im|       List        L [<n> ...]                             |
  235. im|       Netrom      N                                       |
  236. im|       Read        R [<n> ...]                             |
  237. im|       Send        S <username> [@ <host>] [< <from_addr>] |
  238. im|                                          [$<bulletin_id>] |
  239. im|       Telnet      T [<host>]                              |
  240. im|       Upload      U <filename>                            |
  241.  m|       Verbose     V                                       |
  242. im|       What        W [<directory>]                         |
  243. im|       Zap         Z <filename>                            |
  244.   |                                                           |
  245. im|       Remote      @                                       |
  246. im|       Expert      [<string>]                              |
  247. i |       (unknown)   >                                       |
  248. im|       (unknown)   "                                       |
  249. im|       (unknown)   #                                       |
  250.   |                                                           |
  251.  
  252.   |                                                           |
  253. im| cd            [<directory>]                               |
  254.   |                                                           |
  255. im| close         [<session #>]                               |
  256.   |                                                           |
  257.  m| comm          <interface> <string>                        |
  258.   |                                                           |
  259. im| connect       <interface> <callsign> [<digi_callsign> ...]|
  260.   |                                                           |
  261.     
  262.   |                                                           |
  263. im| delete        <filename>                                  |
  264.   |                                                           |
  265. im| detach        <interface>                                 |
  266.   |                                                           |
  267.  m| dialer        <interface> <interval> <ping_target>        |
  268.   |                   <script_filename>                       |      
  269.   |                                                           |
  270. im| dir           [<directory> | <file>]                      |
  271.   |                                                           |
  272. im| disconnect    [<session #>]                       (AX.25) |
  273.   |                                                           |
  274. im| domain addserver  <host> [<host> ...]                     |
  275.   |                                                           |
  276. i | domain addserver  <own_host>              (starts server) |
  277.   |                                                           |
  278. i | domain bootp      <domainserver_ipaddress> [filename]     |
  279.   |                                                           |
  280.  m| domain cache clean [off|on]                               |off
  281.  m| domain cache list                                         |
  282.  m| domain cache size  [<entries>]                            |20
  283.  m| domain cache wait  [<seconds>]                            |
  284.   |                                                           |
  285. i | domain debug      [off|on]                                |off
  286. im| domain dropserver <host> [<host> ...]                     |
  287.  m| domain list                                               |
  288. i | domain listservers                                        |
  289. i | domain load       [<filename>]                            |
  290. i | domain loopback   [off|on]                                |off
  291.  m| domain maxwait    [<seconds>]                             |60
  292. i | domain nslookup   <domainserver_host> <record_type> <name>|
  293. i | domain retries    [<n>]                                   |0
  294.  m| domain retry      [<n>]                                   |
  295. i | domain save       <filename>                              |
  296. im| domain suffix     [<domain_suffix>]                       |
  297. i | domain timeout    [<seconds>]                             |30
  298. im| domain trace      [off|on]                                |off
  299.  m| domain translate  [off|on]                                |off
  300.  m| domain verbose    [off|on]                                |on
  301.   |                                                           |
  302.  m| drsistat                                                  |
  303.   |                                                           |
  304.  m| dump        <hex_memoryaddress> | <.> [<decimal_range>]   |
  305.   |                                                           |
  306.  
  307.   |                                                           |
  308.  m| eaglestat                                                 |
  309.   |                                                           |
  310. im| echo        [accept|refuse]                      (telnet) |accept
  311.   |                                                           |
  312. i | eol         [unix|standard]                      (telnet) |standd
  313.  m| eol         [standard|null]                      (telnet) |standd
  314.   |                                                           |
  315.  m| escape      <hex_character>            (always F10 on PC) |0x1d
  316.   |                                                           |
  317. i | etherstat                                                 |
  318.   |                                                           |
  319. im| exit                                                      |
  320.   |                                                           |
  321.  
  322.   |                                                           |
  323. im| finger      [<username>]@<host>                           | 
  324.   |                            (no spaces between parameters) |
  325.   |                                                           |
  326. i | fkey                                                      |
  327. i | fkey        <key_number> [<value> | "<string>" ]          |
  328.   |                         (terminate string with ^M for CR) |
  329.   |                                                           |
  330.   | f1  59      sf1  84     cf1   94     af1  104    pgup  73 |
  331.   | f2  60      sf2  85     cf2   95     af2  105    pgdn  81 |
  332.   | f3  61      sf3  86     cf3   96     af3  106    home  71 |
  333.   | f4  62      sf4  87     cf4   97     af4  107    end   79 |
  334.   | f5  63      sf5  88     cf5   98     af5  108    arup  72 |
  335.   | f6  64      sf6  89     cf6   99     af6  109    ardn  80 |
  336.   | f7  65      sf7  90     cf7  100     af7  110    ar l  75 |
  337.   | f8  66      sf8  91     cf8  101     af8  111    ar r  77 |
  338.   | f9  67      sf9  92     cf9  102     af9  112    ins   82 |
  339.   | f10 68      sf10 93     cf10 103     af10 113    del   83 |
  340.   |                                                           |
  341.   |                                                           |
  342. im| ftp <host>                                                |
  343.   |                                                           |
  344.   |       ascii                                               |
  345.   |       batch   [off|on]                                    |
  346.   |       binary                                              |
  347.   |       cd      [<dir>]                                     |
  348.   |       dele    <remote_file>                               |
  349.   |       dir     [<filename> | <dir> [<local_filename>] ]    |
  350.   |       get     <remote_file> [<local_file>]                |
  351.   |       h                                                   |
  352.   |       list    [<filename> | <dir> [<local_filename>] ]    |
  353.   |       ls      [<filename> | <dir> [<local_filename>] ]    |
  354.   |       mget    <remote_file> [<remote_file> ...]           |
  355.   |       mkdir   <remote_dir>                                |
  356.   |       mput    <local_file>  [<local_file> ...]            |
  357.   |       nlst    [<filename> | <dir> [<local_filename>] ]    |
  358.   |       pass    <password>                                  |
  359.   |       put     <local_file>  [<remote_file>]               |
  360.   |       pwd     [<dir>]                                     |
  361.   |       quit                                                |
  362.   |       rmdir   <remote_dir>                                |
  363.   |       type    [a | i | l <bytesize> ]                     |a
  364.   |       user    <username>                                  |
  365.   |                                                           |
  366. im| F10                    (to escape to "nos" command level) |
  367.   |                                                           |
  368.  
  369.   |                                                           |
  370.  m| hapnstat                                                  |
  371. im| help                  (list of top-level "nos>" commands) |
  372.   |                                                           |
  373. im| hopcheck check    <host>                                  |
  374. im| hopcheck maxttl   [<hops>]                                |30
  375. im| hopcheck maxwait  [<seconds>]                             |5
  376. im| hopcheck queries  [<count>]                               |3
  377. im| hopcheck trace    [off|on]                                |off
  378.   |                                                           |
  379. im| hostname    [<hostname>]                                  |
  380.   |                                                           |
  381. im| hs                                                        |
  382.   |                                                           |
  383.  
  384.   |                                                           |
  385. im| icmp echo   [off|on]    (must be "on" for one-shot pings) |on
  386. im| icmp status                                               |
  387. im| icmp trace  [off|on]                                      |off
  388.   |                                                           |
  389. im| ifconfig  [<interface>]                                   |
  390. im| ifconfig  <interface> broadcast     <bcast_ipaddress>     |
  391. im| ifconfig  <interface> encapsulation none|ax25|slip|netrom |
  392. im| ifconfig  <interface> forward       <ipaddress>           |
  393. im| ifconfig  <interface> ipaddress     <ipaddress>           |
  394. im| ifconfig  <interface> linkaddress   <callsign>            |
  395. im| ifconfig  <interface> mtu           <bytes>               |
  396. im| ifconfig  <interface> netmask       [0x]<hexmask>         |
  397. im| ifconfig  <interface> rxbuf                               |
  398.   |                                                           |
  399. i | info                                                      |
  400.   |                                                           |
  401. im| ip address  [<ipaddress> | <hostname>]                    |
  402. im| ip rtimer   [<seconds>]                                   |30
  403. im| ip status                                                 |
  404. im| ip ttl      [<hops>]                                      |255
  405.   |                                                           |
  406.  m| isat        [off|on]                                      |off
  407.   |                                                           |
  408.     
  409.   |                                                           |
  410. im| kick        [<session #>]                                 |
  411.   |                                                           |
  412.           
  413.   |                                                           |
  414. im| log         [<log_filename> | stop]                       |
  415.   |                                                           |
  416.  
  417.   |                                                           |
  418.  m| mail                                                      |
  419.   |                                                           |
  420. im| mbox                                                      |
  421.  m| mbox attend      [off|on]                                 |
  422.  m| mbox kick                                                 |
  423.  m| mbox maxmsg      [<n>]                                    |200
  424.  m| mbox motd        ["<string>"]                             |
  425.  m| mbox status                                               |
  426.  m| mbox timer       [<seconds>]                              |
  427.  m| mbox tiptimeout  [<seconds>]                              |
  428.   |                                                           |
  429. im| mem free                                                  |
  430. im| mem garbage                                               |
  431.  m| mem ifbufsize    [<bytes>]                                |2048
  432.  m| mem nibufs       [<n>]                                    |5
  433. im| mem sizes                                                 |
  434. im| mem status                                                |
  435. im| mem thresh       [<bytes>]                                |8192
  436.   |                                                           |
  437. im| mkdir     <directory>                                     |
  438.   |                                                           |
  439. im| mode      <interface> [vc|datagram]               (AX.25) |
  440.   |                                                           |
  441. im| more      <filename>  [<filename> ...]          (q: quit) |
  442.   |                                        (space: next page) |
  443.   |                                           (CR: next line) |
  444.  m| motd      ["<string>"]                                    |
  445.   |                                                           |
  446.  m| multitask [off|on]                                        |on
  447.   |                                                           |
  448.  
  449.   |                                                           |
  450. im| netrom acktime    [<millisecs>]                           |3000
  451. im| netrom bcnodes    <interface>                             |
  452. im| netrom connect    <node_callsign> | <node_alias>          |
  453. im| netrom choketime  [<millisecs>]                           |180000
  454.  m| netrom derate     [off|on]                                |on
  455. im| netrom interface  <interface> <alias> <quality>           |
  456. im| netrom irtt       [<millisecs>]                           |15000
  457. im| netrom kick       <&CB>                                   |
  458.  m| netrom minquality [<n>]                                   |10
  459.   |                                                           |
  460. im| netrom nodefilter                                         |
  461. im| netrom nodefilter add  <neighbour_callsign> <interface>   |
  462. im| netrom nodefilter drop <neighbour_callsign> <interface>   |
  463. im| netrom nodefilter mode [none | accept | reject]           |
  464.   |                                                           |
  465. im| netrom nodetimer  [<seconds>]                             |0
  466. im| netrom obsotimer  [<seconds>]                             |0
  467.  m| netrom promiscuous [off | on]                             |off
  468. im| netrom qlimit     [<bytes>]                               |2048
  469. im| netrom reset      <&CB>                                   |
  470. im| netrom retries    [<n>]                                   |10
  471.   |                                                           |
  472. im| netrom route                                              |
  473. im| netrom route add  <alias> <destination> <interface>       |
  474.   |                                   <quality> <neighbour>   |
  475. im| netrom route drop <destination> <neighbour> <interface>   |
  476. im| netrom route info <destination>                           |
  477.   |                                                           |
  478. im| netrom status                                             |
  479.  m| netrom timertype  [linear | exponential]                  |exp
  480. i | netrom ttl        [<hops>]                                |64
  481.  m| netrom ttl        [<hops>]                                |10
  482. im| netrom user       [<username>]                            |
  483. im| netrom verbose    [off | on]                              |off
  484. im| netrom window     [<frames>]                              |4
  485.   |                                                           |
  486. im| nntp addserver    <nntpserver_host> <interval_in_seconds> |
  487.   |                    [<time_range>] [<group> [<group> ...]] |
  488.   |                                                           |
  489. im| nntp directory    [spool | control <directory>]           |
  490. im| nntp dropserver   <nntpserver>                            |
  491. im| nntp groups       [<newsgroup_name> ... ]                 |
  492. im| nntp kick         <nntpserver>                            |
  493. im| nntp listservers                                          |
  494. im| nntp trace        [<trace #>]      (0: no trace)          |1
  495.   |                                    (1: serious errors)    |
  496.   |                                    (2: transient errors)  |
  497.   |                                    (3: session progress)  |
  498.   |                                    (4: received articles) |
  499.   |                                    (5: errors)            |
  500.   |                                                           |
  501. im| nrstat                                                    |
  502.   |                                                           |
  503.  
  504.   |                                                           |
  505. im| param <interface> <param> [<param> ...]                   |
  506.   |                                                           |
  507. im| param <KISS_interface>   0 <data frame>                   |
  508. im| param <KISS_interface>   1 <TX_delay>       (10 mS units) |
  509. im| param <KISS_interface>   2 <persistence>          (0-255) |
  510. im| param <KISS_interface>   3 <slot_time>      (10 mS units) |
  511. im| param <KISS_interface>   4 <TX_tail>        (10 mS units) |
  512. im| param <KISS_interface>   5 <n>         (n=0: half duplex) |
  513.   |                                        (n>0: full duplex) |
  514.   |                                                           |
  515. im| param <KISS_interface> 255               (exit KISS mode) |
  516.   |                                                           |
  517. im| ping        <host> [<len> [<seconds> [<incflag>]]]        |
  518.   |                                                           |
  519. im| pop mailbox       <mbox>                                  |
  520. im| pop mailhost      [<host>]                                |
  521. im| pop kick                                                  |
  522.  m| pop quiet         [off|on]                                |off
  523. im| pop timer         [<seconds>]                             |0
  524. im| pop userdata      [<username> <password>]                 |
  525.   |                                                           |
  526. im| ps                                                        |
  527.   |                                                           |
  528. im| pwd               [<directory>]                           |
  529.   |                                                           |
  530.  
  531.   |                                                           |
  532. im| record            [<filename> | off]                      |off
  533.   |                                                           |
  534. im| remote            [-p port] [-k key] [-a kickaddr]        |
  535.   |                         <host> exit|reset|kick            |
  536. im| remote            -s <key>                                |
  537.   |                                                           |
  538. im| rename            <old_filename> <new_filename>           |
  539.   |                                                           |
  540. im| reset             [<session #>]                           |
  541.   |                                                           |
  542. im| rip accept        <incoming_gateway_host>                 |
  543.   |                                                           |
  544. im| rip add           <destination_host> <secs> [<flags>]     |
  545.   |                                (1: include route to self) |
  546.   |                                (2: split horizon)         |
  547.   |                                (4: triggered update)      |
  548.   |                                                           |
  549. im| rip drop          <destination_host>                      |
  550. im| rip merge         [off|on]                                |off
  551. im| rip refuse        <incoming_gateway_host>                 |
  552. im| rip request       <incoming_gateway_host>                 |
  553. im| rip status                                                |
  554. im| rip trace         [<n>]                 (0: no trace)     |0
  555.   |                                         (1: changes only) |
  556.   |                                         (2: full trace)   |
  557.   |                                                           |
  558. i | rlogin            <host>                                  |
  559. im| rmdir             <directory>                             |
  560.   |                                                           |
  561. im| route                                                     |
  562. im| route add         <dest_host>[/<bits>]|default            |
  563.   |                     <interface> [gateway_host [<metric>]] |
  564.   |                                                           |
  565. im| route addprivate  <dest_host>[/<bits>]                    |
  566.   |                     <interface> [gateway_host [<metric>]] |
  567.   |                                                           |
  568. im| route drop        <dest_host>[/<bits>]                    |
  569. im| route flush                                               |
  570. im| route lookup      <dest_host>                             |
  571.   |                                                           |
  572.  m| rspf interface    [<name> <quality> <horizon>]            |
  573.   |     (needs ifconfig <interface> broadcast 44.255.255.255) |
  574.   |                                                           |
  575.  m| rspf message      [<"message_string">]                    |
  576.  m| rspf maxping      [<n>]                                   |5
  577.  m| rspf mode         [vc | datagram | none]                  |none
  578.  m| rspf rrhtimer     [<seconds>]                             |0
  579.  m| rspf routes                                               |
  580.  m| rspf status                                               |
  581.  m| rspf suspecttimer [<seconds>]                             |
  582.  m| rspf timer        [<seconds>]                             |0
  583.   |                                                           |
  584.  
  585.   |                                                           |
  586. im| sccstat                                                   |
  587.   |                                                           |
  588. im| session       [<session #>]                               |
  589.   |                                                           |
  590. im| shell                                                     |
  591.   |                                                           |
  592.  m| smtp batch        [off|on]                                |off
  593. im| smtp gateway      [<host>]                                |
  594. im| smtp mode         [ queue | route ]                       |route
  595. im| smtp kick                                                 |
  596. im| smtp kill         <jobnumber>                             |
  597. im| smtp list                                                 |
  598. im| smtp maxclients   [<n>]                                   |10
  599. i | smtp mxlookup     [off|on]                                |off
  600.  m| smtp quiet        [off|on]                                |off
  601. im| smtp timer        [<seconds]                              |0
  602. im| smtp trace        [<n>]                    (0: trace off) |0
  603.   |                                            (1: trace on)  |
  604.   |                                                           |
  605. im| socket        [<socket #>]                                |
  606.   |                                                           |
  607.  m| source        <script_filename>                           |
  608.   |                                                           |
  609. im| start         ax25|discard|echo|finger|ftp|netrom|pop     |
  610.   |                           remote|rip|smtp|telnet|ttylink  |
  611.  m| start tip     <interface>                                 |
  612.   |                                                           |
  613.  m| status                                                    |
  614.   |                                                           |
  615. im| stop          ax25|discard|echo|finger|ftp|netrom|pop     |
  616.   |                           remote|rip|smtp|telnet|ttylink  |
  617.  m| stop tip      <interface>                                 |
  618.   |                                                           |
  619.  
  620.   |                                                           |
  621.  m| tail          <filename>                                  |
  622.   |                                                           |
  623. im| tcp irtt      [<millisecs>]                               |5000
  624. im| tcp kick      <&TCB>                                      |
  625. im| tcp mss       [<bytes>]                                   |512
  626. im| tcp reset     <&TCB>                                      |
  627. im| tcp rtt       <&TCB> <millisecs>                          |
  628. im| tcp status    [<&TCB>]                                    |
  629.  m| tcp syndata   [off|on]                                    |off
  630.  m| tcp timertype [linear | exponential]                      |exp
  631. im| tcp trace     [off | on]                                  |off
  632. im| tcp window    [<bytes>]                                   |2048
  633.   |                                                           |
  634. im| telnet        <host> [<well_known_port_number>]           |23
  635.   |                                                           |
  636.  m| third-party   [off | on]                                  |on
  637.   |                                                           |
  638. im| tip           <interface>                                 |
  639.   |                                                           |
  640. i | ttylink       <host> [<well_known_port_number>]           |87
  641.   |                                                           |
  642. im| trace     <interface> [<BTIO_flags> [<trace_filename>]]]  |
  643.   |                                                           |
  644.   | BTIO FLAGS:                                               |
  645.   |                                                           |
  646.   |       B=0   Broadcast filter off (trace all packets)      |
  647.   |       B=1   Broadcast filter on (ignore broadcasts)       |
  648.   |                                                           |
  649.   |       T=0   Display protocol headers only                 |
  650.   |       T=1   Display headers + ASCII text                  |
  651.   |       T=2   Display headers + ASCII text + hex            |
  652.   |                                                           |
  653.   |       I=0   Ignore input packets                          |
  654.   |       I=1   Trace input packets                           |
  655.   |                                                           |
  656.   |       O=0   Ignore output packets                         |
  657.   |       O=1   Trace output packets                          |
  658.   |                                                           |
  659.  
  660.   |                                                           |                            
  661. im| udp       status                                          |
  662.   |                                                           |
  663. im| upload    <filename>                                      |
  664.   |                                                           |
  665.  
  666.   |                                                           |
  667. im| watch     [off|on]                                        |on
  668.   |                                                           |
  669.  m| watchdog  [off|on]                                        |off
  670.   |                                                           |
  671.  
  672. ______________________________________________________________________
  673.  
  674.  
  675.  
  676. NOS STARTUP OPTIONS
  677. ===================
  678.  
  679.   nos [-t]                        (trace startup)
  680.       [-d <root_directory>] 
  681.       [-s <socket_array_size>]
  682.       [-m <heap_memory_in_KB>]
  683.       [ <nos_autoexec_filename> ]
  684.  
  685.  
  686. /ftpusers PERMISSIONS
  687. =====================
  688.  
  689.   1     read file                 }
  690.   2     create new file           }  "ftp" and "telnet"
  691.   4     write/delete file         }
  692.  
  693.   8     AX.25 Gateway access      }
  694.  16     Telnet Gateway access     }  
  695.  32     NET/ROM Access            }  "telnet" only
  696.  64     Remote control            }
  697. 128     Disallow access           }
  698.  
  699.  
  700. WELL-KNOWN PORT NUMBERS (decimal)
  701. =================================
  702.  
  703.     0  reserved        23  TELNET             79  FINGER
  704.   1-4  unassigned      25  SMTP               87  TTYLINK
  705.     5  RJE             37  TIME               95  SUPDUP    
  706.     7  ECHO            39  RLP               101  HOSTNAME
  707.     9  DISCARD         42  NAMESERVER        102  ISO-TSAP
  708.    11  USERS           43  NICNAME           109  POP-2
  709.    13  DAYTIME         53  DOMAIN            113  AUTH     
  710.    15  NETSTAT         67  BOOTPS            117  UUCP-PATH
  711.    17  QUOTE           68  BOOTPC            119  NNTP         
  712.    19  CHARGEN         69  TFTP              513  RLOGIN     
  713.    20  FTP-data        75  private dialout   
  714.    21  FTP             77  private rje       
  715.