home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / amiga / 2028 < prev    next >
Encoding:
Text File  |  1992-08-26  |  3.8 KB  |  89 lines

  1. Newsgroups: comp.unix.amiga
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbfsb!cbnewsc!looney!cmv
  3. From: cmv@looney.att.com (Craig M. Votava)
  4. Subject: Running SLIP on Amiga Unix 2.1
  5. Organization: AT&T Bell Laboratories
  6. Date: Wed, 26 Aug 1992 23:13:33 GMT
  7. Message-ID: <1992Aug26.231333.18635@cbnewsc.cb.att.com>
  8. Sender: news@cbnewsc.cb.att.com (NetNews Administrator)
  9. Nntp-Posting-Host: looney.ih.att.com
  10. Lines: 77
  11.  
  12. Folks-
  13.  
  14. I just thought I'd post my recent experiences with getting a SLIP connection
  15. up and running with Amiga Unix 2.1 (Amiga Version 2.1p2a) over 2 Telebit
  16. Qblazer modems to an AT&T 750X X-windows terminal (now an NCR product).
  17.  
  18. I have my amiga at work hooked up to our building ethernet, and decided that
  19. I wanted SLIP from home. So I looked at available modems, and decided that
  20. the Telebit Qblazer V.32/V.42/V.42bis modem (running at speeds up to 38,400)
  21. for $299.00 was the best deal around, so I bought 2 of them. Next, I got an
  22. old 750X terminal from our terminal graveyard, that was not in use. Finally,
  23. I had to do a whole bunch of learning to get everything to work properly.
  24. Here's a summary of what I did.
  25.  
  26. 1.) Connected 750 to A3000 with a direct RS-232 cable.
  27.  
  28. 2.) Uncommented the following lines from /etc/inet/network-config
  29.  
  30. =============================================================================
  31. /usr/sbin/slink addslip /dev/sld0 sl0
  32.  
  33. /usr/amiga/bin/slattach 38400 looney.ih.att.com terminal.ih.att.com < /dev/term/ser &
  34. =============================================================================
  35.  
  36. 3.) Uncommented the following line from /etc/inet/inetd.conf
  37. =============================================================================
  38. tftp dgram udp wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot
  39. =============================================================================
  40.  
  41. 4.) Put a bunch of configuration files for the 750 into the /tftpboot directory
  42.  
  43. 5.) Setup the 750 terminal with a network address for our building network.
  44.  
  45. 6.) Rebooted the A3000, and powered up the 750.
  46.  
  47. At this point I was able to telnet into the A3000 from the 750 terminal with
  48. no problems, but I couldn't talk to the rest of the building network. After
  49. a LOT of bad words, and much help from smart people, we finally figured out
  50. how to make this second part work. Here, I'll show how to do it, but I won't
  51. explain much what is happening. Maybe someday I'll have time, but not now.
  52.  
  53. 1.) Setup the 750 terminal so that the A3000 is designated as the "gateway"
  54.  
  55. 2.) Execute the following command to add a "proxy-ARP" entry into the ARP table
  56.     on the A3000
  57. =============================================================================
  58. $ arp -s terminal.ih.att.com  0:80:10:0:13:77 pub
  59.  
  60.     where the colon delimited number is the HEX ethernet (not IP) address
  61.     of the A3000.
  62.  
  63. To verify this, you can use the following command:
  64.  
  65. $ arp -a
  66. terminal.ih.att.com (135.1.13.234) at 0:80:10:0:13:77 permanent published
  67. =============================================================================
  68.  
  69. Once this was all setup properly, I was able to access (ping, telnet, etc) any
  70. host on our building network "directly" from the 750 terminal.
  71.  
  72. Finally, I was able to remove the direct connect, and insert the modems into
  73. the loop, and try things that way. The speed was slightly degraded (the modems
  74. can go at 38,400 ideally, but I suspect the average throughput is somewhat
  75. less), but it was still very usable for the stuff I want to do.
  76.  
  77. Thanks goes to the WONDERFUL CBM Unix development team that decided to put this
  78. SLIP stuff onto the tape, with all of the commented out "activation" lines
  79. already in the appropriate files. Good job! This really made things easy for
  80. me.
  81.  
  82. Comments and Questions are welcome!
  83.  
  84. -Craig
  85.  
  86.     ()_()    Craig Votava
  87.      (_)    AT&T Bell Labs, Naperville IL
  88.         cmv@looney.att.com
  89.