home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / ultrix / 8503 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  4.5 KB

  1. Xref: sparky comp.unix.ultrix:8503 comp.unix.bsd:9243 comp.protocols.tcp-ip:5298 comp.sys.dec:6139
  2. Newsgroups: comp.unix.ultrix,comp.unix.bsd,comp.protocols.tcp-ip,comp.sys.dec
  3. Path: sparky!uunet!usc!hela.iti.org!cs.widener.edu!eff!news.byu.edu!ux1!fcom.cc.utah.edu!cs.weber.edu!terry
  4. From: terry@cs.weber.edu (A Wizard of Earth C)
  5. Subject: Re: SL/IP and routing under Ultrix 4.2 on VaxStation 3100
  6. Message-ID: <1992Nov23.215157.12424@fcom.cc.utah.edu>
  7. Keywords: SL/IP Ultrix Routing Bridge
  8. Sender: news@fcom.cc.utah.edu
  9. Organization: Weber State University  (Ogden, UT)
  10. References: <1992Nov22.192130.1720@mjbtn.jobsoft.com>
  11. Date: Mon, 23 Nov 92 21:51:57 GMT
  12. Lines: 94
  13.  
  14. In article <1992Nov22.192130.1720@mjbtn.jobsoft.com> root@mjbtn.jobsoft.com (Mark J. Bailey [ADMIN]) writes:
  15. >Hello,
  16. >
  17. >We are trying to figure out a problem and maybe some of you can help us.
  18. >
  19. >what we are trying to do is use SL/IP on a VaxStation 3100 running Ultrix
  20. >4.2 to connect a 286-AT running an amateur radio tcp/ip software package
  21. >called (KA9Q).  Getting the link up is no problem.  The 286-AT machine is
  22. >then linked on the radio interface (ax0) to a wireless TCP/IP network around
  23. >our region on the amateur radio bands.  The VaxStation is called 'turing'
  24. >and its IP address is 161.45.1.14.  It is on a LAN of other Ultrix 4.2
  25. >workstations connected via thinnet ethernet.  There are no subnets present.
  26. >The entire ethernet is one network.  The 286-AT is called 'w4efq' and has
  27. >an IP address of '161.45.63.4'.
  28.  
  29. [ ... ]
  30.  
  31. >What our problem is, is that we cannot seem to get other workstations
  32. >on the ethernet to be able to access w4efq via the slip interface on turing
  33. >*UNLESS* we specifically add a route to the workstation in particular
  34. >that says
  35. >route add 161.45.63.4 161.45.1.14 1
  36. >ie, w4efq is via gateway turing.  Then it works great!?!?  w4efq has no 
  37. >problem replying to say, 161.45.1.1, and 161.45.1.1 will reach w4efq as long as we manually add the route above.  what we want it to somehow have turing
  38. >be "listening" for w4efq's address and say "ah, i know what to do with
  39. >this one" and send it up the sl/ip line.  We don't want to have to go to 
  40. >each and every workstation and add routes by hand.  likewise, it seems to
  41. >me that one should not have to update every node in a network if you use
  42. >sl/ip to "bridge" another network in (as in my case); attaching it to just
  43. >one node in the main network (in my case, turing).  Maybe I am wrong.  :-)
  44. >I know I am confused!  :-)
  45.  
  46. 1)    a)    "OPTION GATEWAY" in your 3100's config file (don't know
  47.         if Ultrix supports this) and rebuild the kernel to allow
  48.         routing between subnets.
  49.     -OR-
  50.     b)    Get (and run) gated (from gatekeeper.dec.com, etc.).
  51.  
  52. 2)    a)    Subnet your wires to give a netmask of 255.255.255.0 (or
  53.         anything else you choose to get 161.45.63.x and 
  54.         161.45.1.x off the same wire.
  55.  
  56. 3)    a)    There is a default host doing the routing for 161.45.x.x;
  57.         tell IT the route to 161.45.63.x is through 161.45.1.14.
  58.         This will make the other hosts send packets to the
  59.         "unknown" 63 wire to the default hosts, which will
  60.         forward them to 161.45.1.14, which is your gateway to
  61.         the 161.45.63.x subnet.
  62.  
  63. 4)    a)    Default the routing for the NET 161.45.63.x to the slip
  64.         link; this will avoid a routing loop which you might
  65.         otherwise have if someone tries to talk to 161.45.63.9
  66.         (or some other nonexistant host) on the 63 net; you
  67.         don't want these packets going back to your default router
  68.         for the 161.45.x.x wire.  Alternately, self designate as
  69.         the 161.45.63.x router and specify a single host entry
  70.         for the SL/IP.
  71.  
  72. Topologically:
  73.  
  74.     161.45.x.x ----+------------------------+-------------
  75.     domain           |            |
  76.                |            |
  77.             default           161.45.1.x
  78.             domain             subnet (OPTIONAL)
  79.             router             router
  80.                         |
  81.                         |
  82.     161.45.1.x -----+-----------------------+-----
  83.     subnet        |
  84.             |
  85.         161.45.1.14 host /
  86.         161.45.63.x gateway
  87.             |
  88.             |
  89.     161.45.63.x ----+---------------+-----------------
  90.     gated                |
  91.     subnet            161.45.63.4
  92.     (SINGLE ADDR)        SL/IP host
  93.  
  94. This basically works for us (with gated) using a MVAX II w/Ultrix.
  95.  
  96.  
  97.                     Terry Lambert
  98.                     terry@icarus.weber.edu
  99.                     terry_lambert@novell.com
  100. ---
  101. Any opinions in this posting are my own and not those of my present
  102. or previous employers.
  103. -- 
  104. -------------------------------------------------------------------------------
  105.                                         "I have an 8 user poetic license" - me
  106.  Get the 386bsd FAQ from agate.berkeley.edu:/pub/386BSD/386bsd-0.1/unofficial
  107. -------------------------------------------------------------------------------
  108.