home *** CD-ROM | disk | FTP | other *** search
/ ftp.jcu.edu.au / 2014.06.ftp.jcu.edu.au.tar / ftp.jcu.edu.au / doc / ROUTEvsBRIDGE < prev   
Internet Message Format  |  1993-10-17  |  9KB

  1. From: Brad Cooper <ccbsc@jcu.edu.au>
  2. Subject: What to do when you move PCs onto "wrong" subnet?
  3. To: aarnet-contacts@aarnet.edu.au
  4.  
  5. At JCU I propose to install a 13-port router in the middle of our campus
  6. fibre optic backbone and create 13 IP subnets. We are a small campus and
  7. have survived very well without subnetting so far, but growth dictates
  8. that ITS TIME! (that sounds vaguely familiar).
  9.  
  10. That leads me to crossing a bridge (router in this case) that I'm sure most
  11. aarnet-contacts have already crossed and so I ask for advice that may
  12. save me falling off the bridge (router).
  13.  
  14. How do you cater for the problem created by machines getting smaller and
  15. more mobile (laptops) whereby a user at work is in one building on one
  16. subnet with the appropriate subnet address and then he/she takes the PC to
  17. a different building in a different subnet or perhaps dials in on a SLIP
  18. line to the modem bank which is in yet another subnet?
  19.  
  20. Do others see this as a problem? If so, how do you deal with it? If not,
  21. how do you deal with it? Also, if it is a problem, is the new Dynamic Host
  22. Configuration Protocol (DHCP) designed to address this? I know DHCP is
  23. designed to allow hosts to acquire their IP addresses from a server
  24. database, but that is all I currently know about it. 
  25.  
  26. Any help/advice/suggestions most welcome.
  27.  
  28. Regards, Brad Cooper        Internet:Brad.Cooper@jcu.edu.au
  29. Manager, Networking & Systems    Phone:+61 77 814245
  30. Computer Centre              Fax:+61 77 796371
  31. James Cook University
  32. Townsville, QLD
  33. Australia 4811
  34.  
  35.  
  36. ANSWERS THAT AARNET CONTACTS SENT IN FOLLOW:
  37.  
  38. From: C.Chaundy@its.unimelb.edu.au
  39. ==================================
  40.  
  41. BOOTP and RARP servers on the local networks may be of some help here, and
  42. SLIP servers sometimes have dynamic IP number assignment capabilities.
  43.  
  44. Regards, Chris Chaundy (Technical Manager, Networks)
  45.  
  46. Information Technology Services, Thomas Cherry Building,
  47. The University of Melbourne, Parkville, Victoria 3052 Australia
  48. Phone:    +61 3 344 7045                Fax:   +61 3 347 4803
  49. Internet: C.Chaundy@its.unimelb.EDU.AU     (X.121 505233430003)
  50.  
  51. From: Peter Elford <pelford@cisco.com>
  52. ======================================
  53.  
  54. This is usually handled using
  55. dynamic address allocation from a server, typically using either
  56. RARP or BOOTP. There ain't no other solution other than the various
  57. mobile host proposals around (such as VIP).
  58.  
  59. There is a very good article on DHCP in the August 1993 issue of Connexions
  60. (vol 7 no 8). All the draft documents are on munnari in the internet-drafts
  61. directory:
  62.  
  63. draft-ietf-dhc-between-bootp-03.txt.Z
  64. draft-ietf-dhc-bootp-01.txt.Z
  65. draft-ietf-dhc-bootp-02.txt.Z
  66. draft-ietf-dhc-options-03.txt.Z
  67. draft-ietf-dhc-options-04.txt.Z
  68. draft-ietf-dhc-protocol-06.ps.Z
  69. draft-ietf-dhc-protocol-06.txt.Z
  70. draft-ietf-dhc-protocol-07.txt.Z
  71.  
  72. Peter Elford
  73. Cisco Australia, Canberra
  74.  
  75. From: Alan Agnew <A.AGNEW@qut.edu.au>
  76. =====================================
  77.  
  78. Brad,
  79.  
  80. Moving machines are a problem.
  81.  
  82. We just give these folks more than 1 IP address.
  83.  
  84. Fortunately there are not many of them, and we don't provide a dial-up
  85. SLIP service.
  86.  
  87. I have heard that IETF are investigating the issue, I don't know
  88. wheather DHCP is the answer or not.
  89.  
  90. Alan Agnew
  91. QUT
  92.  
  93. From: Mark Prior <mrp@itd.adelaide.edu.au>
  94. ==========================================
  95.  
  96. We also use a single router on each campus as a hub. Although we
  97. haven't got any mobile hosts yet what we will try to do is have a
  98. machine running bootp on each subnet (that a mobile host may connect
  99. to) and configure it to supply the necessary configuration info (IP
  100. number, netmask, broadcast address, time servers, dns servers etc).
  101.  
  102. I think DHCP is a superset of the current bootp functionality but I'm
  103. not sure what has been added.
  104.  
  105. Mark.
  106.  
  107. From: Greg Watson <G.Watson@its.gu.edu.au>
  108. ==========================================
  109.  
  110. Peter writes...
  111.  
  112. > As you suggest in the next paragraph, this is usually handled using
  113. > dynamic address allocation from a server, typically using either
  114. > RARP or BOOTP. There ain't no other solution other than the various
  115. > mobile host proposals around (such as VIP).
  116. >  
  117. > > Do others see this as a problem? If so, how do you deal with it? If not,
  118. > > how do you deal with it? Also, if it is a problem, is the new Dynamic Host
  119. > > Configuration Protocol (DHCP) designed to address this? I know DHCP is
  120. > > designed to allow hosts to acquire their IP addresses from a server
  121. > > database, but that is all I currently know about it. 
  122. > > 
  123. > > Any help/advice/suggestions most welcome.
  124.  
  125. From personal experience, and in my opinion, any sort of dynamic IP address
  126. allocation is a bad idea from a security viewpoint. Unless you are able
  127. to identify a MAC address with an IP address and tie these both to a particular
  128. machine, trying to prove (in court especially) that a particular individual 
  129. was responsible for hacking activity can be a very difficult task. You will
  130. also run into problems if you have some sort of firewall protecting your
  131. admin systems. How are you going to identify a particular machine that you
  132. want to allow access to these systems?
  133.  
  134. Of course, none of this helps your original problem...
  135.  
  136. Just my $0.02 worth.
  137.  
  138. Greg
  139.  
  140. From: Rollo.Ross@unisa.edu.au
  141. =============================
  142.  
  143. Brad,
  144.  
  145. > At JCU I propose to install a 13-port router in the middle of our campus
  146. > fibre optic backbone and create 13 IP subnets. We are a small campus and
  147. > have survived very well without subnetting so far, but growth dictates
  148. > that ITS TIME! (that sounds vaguely familiar).
  149.     Why? What problem do you think it will solve (or prevent)?
  150.  
  151. > How do you cater for the problem created by machines getting smaller and
  152. > more mobile (laptops) whereby a user at work is in one building on one
  153. > subnet with the appropriate subnet address and then he/she takes the PC to
  154. > a different building in a different subnet 
  155.     I cater for it on this campus (1300 nodes) by having a multiport
  156. *bridge* in the middle of our campus network. After a careful study of the
  157. pros and cons, I couldn't find any real need to use subnetting within a 
  158. campus, and it clearly causes problems such as you've outlined. Yes, I know
  159. it's commonly done, but the reasons given for it are typically either
  160. motherhood ("Everyone does it that way") or plain wrong ("it cuts down the
  161. traffic", or "you'll drown in broadcast storms if you don't"). Not using 
  162. subnetting also cuts down on the effort required to support the network.
  163.  
  164.     This decision has been, er, controversial, but I haven't seen 
  165. anything yet to make me change my mind. 
  166.  
  167.                                         Rollo Ross
  168.  
  169. Info Technology,  University of South Australia, The Levels, SA 5095, Australia
  170. Ph +61 8 302 3158    Fax 302 3385   DTE 505282622004    Rollo.Ross@UniSA.Edu.Au
  171.  
  172. From: Simon Hackett <simon@internode.com.au>
  173. ============================================
  174.  
  175. >         I cater for it on this campus (1300 nodes) by having a multiport
  176. > *bridge* in the middle of our campus network. After a careful study of the
  177. > pros and cons, I couldn't find any real need to use subnetting within a 
  178. > campus, and it clearly causes problems such as you've outlined. Yes, I know
  179. > it's commonly done, but the reasons given for it are typically either
  180. > motherhood ("Everyone does it that way") or plain wrong ("it cuts down the
  181. > traffic", or "you'll drown in broadcast storms if you don't"). Not using 
  182. > subnetting also cuts down on the effort required to support the network.
  183. >         This decision has been, er, controversial, but I haven't seen 
  184. > anything yet to make me change my mind. 
  185. >                                             Rollo Ross
  186.  
  187. Well, I've certainly seen enough things that have made me decide that
  188. I prefer routing to bridging when the network starts to seriously
  189. grow. I think it's the right way to go, and it does protect you from a
  190. variety of problems that anyone on any of your cables can otherwise
  191. inflict upon the entire campus. But, as they say in the classics,
  192. "Your mileage may vary" :-)
  193.  
  194. Simon
  195.  
  196.  
  197. {------------------------------------------------}
  198. {  Simon Hackett,  Internode Systems Pty Ltd     }
  199. {  E-mail: simon@internode.com.au                }
  200. {  Phone: +61 8 373 1020  Fax: +61 8 373 4911    }
  201. {  Mail: PO Box 69, Daw Park, SA 5041 AUSTRALIA  }
  202. {------------------------------------------------}
  203.  
  204. From: Rollo.Ross@unisa.edu.au
  205.  
  206. Simon says (of routing versus bridging):
  207.  
  208. > I think it's the right way to go
  209.     Motherhood! Motherhood!
  210.  
  211. > it does protect you from a variety of problems that anyone on any of your
  212. > cables can otherwise inflict upon the entire campus. 
  213. > But, as they say in the classics, "Your mileage may vary" :-)
  214.     Yes, it's a balance between those potential problems (which we
  215. aren't experiencing) and the loss of flexibility, and the extra time 
  216. required to keep things working.
  217.  
  218.                                             Rollo Ross
  219.  
  220. Computer Centre,  University of South Australia, The Levels, SA 5095, Australia
  221. Ph +61 8 302 3158    Fax 302 3385   DTE 505282622004    Rollo.Ross@UniSA.Edu.Au
  222.  
  223.  
  224.