# # File name: DHCPCAP. # Product: HP TCP/IP Services for OpenVMS # Version: V5.7-13 # # © Copyright 1976, 2009 Hewlett-Packard Development Company, L.P. # # DESCRIPTION: # # This file is used by the server when running with the text # database. # Using the tc= capability to factor out identical data # from several entries. Multiple tc's permit as many # levels of indirection as desired. # Be careful about including backslashes where they're needed. # Strange things can happen otherwise. # The data which follows is for example only. You should delete # and add entries appropriate to configuration of your own # networks. # A global entry which everybody uses.. #.global:\ # :yd=alpha.beta.gamma.com:\ # :to=28800: # Next entries for each subnet. . . #subnet32:\ # :tc=.global:\ # :nw=192.1.1.32:\ # :gw=192.1.1.33:\ # :ba=192.1.1.63:\ # :lt=7200:t1=3600:t2=6300: #subnet64:\ # :tc=.global:\ # :nw=192.1.1.64:\ # :gw=192.1.1.65:\ # :ba=192.1.1.95:\ # :lt=1200:t1=600:t2=1050: # Individual entries... # An old-style BOOTP client with the ip address hard-wired. # This assumes that this BOOTP client will always be on # subnet 192.1.1.32 #.xterm:\# # :ht=1:ha=0a0b0c0d0e0f:\ # :ip=192.1.1.36:\ # :bf=mybootfile:\ # :sa=192.1.1.33:\ # :tc=.global: # A DHCP client. The lease time here (1day) overrides that specified in the # network entries #.xtermb:\ # :ht=1:ha=0a0b0c0d0e1f:\ # :lt=86400:\ # :tc=.global