source: trunk/debathena/scripts/installer/pxe/karmic/debathena-karmic/athena/masks @ 23480

Revision 23480, 2.7 KB checked in by amb, 16 years ago (diff)
The set of installer scripts and related material served by athena10.mit.edu which are invoked by MIT's PXE server.
Line 
1# $Id: masks,v 1.7 2004/03/20 11:38:17 zacheiss Exp $
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
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# At least parts of 18.7.1 are being used as /30s for servers that
29# don't like to have their IP address changed.
30# Bits of LCS also have a 24-bit netmask, according to
31# wollman@lcs.mit.edu, 1/12/98.
32# 18.101 is being used for IS internal experiments, with a 28 bit netmask.
3318.7.1.0        24      30
3418.7.0.0        16      24
3518.24.0.0       16      24
3618.26.0.0       16      24
3718.101.0.0      16      28
3818.0.0.0        8       16
39
40# WHOI has a class B subnetted to 22 bits.  128.128.16 has a funny
41# gateway address.
42128.128.16.0    22      22      128.128.16.7
43128.128.0.0     16      22
44
45# More AI Lab configuration, from foley, 1/24/03
46128.52.29.0     24      24      128.52.29.10
47# AI lab configuration, from bruce@ai.mit.edu, 1/12/98
48128.52.32.0     24      24      128.52.32.10
49128.52.37.0     24      24      128.52.37.10
50128.52.38.0     24      24      128.52.38.10
51128.52.39.0     24      24      128.52.39.10
52128.52.54.0     24      24      128.52.54.10
53
54# Stata Center configuration, see http://tig.csail.mit.edu/stata-net.html
55128.30.0.0      25      25
56128.30.0.192    27      27
57128.30.0.244    30      30
58128.30.0.248    30      30
59128.30.0.252    30      30
60128.30.2.0      24      24
61128.30.3.0      24      24
62128.30.4.0      23      23
63128.30.6.0      23      23
64128.30.16.0     20      24
65128.30.32.0     22      22
66128.30.36.0     24      24
67128.30.40.0     22      22
68128.30.44.0     24      24
69128.30.48.0     22      22
70128.30.52.0     22      22
71128.30.56.0     22      22
72128.30.60.0     24      24
73128.30.64.0     22      22
74128.30.72.0     22      22
75128.30.76.0     22      22
76128.30.80.0     22      22
77128.30.84.0     24      24
78128.30.86.0     24      24
79128.30.88.0     22      22
80128.30.92.0     24      24
81128.30.96.0     22      22
82128.30.100.0    24      24
83128.30.104.0    22      22
84128.30.108.0    24      24
85128.31.0.0      24      24
86128.31.1.0      24      24
87128.31.4.0      22      22
88128.31.8.0      22      22
89128.31.16.0     24      24
90192.12.11.0     24      24
Note: See TracBrowser for help on using the repository browser.