# # Sample Babaylon Config File # # Lines beginning with (#) are comments # # Basic format: # user:pass:site:loc_ip:rem_ip:mask:dns1:dns2:route:arp:class:port # # Typical Dial-out entry ##user:passwd:site::::::d::: # # It says: # For the site "site", authenticate with the user name "user" and the password # "passwd". Have the remote supply both my IP address and their IP address. We # wont supply the remote with DNS informtion, use the default netmask. Create # a default route to the remote and connect on any device class, any port. # # Typical Dial-In entry ##max:smart::192.0.0.1:192.0.0.56::192.0.0.254:192.0.0.253::d:scb: # # It says: # For the user max, the password must match "smart". The local IP address is # 192.0.0.1 and remote will be assigned 192.0.0.56. The remote will be assigned # the DNA servers 192.0.0.254 and 192.0.0.253 if they ask for them. A proxy ARP # entry will be made for the remote. Max can only connect on "scb" type ports. # # A default entry ##:::192.0.0.1:::192.0.0.254:192.0.0.253::d:: # # It says: # All following entries without the above fields filled-in will enherit the # following: Local IP is 192.0.0.1, DNS servers 192.0.0.254:192.0.0.253, proxy ARP. # # The dial-in config above, now with defaults ##max:smart:::192.0.0.56::::::scb: # # Note that the line above is identical to the first entry for "max" due to the # defaults. # # A compressed entry ##99:chief:::192.0.0.57 # # This entry is the same as for "max" above except that "99" can connect to any # type of port. Notice that trailing ":" tokens can be omitted. #