home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / TOOLS / DIALIP / DEBUG1.TXT next >
Text File  |  1997-02-27  |  1KB  |  25 lines

  1. Speeding up the get mail process:
  2. =================================
  3.  
  4. In the file  x:\mptn\etc\hosts
  5. you should have at least one entry; the IP address of your machine.
  6. Unless you are connecting to some kind of network you can make up a 
  7. number like the following:
  8.  
  9. 192.9.200.1    stanhome stanhome.towianski.agn.net                               
  10.  
  11. --------------------
  12. You want at least this one line in this file.
  13. The important field I added to get the speed is the 'stanhome.towianski.agn.net'
  14. after the 'stanhome'.  In your case stanhome would be the hostname you 
  15. gave your machine.  This is done thru tcpcfg.  To find out what it is
  16. now type 'set hostname' put that in place of stanhome (both places).
  17. Now instead of .towianski.agn.net you want to put the domain name your
  18. ISP gave you to use.  If you are using Advantis this would probably be '.ibm.net'
  19.  
  20. Your IP address you also set in tcpcfg.  Therefore your line in 
  21. x:\mptn\etc\hosts would be something like:
  22.  
  23. 192.9.200.1        mikespc  mikespc.ibm.net
  24.  
  25.