home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / network / kali / wattcp.cfg < prev   
Text File  |  1995-07-05  |  1KB  |  22 lines

  1. ; These three items are required.  Notice that in all cases my_ip and
  2. ; gateway will have the first two numbers the same.  In most cases, the
  3. ; first three numbers will be the same.  If only the first two are the 
  4. ; same, the netmask is 255.255.0.0.  If the first three are the same,
  5. ; the netmask is probably 255.255.255.0.  If these values are incorrect
  6. ; Kali will not work.  
  7. ; If nothing else works and you want to try something desperate, try
  8. ; using a netmask of 0.0.0.0.  Kali will attempt to deliver all packets
  9. ; as if they were in the local domain (ignoring the gateway).  In many
  10. ; cases this will cause your gateway to see attempts to send to remote 
  11. ; addresses and forward them for you.  It won't work for everyone.  You
  12. ; still must have the ip# correct for this to work.
  13. my_ip = 
  14. netmask = 
  15. gateway = 
  16.  
  17. ; Kali won't use the nameserver, but other wattcp apps like ping will.
  18. nameserver = 
  19.  
  20. ; Use the following option only if using PPP (remove the semicolon to use).
  21. ; ppp = 1
  22.