# /etc/net/bootptab: database for bootp server (/usr/net/in.bootpd) # Last update Mon 11/7/88 18:03 # Blank lines and lines beginning with '#' are ignored. # # Legend: # # first field -- hostname # (may be full domain name and probably should be) # # hd -- home directory # bf -- bootfile # cs -- cookie servers # ds -- domain name servers # gw -- gateways # ha -- hardware address # ht -- hardware type # im -- impress servers # ip -- host IP address # lg -- log servers # lp -- LPR servers # ns -- IEN-116 name servers # rl -- resource location protocol servers # sm -- subnet mask # tc -- template host (points to similar host entry) # to -- time offset (seconds) # ts -- time servers # dl -- dynamic lease # # Be careful about including backslashes where they're needed. Weird (bad) # things can happen when a backslash is omitted where one is intended. # # First, define a global entry which specifies the stuff every host uses. # NOTE: THE VALUES BELOW ARE MEANT AS AN EXAMPLE! .default:hd=/tmp:\ :ht=ether:\ :bf=null:\ :ds=140.150.10.4:\ :sm=255.255.255.0:\ :to=-7200: # Define all individual entries. # hostname:ht=1:ha=ether_addr_in_hex:ip=ip_addr_in_dec:tc=allhost: # .dynamic-1:ip=192.168.2.100:T254=0x14:T250="ds=192.168.2.1": ws1:ha=00609781AFF9:ip=140.150.10.110:tc=.default:gw=140.150.10.210: ws2:ha=0080AD05354E:ip=140.150.10.120:tc=.default:gw=140.150.10.220: ws3:ha=0020AF4ADDFB:ip=140.150.10.130:tc=.default:gw=140.150.10.230: ws4:ha=006008191A1B:ip=140.150.10.140:tc=.default:gw=140.150.10.240: ws5:ha=006008191A2D:ip=140.150.10.150:tc=.default:gw=140.150.10.250: