home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ijfire14.zip / pppoe.cnf < prev    next >
Text File  |  2000-03-03  |  2KB  |  46 lines

  1. #-----------------------------------------------------------------------------
  2. # PPPOE.CNF
  3. #-----------------------------------------------------------------------------
  4. #
  5. # File.....:  PPPOE.CNF --> PPPoE Default values
  6. #
  7. # Location.:  Base directory of host application.
  8. #
  9. # Purpose..:  Define template, providing default values for PPPoE setup.
  10. #
  11. #             Values may be selectively overwritten by values found in the 
  12. #             matching file in the setup directory - /pppoe/pppoe.cnf
  13. #
  14. # Syntax...:  Records begin in first position of a line.
  15. #             Strings and IP addresses must be in quotes.
  16. #             Blank line(s) terminate a record.
  17. #             Commas should be used at the end of each record line.
  18. #             Lines starting with the '#' denote a comment - NOT in records.
  19. #
  20. # Help.....:  Product docs and the matching .dct file (for the tech. inclined).
  21. #
  22. # Errors...:  Written to 'PPPOE.TRC' in the base directory.
  23. #_____________________________________________________________________________
  24.  
  25. TEMPLATE        AC-Name    = "",
  26.             Service-Name = "",
  27.             User-Id    = "[user@isp.com]",
  28.             Password = "",
  29.             DNS-1 = "0.0.0.0",
  30.             DNS-2 = "0.0.0.0",
  31.             Domain-Name = "[domain.com]",
  32.             Local-IP = "0.0.0.0",
  33.             Peer-IP = "0.0.0.0",
  34.             Netmask = "255.255.255.0",
  35.             Restart-Timer = 300,
  36.             Restart-Timer-Aut = 1000,
  37.             PPP-MRU = 1492,
  38.             Default-Profile = No,
  39.             Connect = Manual,
  40.             Re-Connect = Auto,
  41.             Session-Timeout = 0,
  42.             Idle-Timeout = 0,
  43.             LCP-Echo = 10,
  44.             LCP-Consecutive-Errors = 3,
  45.             Trace = No,
  46.