home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / novell / 11061 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.2 KB  |  38 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!spool.mu.edu!sgiblab!newsun!db!mcollins
  3. From: mcollins@db (Marty Collins)
  4. Subject: Re: Can I bind ip to a class C *subnet*? (faq?)
  5. Message-ID: <1993Jan4.172220.27748@novell.com>
  6. Sender: news@novell.com (The Netnews Manager)
  7. Nntp-Posting-Host: db.sjf.novell.com
  8. Organization: Novell, Inc.
  9. X-Newsreader: Tin 1.1 PL4
  10. References: <1993Jan2.025704.5232@athena.mit.edu>
  11. Date: Mon, 4 Jan 1993 17:22:20 GMT
  12. Lines: 24
  13.  
  14. vikki@e40-008-7.MIT.EDU (Vikki King) writes:
  15. : Hi:
  16. :     I just tried to do the following:
  17. :         bind ip to ne3200 addr=192.233.25.15 mask=255.255.255.192
  18. THe problem is that when subnetting you can not assign an address to a host
  19. such that the subnet number is all one's or all zero's in binary.
  20.  
  21. You have decided to use a subnet number of 192 which is 1100 0000 in binary.
  22. This would yield the following:
  23.  
  24.     00 0-64
  25.     01 65-127
  26.     10 128-195
  27.     11 196-255
  28.  
  29. Now the first and last of these choices is invalid so you have to throw
  30. them out. You are using the address 192.233.25.15 which is in that first 
  31. throw out range. Shift down one range and use numbers in that range for
  32. one subnet and the next range for you second subnet.
  33.  
  34.