home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / sysadmin / dns / config.stm next >
Encoding:
Text File  |  2001-07-24  |  2.4 KB  |  73 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. <TITLE>DNS Server/Proxy Configuration</TITLE>
  6. </HEAD>
  7. <BODY bgcolor=#ffffff>
  8. <A HREF="/sysadmin/index.stm" TARGET=_top>
  9. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  10. <CENTER><FONT SIZE=6>DNS Server/Proxy Configuration</FONT>
  11. <BR>
  12. <I>Changes don't take effect until system restart.  You must restart the
  13. server before making any other configuration changes or the changes you
  14. make below will be overwritten.</I>
  15. <HR>
  16. </CENTER>
  17. <FORM METHOD=POST ACTION="/session/sysconfig" TARGET=_top>
  18. <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/index.stm">
  19.  
  20. <TABLE border=0 cellspacing=20>
  21.  
  22. <TR valign=top><TD width=20%><FONT SIZE=+1>DNS <I>hosts</I> file</FONT>
  23. <P>
  24. <INPUT TYPE=text NAME="dnshosts" VALUE="<RCEdnshosts>" SIZE=40 MAXSIZE=255>
  25. </TD>
  26. <TD>The location of the <I>hosts</I> file which will be used to serve
  27. A-Record requests to the DNS server.  The path is relative to 
  28. '<RCErootdir>/config' unless a drive is given (i.e. c:\winnt\hosts).
  29. If blank, or if the file does not exist, all requests will be forwarded 
  30. to the Primary DNS server.
  31. </TD></TR>
  32.  
  33. <TR valign=top><TD width=20%><FONT SIZE=+1>Forward DNS Requests</FONT>
  34. <P>
  35. <INPUT TYPE=radio NAME="forwarddns" VALUE="true" <RCif RCEforwarddns = true> CHECKED<RCendif>>
  36. <B>Yes</B><BR>
  37. <INPUT TYPE=radio NAME="forwarddns" VALUE="false" <RCif RCEforwarddns = false> CHECKED<RCendif>>
  38. <B>No</B><BR>
  39. </TD>
  40. <TD>Forward unknown DNS requests (those not found in the <I>hosts</I> file
  41. configured above) to the Primary DNS Server.
  42. </TD></TR>
  43.  
  44. <TR valign=top><TD width=20%><FONT SIZE=+1>Primary DNS Server</FONT>
  45. <P>
  46. <INPUT TYPE=text NAME="dnsprimary" VALUE="<RCEdnsprimary>" SIZE=30 MAXSIZE=40>
  47. </TD>
  48. <TD>The <B>IP address</B> of the DNS Server that the Sambar Server will use
  49. when "forwarding" requests.  
  50. </TD></TR>
  51.  
  52. <TR valign=top><TD width=20%><FONT SIZE=+1>Secondary DNS Server</FONT>
  53. <P>
  54. <INPUT TYPE=text NAME="dnssecondary" VALUE="<RCEdnssecondary>" SIZE=30 MAXSIZE=40>
  55. </TD>
  56. <TD>The <B>IP address</B> of the secondary DNS Server that the Sambar Server 
  57. will use when "forwarding" requests.  
  58. </TD></TR>
  59.  
  60. </TABLE>
  61. <P>
  62. <CENTER>
  63. <HR>
  64. <INPUT TYPE=submit VALUE="Update Server Configuration">
  65. </FORM>
  66. <P>
  67. <HR>
  68. </CENTER>
  69. <BR>
  70. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  71. </BODY>
  72. </HTML>
  73.