templates 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Template: pptpd/localip
  2. Type: string
  3. _Description: Local IP address of the virtual connections
  4. Specify the local IP address for the virtual connections.
  5. .
  6. Please note that any address works as long as the local machine takes care
  7. of the routing. But if you want to use MS-Windows networking, you should
  8. use an IP address out of the LAN address space.
  9. .
  10. You can give only one address or you can give multiple addresses if you
  11. want to, although they are really not needed. Multiple addresses can be
  12. given as either "10.0.0.1,10.0.0.2,10.0.0.3" or "10.0.0.1-3". No spaces
  13. should be used between commas or within addresses.
  14. Template: pptpd/remoteip
  15. Type: string
  16. _Description: A list of remote IP addresses for the virtual connections.
  17. Specify the remote IP addresses for the virtual connections.
  18. .
  19. Please note that any addresses work as long as the local machine takes
  20. care of the routing. But if you want to use MS-Windows networking, you
  21. should use IP addresses out of the LAN address space.
  22. .
  23. You have to give one address for every concurrent connection. This will
  24. depend on how many clients you expect to be online at the same time.
  25. Multiple addresses can be given as either "10.0.0.1,10.0.0.2,10.0.0.3" or
  26. "10.0.0.1-3". No spaces should be used between commas or within addresses.
  27. Template: pptpd/netmask
  28. Type: string
  29. _Description: Netmask used for virtual connections.
  30. If you use IP addresses from the LAN address space, please use the same
  31. netmask as on your LAN.
  32. Template: pptpd/wins
  33. Type: string
  34. _Description: IP address of your WINS server.
  35. A WINS server is used for browsing available Computers in MS-Windows
  36. networking. This address is transmitted to the clients,
  37. Template: pptpd/dns
  38. Type: string
  39. _Description: IP address of your DNS server.
  40. This address is transmitted to the clients.
  41. Template: pptpd/mppe
  42. Type: boolean
  43. Default: true
  44. _Description: Do you want to use MPPE data encryption ?
  45. The recommended way is to use the data encryption as it is one of the main
  46. benefits of a VPN. When you want to use MPPE (Microsoft Point-to-Point
  47. Encryption), you also have to use CHAPMSv2 for authentication. . Note
  48. that you have to install the modified ppp packages if you want to use this
  49. data encryption.
  50. Template: pptpd/no-mppe
  51. Type: note
  52. _Description: Warning: data encryption is disabled.
  53. All data transferred between the local network and the client will be
  54. transmitted without encryption ! This is a security hole.
  55. .
  56. You have been warned. Now you loose your product warranty :)
  57. Template: pptpd/authentication
  58. Type: select
  59. _Choices: pap, chap, chapms, chapms-v2
  60. Default: chap
  61. _Description: Which authentication method do you want to use ?
  62. Possible authentication methods are: - PAP - CHAP - CHAP with Microsoft
  63. extensions - CHAP with Microsoft extensions v2
  64. .
  65. The recommended authentication method is one of the CHAP methods. However,
  66. you have to use a separate database (/etc/ppp/chap-secrets) if you want to
  67. use these. If you use PAP, you can use the standard system passwords when
  68. the ppp-pam package is installed.