# # File name: NETMASKS. # Product: HP TCP/IP Services for OpenVMS # Version: V5.7-13 # # © Copyright 1976, 2009 Hewlett-Packard Development Company, L.P. # # DESCRIPTION: # # Network masks. This file is only needed on those platforms # which don't provide a netmasks database, either as a text # file or as a map (NIS, NIS+, .. whatever). # # This file should contain an entry for each network for which # the netmasks is other than the standard A,B or C mask. Each # entry has two fields: the network and the mask. The network # must be written with trailing zeros: e.g For net 192.1.1 # you do not enter # # 192.1.1 # # but # # 192.1.1.0 # # # This file also supports variable subnetting: i.e. if each # subnetted net can in turn be subnetted with a variable # mask then the subnets can also appear on the LHS. Thus # # 192.1.1.0 255.255.255.224 # 192.1.1.96 255.255.255.240 # # Network netmask