
Over the last few months, many of you have sent mail with various corrections, and now that things have slowed down a bit, I figured it was time to put out an errata sheet.
Peacenet has been around since 1985, providing international e-mail and conferencing and other networking services to predominantly nonprofits and educational institutions, with a focus on environmental, social justice, human rights, and economic justice. You can find out more info about Peacenet by sending email to:
econet-info@igc.apc.org
peacenet-info@igc.apc.org
igc-info@igc.apc.org (Institute for Global Communications: the nonprofit that runs EcoNet and PeaceNet and a couple of others)
apc-info@igc.apc.org (Association for Progressive Communications: currently consisting of 16 member networks around the world with shared visions and constituencies; the IGC Networks are the US Member. Between us, we serve about 18,000 individuals and organizations in over 94 countries. IGC accounts for half of that.
Jillaine Smith, Assistant Director, Institute for Global Communications EcoNet/PeaceNet/ConflictNet/LaborNet, 18 De Boom Street, San Francisco CA 94107; (415)442-0220, fax: (415)546-1794, e-mail: jillaine@igc.apc.org
A list of networks is available from The File Pile BBS, (612)351-0144, login: NETLIST, password: NETLIST
pp. 137
KA9Q is a very powerful stand-alone TCP/IP implementation that supports routing and filtering as well as SLIP/CSLIP and PPP. For routing, the best version to use is the Textwin version available from ftp.demon.co.uk. For Gopher, HTTP, and CSO servers, try the CWRU version, available from ftp.biochemistry.bioc.cwru.edu, get /pub/nos/nos11c.exe, nos11c.txt, nos192.txt
. pp. 275
There is also a (highly recommended) HTTP server for Windows NT, available via ftp emwac.ed.ac.uk, cd /pub/https. You can find Gopher and WAIS servers in this same archive.
pp. 298 - 300
The KA9Q setup files at the end of this file all work with the Large Textwin version of KA9Q, available from ftp.demon.co.uk. In particular, this version supports an extended dialing lanaguage, including support for dial on demand. This is the recommended version for routing with KA9Q, since it supports acting as a Domain Name Server, and packet filtering, in addition to dial on demand, SLIP, CSLIP, and PPP.
pp. 586
Free Software Foundation
The Free Software Foundation is a loosely associated group of people led by Richard Stallman who believe that access to excellent software should be free and are willing to contribute to that goal by writing it. They put out a series of tools under the GNU label (which stands for GNU is Not UNIX), including GNU Emacs, GNU C, GNU UUCP, and GNU AWK (GAWK), all distributed under a CopyLeft agreement.
The Free Software Foundation; email: gnu@prep.ai.mit.edu
League for Programming Freedom
The Leage for Programming Freedom is a grass-roots organization for professors, students, businessmen, programmers and users dedicated to bringing back the freedom to write programs. The league is not opposed to copyright on individual programs, but it opposes copyrighting of languages and interface styles, and patenting of computational techniques and features.
League for Programming Freedom; 1 Kendall Square #143, P.O. Box 9171, Cambridge, MA 92139; email: league@prep.ai.mit.edu
pp. 587
Center for Civic Networking; P.O. Box 65272, Washington, D.C. 20035; (202)362-3831; email: rciville@civicnet.org
pp. 612:
BobCat and LIVECAT, Live Systems; 3800 Old Cheney Rd., Suite 101 Lincoln, NE 68516; Voice: (402)421-3065, BBS: (402)421-2434
pp. 616:
AKCS
Karl Denninger, Macro Computer Solutions, Inc.; (312)248-2649, fax: (312)248-2649, BBS: (312)248-0900; email: info@mcs.com
pp. 621:
Hybrid Networks, Inc.; 10201 Bubb Road, cupertino, CA 95014-2116; (408)725-3250, fax: (408)725-2439, email: css@hybrid.com
# This config file is for use with the large TextWin # version of KA9Q available from ftp.demon.co.uk # # Set the host name # hostname foobar.com # # Configure COM3 on Interrupt 5, at 38400 bps with # RTS/CTS (c) and Van Jacobsen Compression (v) and # MTU = 1008 # attach asy 0x3e8 5 vjslip sl0 8092 1008 38400 cv ifconfig sl0 ipaddress [192.187.134.3] ifconfig sl0 netmask 255.255.255.0 dialer sl0 dialer.sl0 # # # route all packets over sl0 by default (sl0 is the route # to the Internet) # route add default sl0 # # Time To Live is the maximum number of hops a packet # can take before it is thrown away. This command # prevents packets from looping infinitely. # ip ttl 255 # # The Maximum Segment Size is the largest single # transmission that you care to receive. An mss of 216 # will force folks to send you packets of 256 characters # or less (counting the overhead). # tcp mss 1048 # # The Window parameter establishes the maximum number # of bytes that may be outstanding before your system # expects an ack. If window is twice as big as mss, # for example, there will be two active packets on the # channel at any given time. Large values of window # provide improved throughput on full-duplex links, but # are a problem on the air. # Keep mss less than or equal window less than or equal # 2*mss if you're on the air. # tcp window 6888 # # This entry will open net.log in the \spool directory # and will record the server activity of your system. If # you don't want a log, comment out this line; if you do, # make sure you have a \spool directory! # log \textwin\spool\net.log # # Each of the servers (services you will provide) must # be turned on before they will be active. The # following entries turn all of them on. To turn any # function off use the command 'stop' after NET gets # fired up, or just comment out the line here. # start ftp ftpopt binary start echo start discard # start telnet start smtp # This machine uses primary and seconary DNS servers # to resolve addresses domain addserver 192.100.81.101 domain addserver 192.100.81.105 # Command indicating presence of IBM AT isat on # smtp gateway 140.174.7.1 # # # THE ENDdialer.sl0 file:
# Configuration section. # configure: init "ATZ\r" dial_cmd "ATDT" ld_code "" number "15108658169" retries 5 # # Execution section. # execute: # # Toggle DTR. # control down wait 2000 control up wait 2000 # # Initialize the modem. # init wait 3000 "OK" # # Dial and wait for connection. # dial wait 45000 "CONNECT" # # Now log in. # wait 60000 "ogin:" wait 1000 send "userID\r" wait 60000 "word:" send "password\r"
# This config file is for use with the large TextWin # version of KA9Q available from ftp.demon.co.uk # # Set the host name # hostname gate.foobar.com # # Configure COM3 on Interrupt 5, at 38400 bps with # RTS/CTS (c) and PPP # attach asy 0x3e8 5 ppp pp0 8092 576 38400 c ifconfig pp0 ipaddress [192.187.147.2] ifconfig pp0 netmask 255.255.255.0 dialer pp0 dialer.ppp demand # ppp pp0 trace 2 ppp pp0 quick ppp pp0 lcp open ppp pp0 ipcp open # # Packet driver installed at software interrupt # number 0x60. # attach packet 0x60 lan 2 1500 ifconfig lan ipaddress [192.187.157.4] ifconfig lan etmask 255.255.255.0 # route add default pp0 # # The local Ethernet has a Class C network address so # route all IP addresses beginning with 192.187.157 to # it. route add 192.187.157/24 lan # # Time To Live is the maximum number of hops a packet # can take before it is thrown away. This command # prevents packets from looping infinitely. # ip ttl 255 # # The Maximum Segment Size is the largest single # transmission that you care to receive. An mss of 216 # will force folks to send you packets of 256 characters # or less (counting the overhead). # tcp mss 576 # # The Window parameter establishes the maximum number # of bytes that may be outstanding before your system # expects an ack. If window is twice as big as mss, # for example, there will be two active packets on the # channel at any given time. Large values of window # provide improved throughput on full-duplex links, but # are a problem on the air. # Keep mss less than or equal window less than or equal # 2*mss if you're on the air. # tcp window 6888 # # This entry will open net.log in the \spool directory # and will record the server activity of your system. If # you don't want a log, comment out this line; if you do, # make sure you have a \spool directory! # log \textwin\spool\net.log # # Each of the servers (services you will provide) must # be turned on before they will be active. The # following entries turn all of them on. To turn any # function off use the command 'stop' after NET gets # fired up, or just comment out the line here. # start ftp ftpopt binary start echo start discard start telnet start smtp # This machine will act as a DNS server; # Boot file is c:\textwin\named.boo, configuration # goes in c:\textwin\spool\zones domain startdns # Command indicating presence of IBM AT isat on # smtp gateway 192.187.157.2 # # Use Router Information Protocol (RIP) to inform # the router at 192.187.147.253 about the existence # of the local network. Send RIP packets every 240 # seconds. Only useful for dedicated routers. rip add 192.187.147.253 240 # # THE ENDdialer.ppp file:
# Configuration section. # configure: init "ATZ\r" dial_cmd "ATDT" ld_code "" number "15108658169" retries 5 # # Execution section. # execute: # # Toggle DTR. # control down wait 2000 control up wait 2000 # # Initialize the modem. # init wait 3000 "OK" # # Dial and wait for connection. # dial wait 45000 "CONNECT" # # Now log in. # wait 60000 "ogin:" wait 1000 send "userID\r" wait 60000 "word:" send "password\r"
# This config file is for use with the large TextWin # version of KA9Q available from ftp.demon.co.uk # # Set the host name # hostname gate.foobar.com # # Configure COM3 on Interrupt 5, at 38400 bps with # RTS/CTS (c) and Van Jacobsen Compression (v) and # MTU = 1008 # attach asy 0x3e8 5 vjslip sl0 8092 1008 38400 cv ifconfig sl0 ipaddress [157.151.0.253] ifconfig sl0 netmask 255.255.255.0 dialer sl0 dialer.sl0 # # # # Packet driver at 0x60; probably an Ethernet card # attach packet 0x60 lan 2 1500 ifconfig lan ipaddress [157.151.64.1] ifconfig lan netmask 255.255.255.0 # # route all packets over sl0 by default (sl0 is the route # to the Internet) # route add default sl0 # # The local Ethernet has a Class C network address so # route all IP addresses beginning with 157.151.64 to it. route add 157.151.64/24 lan # # Use Proxy ARP arp publish 157.151.64.1 ether 00:00:c0:33:f3:13 arp publish 157.151.64.254 ether 00:00:c0:33:f3:13 # # Time To Live is the maximum number of hops a packet # can take before it is thrown away. This command # prevents packets from looping infinitely. # ip ttl 255 # # The Maximum Segment Size is the largest single # transmission that you care to receive. An mss of 216 # will force folks to send you packets of 256 characters # or less (counting the overhead). # tcp mss 576 # # The Window parameter establishes the maximum number # of bytes that may be outstanding before your system # expects an ack. If window is twice as big as mss, # for example, there will be two active packets on the # channel at any given time. Large values of window # provide improved throughput on full-duplex links, but # are a problem on the air. # Keep mss less than or equal window less than or equal # 2*mss if you're on the air. # tcp window 6888 # # This entry will open net.log in the \spool directory # and will record the server activity of your system. If # you don't want a log, comment out this line; if you do, # make sure you have a \spool directory! # log \textwin\spool\net.log # # Each of the servers (services you will provide) must # be turned on before they will be active. The # following entries turn all of them on. To turn any # function off use the command 'stop' after NET gets # fired up, or just comment out the line here. # start ftp ftpopt binary start echo start discard # start telnet start smtp # This machine uses primary and seconary DNS servers # to resolve addresses # domain addserver 157.151.0.2 domain addserver 157.151.0.1 smtp gateway 157.151.0.2 # # Command indicating presence of IBM AT isat on # # # # THE ENDdialer.sl0 file:
# Configuration section. # configure: init "ATZ\r" dial_cmd "ATDT" ld_code "" number "15108658169" retries 5 # # Execution section. # execute: # # Toggle DTR. # control down wait 2000 control up wait 2000 # # Initialize the modem. # init wait 3000 "OK" # # Dial and wait for connection. # dial wait 45000 "CONNECT" # # Now log in. # wait 60000 "ogin:" wait 1000 send "userID\r" wait 60000 "word:" send "password\r"