Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

434 lines
12 KiB

  1. <!--The following was created with scratch HTML.-->
  2. <HTML>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
  4. <HEAD>
  5. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
  6. <TITLE>Routing and RAS</TITLE>
  7. <STYLE TYPE="text/css">
  8. /* Style sheet optimized for IE4x - Last updated 01/16/01 RWF */
  9. body { color: #000000;
  10. background: #FFFFFF;
  11. font-size: 70%;
  12. font-family: Verdana, Arial, Sans Serif;
  13. margin-left: 0em;
  14. padding-left: 1.5em; }
  15. a:link, a:visited { color: #0000FF; text-decoration:underline;}
  16. a:active, a:hover { color: #FF0000; cursor:hand; text-decoration:underline;}
  17. /* Puts a little more breathing room above related topics link. - AMS*/
  18. a.#reltopics { position:relative; top:1em; }
  19. h1
  20. { font-size: 125%;
  21. margin-bottom: .5em; clear:both; width: 85%; }
  22. h2
  23. { font-size: 110%;
  24. margin-top: 1.5em;
  25. margin-bottom: .5em; clear:both; }
  26. h3
  27. { font-size: 100%;
  28. margin-top: 1.2em;
  29. margin-bottom: .5em; clear:both; }
  30. h4
  31. { font-size: 100%;
  32. margin-top: 1.2em;
  33. margin-bottom: .5em; clear:both; }
  34. h5
  35. { font-size: 100%;
  36. margin-top: 1.2em;
  37. margin-bottom: .5em; clear:both; }
  38. p
  39. { margin-top: .6em;
  40. margin-bottom: .6em; }
  41. ol
  42. { margin-top: .5em;
  43. margin-bottom: 0em;
  44. margin-left: 2.1em;
  45. padding-left: 0em;
  46. margin-right:2.1em; }
  47. ul
  48. { margin-top: .6em;
  49. margin-bottom: 0em;
  50. list-style-type: disc;
  51. margin-left: 1.5em;
  52. padding-left: 0em;
  53. margin-right: 1.5em; }
  54. li
  55. { margin-bottom: .7em; clear:both; }
  56. dd
  57. { margin-bottom: 0em;
  58. margin-left: 1.5em; }
  59. /* for defined terms, follow the Document Conventions listing in the Microsoft Manual of Style: */
  60. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add font-weight: bold; to the dt tag */
  61. /* Variables, book titles, and placeholders the user must provide are italic--add font-style: italic; to the dt tag */
  62. /* pre-defined arguments are bold and italic--add font-weight: bold; and font-style: italic; to the dt tag */
  63. dt
  64. { margin-top: 1em; }
  65. pre
  66. { margin-top: .5em;
  67. margin-bottom: .5em; }
  68. code
  69. { font-family: Courier New;
  70. font-size: 1.1em; }
  71. table
  72. { font-size: 100%;
  73. margin-top: 1em;
  74. margin-bottom: 1em; }
  75. th
  76. { text-align: left;
  77. background: #DDDDDD;
  78. vertical-align: bottom;
  79. padding: .2em;
  80. padding-left: .45em;
  81. padding-right: .5em;}
  82. tr
  83. { vertical-align: top; }
  84. td
  85. { background: #EEEEEE;
  86. vertical-align: top;
  87. padding: .2em;
  88. padding-left: .45em;
  89. padding-right: .5em;}
  90. /**** extended class styles ************************/
  91. /* */
  92. /* add comment tags to disable the style */
  93. p.indent { margin-left: 1.3em; } /* used to indent text for notes and warnings; use this instead of the blockquote tag */
  94. p.indent2 { margin-left: 3.5em; } /* used to indent text a second level under the first indent */
  95. P.indentGray { color: #666666; } /* used in quad-method procedures */
  96. p.procLabel { font-size: 100%;
  97. font-weight: bold; clear: both; width: 85%; margin-top: 2em; }
  98. p.uatshoot { font-weight: bold; margin-bottom: -.5em; margin-top: 1em; }
  99. /***********************************************/
  100. /* these class styles are used for the expanding and collapsing text files (expand function in shared.js) */
  101. #expand {margin-bottom: 0.6em; margin-left: 0em; margin-right: 0em;}
  102. a:link.expandToggle, a:visited.expandToggle {color:#000000; font-weight: bold; text-decoration:none;}
  103. a:hover.expandToggle, a:active.expandToggle {color:#0000FF;}
  104. img.expand { border: none; margin-right: 0.5em; width:.8em;}
  105. div.expand { margin-left: 1.5em; margin-right: 1.5em;margin-bottom: 1em; display:none;}
  106. /***********************************************/
  107. /* this class for expand collapse appearing in a table */
  108. table.uatshoot {background-color: #FFFFFF; width: 90%; }
  109. table.uatshoot td { padding: 0px 0px 0px 5px; }
  110. a:link.uatshoot, a:visited.uatshoot {color:#000000; font-weight: normal; text-decoration:none;}
  111. a:hover.uatshoot, a:active.uatshoot {color:#0000FF; text-decoration: none; }
  112. /*******************************************/
  113. /* these classes are for thumbnail art */
  114. a:link img.thumbnail {border-color: #0000FF;}
  115. a:active img.thumbnail { border-color: #FF0000;}
  116. a:hover img.thumbnail {border-color: #FF0000;}
  117. img.thumbnail {vertical-align: top; margin-left: 0;
  118. width:90; border-width:1;}
  119. div.thumbnail {float:left; width: 105; margin-top: 1em; margin-bottom: -0.3em;
  120. clear: both; }
  121. /*********************************************/
  122. /* this class style is used for the navigation tree in MMC */
  123. p.navTree { margin-top: .2em; }
  124. ul.navTree { list-style-type: none; }
  125. li.branch { margin-top: -.5em; margin-bottom: .6em;}
  126. a.where {} /* use for the expand <a> tag */
  127. /***************************************************************/
  128. /* these class styles are used for <span> tags simulating buttons & their div */
  129. #buttonMenu { padding: 0.5em 0.3em 0.1em 0.3em;
  130. padding-left:6px;
  131. border-bottom: thin solid #999999;
  132. background: #BBBBBB;
  133. vertical-align:top;
  134. z-index:2;
  135. visibility:visible;
  136. left:0; top:0;
  137. text-align:left;
  138. margin:0 1em 0 0;
  139. position:absolute;
  140. width: 100%;
  141. }
  142. a:link.button, a:visited.button, span.button {
  143. border-top-color: #EEEEEE ;
  144. border-left-color: #EEEEEE ;
  145. border-bottom-color: #666666 ;
  146. border-right-color: #666666 ;
  147. background-color: #DDDDDD ;
  148. color:#0000FF;
  149. text-decoration: none;
  150. text-align: center;
  151. font-weight: bold ;
  152. height:1.5em; width:17px; cursor:hand;
  153. border-style: solid; border-width: 1;
  154. }
  155. a:active.button, a:hover.button {
  156. border-top-color: #666666 ;
  157. border-left-color: #666666 ;
  158. border-bottom-color: #EEEEEE ;
  159. border-right-color: #EEEEEE;
  160. background-color: #FFFFFF;
  161. text-decoration: none;
  162. text-align: center;
  163. font-weight: bold ;
  164. height:1.5em; width:17px; cursor:hand;
  165. border-style: solid; border-width: 1;
  166. }
  167. /* The following span is used to display
  168. items that have no entries - AMS */
  169. span.buttoninactive {background: #C0C0C0;
  170. border: 1 solid #eeeeee;
  171. height: 1.4em;
  172. width: 1.4em;
  173. text-align: center;
  174. font-weight: bold;
  175. color: #808080;
  176. vertical-align:top;
  177. cursor: default;
  178. }
  179. #list { padding:.4em 0.3em 100% 0.3em;
  180. overflow:auto;
  181. line-height:0.4em;
  182. height:100%; width: 100%;
  183. z-index:1;
  184. left:0; top:0;
  185. text-align:left;
  186. margin:0;
  187. position:absolute;
  188. margin-left:1em; line-height:100%;
  189. }
  190. p.marker { font-weight:bold;
  191. margin-top: 2em;
  192. color:#000000;
  193. font-size:110%;
  194. }
  195. /************************************************/
  196. /* class styles reserved for mouseover/mouseout DHTML */
  197. .cold {}
  198. .hot {}
  199. /**********************************************************************/
  200. /* ID styles reserved for <a> tags calling OCX's within HTML Help by creating OBJECTS */
  201. #wPopup {}
  202. a:link#wPopup, a:visited#wPopup {color: #006600;}
  203. a:hover#wPopup, a:active#wPopup {color: #FF0000;}
  204. img.popup {border: none; margin-right: 0.5em; vertical-align:middle;}
  205. #shortcut {}
  206. img.shortcut {border: none; margin-right: 0.5em; vertical-align:middle;}
  207. #specLoc {}
  208. #altLoc {}
  209. p.note,p.tip, p.important, p.caution, p.warning
  210. { font-weight:bold; clear:both;
  211. margin-top:1em;
  212. margin-bottom:-.25em; }
  213. img.alert {border:none;} /* for icon images - note, tip, important, caution, warning*/
  214. /************************************************/
  215. /* styles used to modify the appearance of XML popups */
  216. DIV.XMLPopup { height: 100%; width: 100%; border: solid; border-width:1px; background-color: #FFFFCC; }
  217. DIV.PopTerm { font-weight: bold; margin-left: 1em; margin-top: .75em; margin-right: 1em; }
  218. DIV.PopDef { line-height: 1.25em; margin-left: 1em; margin-top: .25em;
  219. margin-right: 1em; margin-bottom: 1em; }
  220. DIV.PopSeeAlso { margin-left: 0em; margin-top: .5em; margin-right: 1em; margin-bottom: 1.25em; }
  221. DIV.PopDef UL { margin-left: 1.45em; line-height: 1.25em; }
  222. /************************************************/
  223. /* Styles for listed-out/hard-coded links for Related Topics with page GIF */
  224. p.#relTopics { font-weight:bold; margin-top: 2em;}
  225. img.relTopics { border: none; }
  226. p.relTopics { margin-left: 1.5em; margin-top: -1.7em; margin-bottom: .5em;}
  227. /***********************************/
  228. /* Style for print only functionality used with external URL link coUA_print.css*/
  229. span.printonly {display:none }
  230. /***********************************/
  231. /* Styles for checklists */
  232. .userData {behavior:url(#default#userdata); } /*sets persistance*/
  233. #checklist {width:100%; text-align:left; margin:0.3em 0em;}
  234. #checklist li {text-indent:0.2em;}
  235. /*********************************/
  236. /* these classes are for previous next navigation */
  237. a:hover.navbar, a:active.navbar {} /* text in nav */
  238. a:link.navbar, a:visited.navbar {}
  239. #nav { left:0; top:0px;
  240. text-align:left;
  241. margin:0;
  242. position:absolute;
  243. padding-bottom: 1px; padding-top: 3px;
  244. padding-right:6px; padding-left:5px;
  245. align:top;
  246. visibility:hidden;
  247. z-index:1; }
  248. #text { left:0; top:0px;
  249. /*text-align:left;*/ /*Commented out because it was causing a problem with BI-DI. Remove style if no ill effects are found from commenting it out. - 5/28/99 AMS */
  250. margin:0;
  251. position:absolute;
  252. padding:10px;
  253. overflow:auto;
  254. height:100%;
  255. z-index:1;
  256. background-repeat:no-repeat;
  257. background-position: bottom right;
  258. background-attachment:fixed; }
  259. /***************************************************/
  260. /* STYLES USED IN THE WEB DELIVERABLE ONLY */
  261. /***********************************/
  262. /* links */
  263. #wPopupWeb {}
  264. a:link#wPopupWeb {color: #006600;}
  265. a:hover#wPopupWeb {color: #FF0000;}
  266. a:active#wPopupWeb {color: #FF0000;}
  267. a:visited#wPopupWeb {color: #006600;}
  268. #shortcutWeb {}
  269. #specLocWeb {}
  270. #relTopicsWeb {}
  271. #altLocWeb {}
  272. /***********************************/
  273. /* popups */
  274. div.popup { visibility:hidden; z-index:3;
  275. position:absolute;
  276. top:200; left:200;
  277. width:250; padding:6px;
  278. background-color:#FFFFCC;
  279. border-style: solid;
  280. border-width: 1;
  281. border-color: #666666;
  282. }
  283. /***********************************/
  284. /* Added the following DIV 12/20/00 to incorporate branding GIF (currently Windows Flag) to designate material in HSS as Microsoft (as opposed to OEM material. This style also required WIDTH tags on H1 and WIDTH and Margin-Top tags on P.Proclabel. - AMS*/
  285. DIV.UAbrand { direction: RTL; margin-top:-.25em; margin-right: -.25em; margin-bottom: -3em; }
  286. </STYLE>
  287. <script language=javascript>
  288. function OnClickHelp( sURL)
  289. {
  290. window.showHelp(sURL);
  291. }
  292. </script>
  293. </HEAD>
  294. <BODY>
  295. <H1><ID id="IDWelcomeTitle">Welcome to Routing and Remote Access</ID></H1>
  296. <P><ID id="IDWelcomeDesc1">Routing and Remote Access provides secure remote access to private networks.</P>
  297. <P><ID id="IDWelcomeDesc2">Use Routing and remote access to configure the following:</ID></P>
  298. <P><ID id="IDWelcomeDesc3">&#149 A secure connection between two private networks.</ID></P>
  299. <P><ID id="IDWelcomeDesc4">&#149 A Virtual Private Network (VPN) gateway.</ID></P>
  300. <P><ID id="IDWelcomeDesc5">&#149 A Dial-up remote access server.</ID></P>
  301. <P><ID id="IDWelcomeDesc6">&#149 Network address translation (NAT).</ID></P>
  302. <P><ID id="IDWelcomeDesc7">&#149 LAN routing.</ID></P>
  303. <P><ID id="IDWelcomeDesc8">&#149 A basic firewall.</ID></P>
  304. <P><ID id="IDWelcomeDesc9">To add a Routing and Remote Access server, on the Action menu, click Add Server.</ID></P>
  305. <P><ID id="IDWelcomeDesc10">For more information about setting up Routing and Remote Access server, deployment scenarios, and troubleshooting, see <A id=IDWelcomeDesc10 href="javascript:OnClickHelp('ms-its:rrasconcepts.chm');">Help.</A></P>
  306. <P>&nbsp;</P>
  307. <P>&nbsp;</P>
  308. </BODY>
  309. </HTML>