home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / phrk2 / phrack24.3 < prev    next >
Text File  |  1992-09-26  |  18KB  |  391 lines

  1.  
  2.                                 ==Phrack Inc.==
  3.  
  4.                       Volume Two, Issue 24, File 3 of 13
  5.  
  6.        <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  7.        <>                                                            <>
  8.        <>                      Limbo To Infinity                     <>
  9.        <>                      ~~~~~~~~~~~~~~~~~                     <>
  10.        <>        Chapter Three of The Future Transcendent Saga       <>
  11.        <>                                                            <>
  12.        <>      Traversing The Barriers For Gateway Communication     <>
  13.        <>                                                            <>
  14.        <>                Presented by Knight Lightning               <>
  15.        <>                      February 11, 1989                     <>
  16.        <>                                                            <>
  17.        <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  18.  
  19.  
  20. Beyond Bitnet lies the other wide area networks.  We will discuss more about
  21. those networks in chapter four.  Right now lets learn how to communicate with
  22. those other realms.
  23. _______________________________________________________________________________
  24.  
  25. Mailing To Other Networks - Gateway Communications
  26. ~~~~~~~~~~~~~~~~~~~~~~~~~
  27. Bitnet, as you already know, is not the only computer network in the world.
  28. What you might be surprised to find out, however, is that when you have access
  29. to Bitnet you also have access to many other networks as well.  Unfortunately,
  30. the methods for communicating with people in these other networks are not as
  31. simple as the ones described earlier.
  32.  
  33. Bitnet's links to other networks give you access to people and services you
  34. could not contact otherwise (or at least without great expense).  This alone
  35. should make learning a bit about them worthwhile.
  36.  
  37. In chapter one of this series, I showed you how some Bitnet nodenames can be
  38. broken down into state abbreviations.  To go a step further, try and think of
  39. Bitnet as a country and the links between the Bitnet nodes as highways.
  40. Another network (or country in this example) is connected to our highway system
  41. at one point, which is called a "gateway."  These borders do not let
  42. interactive messages or files through; only mail is allowed past the gateway.
  43.  
  44. The people in these other networks have addresses just like yours, but you will
  45. need to specify something extra in order to get mail to them.  A userid@node
  46. address is not enough, because that does not tell the Bitnet mail software what
  47. network that node is in.  Therefore, we can extend the network address with a
  48. code that identifies the destination network.  In this example, the destination
  49. network is ARPAnet (a network I'm sure you have heard much about), the code for
  50. which is ARPA.
  51.  
  52.                  TARAN@MSP-BBS.ARPA
  53.                  +---- +------ +---
  54.                  |     |       |
  55.                  |     |       +-------------------- the network
  56.                  |     |
  57.                  |     +---------------------------- the node
  58.                  |
  59.                  +---------------------------------- the userid
  60.  
  61.  
  62. That is about as simple as an address from another network gets.  Generally
  63. they are much more complex.  Because of the variety of networks there can be no
  64. example which will show you what a "typical" address might be.  However, you
  65. should not have to let it worry you too much.  If someone tells you that his
  66. network address is C483307@UMCVMB.MISSOURI.EDU, just use it like that with your
  67. mail software.  As long as you understand that the mail is going to another
  68. network and that the transit time may be longer than usual (although in many
  69. cases I have found that mail going to EDU addresses is delivered much faster
  70. than Bitnet mail) you should not have many problems.
  71.  
  72.  
  73. More On Gateways
  74. ~~~~~~~~~~~~~~~~
  75. I introduced the gateways in the previous section, but didn't get into too much
  76. detail.  This is because the subject can get more than a little complex at
  77. times.  Actually, understanding gateways isn't difficult at all, but
  78. interpreting network addresses that use them can be.
  79.  
  80. In the previous example, an address for someone in another network looked like
  81. this:
  82.                  TARAN@MSP-BBS.ARPA
  83.  
  84.  
  85. The ".ARPA" in the address tells your networking software that your letter
  86. should go to someone in another network.  What you might not realize is that
  87. your networking software "knows" that the address for the gateway to ARPA may
  88. be at, say INTERBIT.  It might extend the address to look something like this:
  89.  
  90.                  TARAN%MSP-BBS.ARPA@INTERBIT
  91.                  +---- +------ +--- +-------
  92.                  |     |       |    |
  93.                  |     |       |    +--------------- the node of the gateway
  94.                  |     |       |
  95.                  |     |       +-------------------- the network
  96.                  |     |
  97.                  |     +---------------------------- the node
  98.                  |
  99.                  +---------------------------------- the userid
  100.  
  101.  
  102. The gateway is a server machine (userid@node) that transfers files between the
  103. two networks.  In this case, it is ARPA@INTERBIT.  Note that the "%" replaces
  104. the "@" from the previous example.  This is because Bitnet networking software
  105. cannot handle addresses with more than one AT sign (@).  When your mail gets to
  106. the gateway, the "@INTERBIT" would be stripped off, and the "%" would be turned
  107. back into a "@".
  108.  
  109. Ok, so now you are asking, "If this is so automatic, why do you need to know
  110. this?"  In many cases your networking software is not smart enough to know that
  111. the gateway for SCONNET is at STLMOVM.  If this is the case, you have to type
  112. out the whole address with all of the interesting special characters.
  113.  
  114. For example, sometimes, you may have to change the addresses around somewhat.
  115. Let's say I'm talking to Lex Luthor one day and he tells me his address is
  116. "lex@plover.COM".  I have found that an address like "lex@plover.COM" would
  117. actually be mailed to as "plover!lex@RUTGERS.EDU".  Now this is just a specific
  118. example of how it works from my particular system and other systems (not to
  119. mention networks) will work differently (this is a guide for people using
  120. Bitnet).  The COM (Commercial) addresses are not recognized by the mailer at
  121. UMCVMB and so I have to route them through Rutgers University.  In chapter
  122. four, I will discuss some of the other networks that are interconnected.
  123.  
  124. In many cases, a gateway to a network may be in another network.  In this
  125. example, we are sending mail to RED at node KNIGHT in HDENNET.  The gateway to
  126. the network is in, say, ARPAnet.  Our networking software is smart enough to
  127. know where ARPA gateway is, so the address might look something like this:
  128.  
  129.                    RED%KNIGHT.HDENNET@SRI-NIC.ARPA
  130.                    +-- +----- +------ +------ +---
  131.                    |   |      |       |       |
  132.                    |   |      |       |       +----- the network of the gateway
  133.                    |   |      |       |
  134.                    |   |      |       +------------- the node of the gateway
  135.                    |   |      |
  136.                    |   |      +--------------------- the network
  137.                    |   |
  138.                    |   +---------------------------- the node
  139.                    |
  140.                    +-------------------------------- the userid
  141.  
  142.  
  143. As you can see, these addresses can get pretty long and difficult to type.
  144. Perhaps the only consolation is that your address probably looks just as bad to
  145. the people in the destination network.
  146.  
  147.  
  148. Foundations Abound
  149. ~~~~~~~~~~~~~~~~~~
  150. Just as there are servers and services in Bitnet, there are similar
  151. counterparts in the other networks as well.  There are many electronic digests
  152. and servers that are similar to Bitnet servers available on several of the
  153. other networks.
  154. _______________________________________________________________________________
  155.  
  156. Gateways To Non-Standard Networks - Intermail
  157. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  158. Intermail is perhaps the most interesting exception to standard gateways.  It's
  159. better to just show you what I mean rather than try to really technically
  160. describe the process.  With Intermail, you can access networks you probably
  161. never thought were accessible.
  162.  
  163. I have included the instructions for using the Intermail system for
  164. transmitting computer mail between users in the MCI-Mail system, the GTE
  165. Telemail system, the Compmail/Dialcom 164 system, and the NFS-Mail/Dialcom 157
  166. system to the ARPA-Mail system.  The Intermail system may be used in either
  167. direction.
  168.  
  169. Mail to be sent to MCI Mail, GTE Telemail, Compmail, or NSF-Mail is sent to the
  170. "Intermail" mailbox on the local mail system.  The Intermail system operates by
  171. having a program service mailboxes in both the local and the destination mail
  172. systems.  When the right information is supplied at the beginning of a message,
  173. the program forwards those messages into the other mail system.
  174.  
  175. In order for a message to be delivered to a mailbox in another mail system,
  176. forwarding information must be included at the beginning of the text of each
  177. message.  This forwarding information tells the mail forwarding program which
  178. mail system to forward the message to, and which mailboxes to send it to.  This
  179. information is in the form:
  180.  
  181.       Forward: <mail system>
  182.       To: <user mailbox>
  183.       <blank line>
  184.  
  185. The syntax allowed on the "To:" line is that of the system being forwarded
  186. into.  In ARPA-Mail it is also possible to send to a list of CC recipients in
  187. any of the mail gateway systems.  See the examples for further details.
  188.  
  189. In either direction, the local Subject field of the message to Intermail is
  190. used as the Subject field of the message delivered in the other mail system.
  191.  
  192.  
  193. Sending To Non-Standard Networks From Bitnet
  194. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  195. In this direction, the Internet user must first send mail to the Intermail
  196. mailbox on the ARPA-Internet.  The address of "Intermail" is
  197. "INTERMAIL@ISI.EDU".  Next, the Mailbox forwarding information must be added at
  198. the beginning of the text of each message.  The names of the mailboxes are
  199. MCI-MAIL, TELEMAIL (for GTE Telemail), COMPMAIL, and NSF-MAIL.
  200.  
  201. This information is in the form:
  202.  
  203.       Forward: <Type name of mailbox here>
  204.       To: <a valid address on the system you're forwarding to>
  205.       <blank line>
  206.       <Message...>
  207.  
  208.  
  209. Please Note:  Although CompuServe (CIS), Telex, and FAX are accessible from
  210.               MCI-Mail, the Intermail gateway does not support these services.
  211.               However, there is a Bitnet-CompuServe gateway, but that will be
  212.               discussed in the next section of this file.
  213.  
  214.  
  215. Sending To Bitnet From Non-Standard Networks
  216. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  217. Supposing that you have an account on MCI-Mail, GTE Telemail, Compmail, or
  218. NSF-Mail and you would like to mail to someone on Bitnet, you would direct
  219. your mail to one of the following addresses;
  220.  
  221.          "INTERMAIL" (actually MCI-ID "107-8239") in MCI-Mail,
  222.          "INTERMAIL/USCISI" in GTE Telemail,
  223.          "164:CMP00817" in Compmail/Dialcom 164, and
  224.          "157:NSF153" in NSF-Mail
  225.  
  226. Once you have done this, you actually type the following as the first two lines
  227. in the mail:
  228.  
  229.      Forward: ARPA
  230.      To: KNIGHT%MSPVMA.BITNET@CUNYVM.CUNY.EDU
  231.      <blank line>
  232.      <Message...>
  233.  
  234. In this example, KNIGHT is the userid and MSPVMA is the Bitnet node.
  235. CUNYVM.CUNY.EDU is the Internet gateway to ARPAnet.  It's really just that
  236. simple.
  237.  
  238. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  239.  
  240. In case of questions or problems using Intermail, please send a message to
  241. Intermail-Request@ISI.EDU.
  242. _______________________________________________________________________________
  243.  
  244. CompuServe
  245. ~~~~~~~~~~
  246. The gateway is not yet live as of this writing.  Testing on it has been delayed
  247. somewhat because of high-priority projects inside CompuServe.  However, it
  248. might be a safe bet that by the time you read this that the gateway will be
  249. complete.
  250.  
  251. The specific mechanism is that the gateway machine, 3B2/400 named Loquat,
  252. believes that it has a UUCP neighbor "compuserve" which polls it.  In reality,
  253. the UUCP connection is a lie all around, but the gateway starts up on an hourly
  254. basis, pokes through the UUCP queue, finds mail aimed at CompuServe, and
  255. creates script language on the fly suitable for a utility called Xcomm 2.2 to
  256. call CompuServe, download any waiting mail, and upload any queued mail.
  257.  
  258. Appropriate header hacking is done so that CompuServe looks like just another
  259. RFC-compliant entity on the Internet, and the Internet looks like yet another
  260. gatewayed system from the perspective of the CompuServe subscriber - a very
  261. minor modification to the usual syntax used in their mailer is needed, but
  262. this project has provided the impetus for them to generalize the mechanism,
  263. something they had apparently not needed before.
  264.  
  265. So that's where it stands.  Loquat speaks with machines at Ohio State.  At the
  266. moment, there is a problem preventing mail passage except between CompuServe
  267. and Ohio State, while they finish development and testing.  Also, part of the
  268. header hacking done is to make CompuServe IDs look right on the Internet - the
  269. usual 7xxxx,yyy is a problem due to the presence of the ",".
  270. _______________________________________________________________________________
  271.  
  272. Easynet
  273. ~~~~~~~
  274. A mail gateway between Easynet and the UUCP network and DARPA Internet
  275. (including CSNET) is provided by the Western Research Laboratory in Palo Alto,
  276. California.  Hopefully this service will provide improved communications
  277. between the DEC community and the Usenet and Internet communities.
  278.  
  279.  
  280. Mailing From A Bitnet Site To An Easynet Node
  281. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282. To mail a message from an Internet site to an Easynet node (say MSPVAX), you
  283. type:
  284.  
  285. To: user%mspvax.dec.com@decwrl.dec.com
  286.  
  287. A few other forms are still accepted for backward compatibility, but their use
  288. is discouraged and they will not be described here.
  289.  
  290.  
  291. Mailing From Easynet To Bitnet
  292. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  293. For people on Easynet who would like to mail to people on Bitnet the following
  294. information may be of interest.
  295.  
  296. The gateway supports connection to Bitnet using a pseudo-domain syntax.  These
  297. addresses are translated by the gateway to the proper form to address the
  298. gateway into Bitnet.  To address users in Bitnet you type:
  299.  
  300. To: DECWRL::"user@host.bitnet"
  301.  
  302. (Example:  To: DECWRL::KNIGHT@MSPVAX.BITNET)
  303. _______________________________________________________________________________
  304.  
  305. Mailnet
  306. ~~~~~~~
  307. The Bitnet-Mailnet Gateway no longer exists.  EDUCOM's Mailnet Service was
  308. discontinued after June 30, 1987 in agreement with MIT.
  309. _______________________________________________________________________________
  310.  
  311. DASnet
  312. ~~~~~~
  313. DASnet is one of the networks that is connected to AppleLink.
  314.  
  315.  
  316. Sending to DASnet from Bitnet:
  317.  
  318. 1. In the "TO" field, enter the DASnet gateway address: XB.DAS@STANFORD.BITNET
  319. 2. In the "SUBJECT" field, enter the DASnet user id (such as [1234AA]joe)
  320.  
  321. Example (0756AA is the DASnet address and randy is the user on that system):
  322.  
  323. To: XB.DAS@STANFORD.BITNET
  324. Subject: [0756AA]randy
  325.  
  326. 3. If you type a "!" after the address in the subject field, you can insert
  327.    comments, but the subject line must be limited to 29 characters.
  328.    Example; Subject:  [0756AA]randy!Networks are cool
  329.  
  330.  
  331. Sending to Bitnet from DASnet
  332.  
  333. 1. In the "TO" field, enter the BITNET address followed by "@dasnet"
  334. 2. Use the "SUBJECT" field for comments.
  335.  
  336. Example:
  337.  
  338. To: knight@umcvmb.bitnet@dasnet#MSubject: Gateways
  339.  
  340. Don't be confused, there are two @s and a  at the end.
  341. _______________________________________________________________________________
  342.  
  343.       Gateways Between Bitnet And Other Networks Not Previously Detailed
  344.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  345.             ______________________________________________________
  346.            |              |                   |                   |
  347.            | "u" = UserId | "h" = Host (Node) | "d" = Node (Host) |
  348.            |______________|___________________|___________________|
  349.  
  350.  
  351. To: CSNET Phonenet                          <u>@<h>.csnet
  352. To: JANET (Domains: U: uk)                  <u>%<d>.U@ac.uk
  353. To: EAN (Domains: E: cdn, dfn, etc.)        <u>@<d>.E
  354. To: COSAC                                   <h>/<u>@france.csnet
  355. To: Xerox Internet (Domains: R: A registry) <u>.R@xerox.com
  356. To: DEC's Easynet <*Detailed Earlier*>      <u>%<h>.dec.com@decwrl.dec.com
  357. To: IBM's VNET                              <u>@vnet
  358. To: ACSNET (Domains: A: oz.au)              <u>%<d>.A@<g>
  359. To: UUCP                                    h1!h2!<h>!<u>@psuvax1
  360. To: JUNET (Domains: J: junet)               <u>%<d>.J@csnet-relay.csnet
  361. To: JANET                                   <u>%U.<d>@ac.uk
  362.  
  363. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  364.  
  365. To: BITNET
  366.  
  367. From
  368. ARPA Internet           <u>%<h>.bitnet@cunyvm.cuny.edu
  369. CSNET Phonenet          <u>%<h>.bitnet@relay.cs.net
  370. JANET                   <u>%<h>@uk.ac.rl.earn
  371. EAN                     <u>@<h>.bitnet
  372. COSAC                   adi/<u>%<h>.bitnet@relay.cs.net
  373. ACSNET                  <u>%<h>.bitnet@munnari.oz
  374. UUCP                    psuvax1!<h>.bitnet!<u>
  375. JUNET                   <u>@<h>.bitnet
  376. _______________________________________________________________________________
  377.  
  378.  
  379. Conclusion
  380. ~~~~~~~~~~
  381. Now that you understand how to mail to the other networks by making use of the
  382. gateways, we will begin looking at the other networks themselves.  As my
  383. greatest area of expertise is Bitnet, I will cover the other networks in less
  384. detail.  If they interest you, I'm sure you will find a way to learn more about
  385. them.  So read Chapter Four of The Future Transcendent Saga -- Frontiers.
  386.  
  387. :Knight Lightning
  388. _______________________________________________________________________________
  389.  
  390. Downloaded From P-80 International Information Systems 304-744-2253 12yrs+
  391.