# # diphosts This file describes a number of name-to-address # mappings for the DIP program. It is used to determine # which host IP address to use for in incoming call of # some user. # # Version: @(#)diphosts 1.10 07/20/93 # # Author: Fred N. van Kempen, # # From the dip-3.3.7i-uri README: # # IMPORTANT! From now on, the FORMAT OF /ETC/DIPHOSTS file # is CHANGED!! Two new fields are added, they are: # - local IP address (or hostname) # - local netmask # # So from now on, /etc/diphosts will look like: # # user : password : remote host : local host : netmask : comments : protocol,MTU # # # Fields "local host" and "netmask" can be empty, but THEY MUST BE # THERE! Example: # # fool::makaka:::Silly DIP client:SLIP,296 # smart::ass:istant:255.255.0.0:CSLIP,296 # great:s/key:ass:istant:255.255.0.0:CSLIP,296 # # Also, please DON'T pester Fred van Kempen with questions about # this version of DIP, OK? # End of diphosts.