help.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <title>
  7. GnuDIP Release 2.3.5++ - Overview for End Users
  8. </title>
  9. <base target="_blank">
  10. </head>
  11. <body bgcolor=white>
  12. <table><tr valign=middle><td>
  13. <img align=middle src="gnudip.jpg" alt="GnuDIP Logo" border=0 height=60 width=113>
  14. </td><td>
  15. <h1>GnuDIP Release 2.3.5++ - Overview for End Users</h1>
  16. </table>
  17. <hr>
  18. <p>
  19. This is release 2.3.5++ of the GnuDIP Web Interface.
  20. <p>
  21. The GnuDIP software implements a Dynamic IP DNS service.
  22. It provides clients with a static DNS name even if
  23. their IP address is dynamically assigned.
  24. <p>
  25. At the time of writing, this software may be obtained from
  26. <a href="http://gnudip2.sourceforge.net/">SourceForge</a>.
  27. <p><hr>
  28. <blockquote>
  29. <p>
  30. For the most part, the GnuDIP Web Interface is self-explanatory. Only a few
  31. points are discussed here.
  32. </blockquote>
  33. <h3>The "Login" Page</h3>
  34. <blockquote>
  35. <p>
  36. If there is no "Self Register" button, the site operator has chosen not to
  37. provide this capability.
  38. </blockquote>
  39. <h3>The "Self Registration" Page</h3>
  40. <blockquote>
  41. <p>
  42. A GnuDIP site may provide an alternative "Self Registration"
  43. page. The following description is for the standard GnuDIP page.
  44. <p>
  45. You must choose a domain from the list. The host name you enter will
  46. be within that domain. Your fully qualified domain name (FQDN)
  47. will be "Hostname.Domain".
  48. </blockquote>
  49. <h3>The "User Options" Page</h3>
  50. <blockquote>
  51. <p>
  52. The button labeled "Set Quick Login URL" can be used to
  53. create a new Internet Explorer "favorite", Netscape "bookmark" or
  54. Windows "desktop short cut icon" that will allow you to go directly to the
  55. User Options page without logging in to the GnuDIP Web Interface.
  56. </blockquote>
  57. <h3>The "Current Settings" Page</h3>
  58. <blockquote>
  59. <blockquote>
  60. <p>
  61. If any of the three items below are not present, the site operator has
  62. chosen not to provide this capability.
  63. </blockquote>
  64. <dl>
  65. <dt>
  66. Wild Card
  67. <dd>
  68. A user may select the option to have a <b>wildcard DNS CNAME zone record</b> for their domain.
  69. So for example they may put "<code>www.</code>" in front of their domain name and have this
  70. resolve to the same IP address.
  71. <p>
  72. <dt>
  73. Mail Exchanger
  74. <dd>
  75. A user may specify a domain to use as a <b>mail exchanger on a DNS MX zone record</b>.
  76. Mail Transfer Agents (MTA-s) will send E-mail for the user's domain to the mail exchanger
  77. domain host rather than the user's domain host. The user must make arrangements for the
  78. mail to be accepted there.
  79. <p>
  80. <dt>
  81. Backup Mail Exchanger
  82. <dd>
  83. A user may specify that the <b>mail exchanger is only for backup</b> use. Another MX record with
  84. higher priority pointing at the user's domain host will be added. MTA-s will attempt to use the
  85. higher priority MX record first. If the user's domain host does not respond, the MTA will send to
  86. the mail exchanger host.
  87. </dl>
  88. </blockquote>
  89. <p><hr>
  90. <h3>
  91. Having Your Own Domain Name with a Dynamic IP Address
  92. </h3>
  93. <blockquote>
  94. See <a href="owndomain.html">owndomain.html</a>.
  95. </blockquote>
  96. <p><hr>
  97. <h3>
  98. GnuDIP Client Software
  99. </h3>
  100. <blockquote>
  101. See <a href="clients.html">clients.html</a>.
  102. </blockquote>
  103. <p><hr>
  104. </body>
  105. </html>