[14757] | 1 | # $Id: masks,v 1.4 2000-05-18 22:18:54 jweiss Exp $ |
---|
[10964] | 2 | |
---|
| 3 | # This file specifies the netmasks for each network supported by the |
---|
| 4 | # Athena environment. The format for lines in the file is: |
---|
| 5 | # |
---|
| 6 | # address significant-bits netmask-bits [gateway] |
---|
| 7 | # |
---|
| 8 | # The number of netmask bits for a given IP address is the value of |
---|
| 9 | # <netmask-bits> on the first line for which <address> matches the |
---|
| 10 | # first <significant-bits> bits of the given address. If a gateway |
---|
| 11 | # is not given, the gateway is assumed to be one greater than the |
---|
| 12 | # network address. |
---|
| 13 | # |
---|
| 14 | # The contents of this file are maintained by Athena release |
---|
| 15 | # engineering. If you edit this file on your workstation, it will be |
---|
| 16 | # replaced at the next update and your changes will be lost. If you |
---|
| 17 | # have local changes to make, create or add to |
---|
| 18 | # /etc/athena/masks.local, which has the same file format as this |
---|
| 19 | # file. Entries in /etc/athena/masks.local take precedence over |
---|
| 20 | # entries in this file. |
---|
| 21 | # |
---|
| 22 | # The shell script /etc/athena/netparams uses this file to compute the |
---|
| 23 | # network, broadcast, and gateway address for a given IP address. See |
---|
| 24 | # the comments at the top of that file for usage information. |
---|
| 25 | |
---|
[14757] | 26 | # Most MITnet addresses begin with "18" and have a 16-bit netmask. |
---|
| 27 | # 18.7 is being used in IS machine rooms with a 24-bit netmask. |
---|
| 28 | # Bits of LCS also have a 24-bit netmask, according to |
---|
| 29 | # wollman@lcs.mit.edu, 1/12/98. |
---|
| 30 | # 18.101 is being used for IS internal experiments, with a 28 bit netmask. |
---|
| 31 | 18.7.0.0 16 24 |
---|
[11158] | 32 | 18.24.0.0 16 24 |
---|
| 33 | 18.26.0.0 16 24 |
---|
[14153] | 34 | 18.101.0.0 16 28 |
---|
[10964] | 35 | 18.0.0.0 8 16 |
---|
| 36 | |
---|
| 37 | # WHOI has a class B subnetted to 22 bits. 128.128.16 has a funny |
---|
| 38 | # gateway address. |
---|
| 39 | 128.128.16.0 22 22 128.128.16.7 |
---|
| 40 | 128.128.0.0 16 22 |
---|
[11158] | 41 | |
---|
| 42 | # AI lab configuration, from bruce@ai.mit.edu, 1/12/98 |
---|
| 43 | 128.52.32.0 24 24 128.52.32.10 |
---|
| 44 | 128.52.37.0 24 24 128.52.37.10 |
---|
| 45 | 128.52.38.0 24 24 128.52.38.10 |
---|
| 46 | 128.52.39.0 24 24 128.52.39.10 |
---|
| 47 | 128.52.54.0 24 24 128.52.54.10 |
---|