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.

26 lines
1.3 KiB

  1. <?xml version="1.0"?>
  2. <Role
  3. name="Remote Access/VPN Server"
  4. description="Remote access/VPN servers enable remote clients to connect to a network through either a dial-up connection or a secure Virtual Private Network (VPN) connection. They also provide network address translation (NAT), which enables all of the computers on a small network to share a single connection to the Internet."
  5. mys_id="Rras"
  6. >
  7. <!-- mys_id attribute should be unique among the different roles. It is used to track collapsed/expanded state. -->
  8. <_locDefinition>
  9. <_locTag _loc="locData" _locAttrData="name, description">Role</_locTag>
  10. <_locTag _loc="locData" _locAttrData="description, tooltip">Link</_locTag>
  11. </_locDefinition>
  12. <Links>
  13. <Link
  14. description="Manage this remote access/VPN server"
  15. type="program"
  16. command="&quot;%SystemRoot%\System32\rrasmgmt.msc&quot; /s"
  17. tooltip="Opens the console for configuring and managing the Routing and Remote Access service."
  18. />
  19. <Link
  20. description="Review the next steps for this role"
  21. type="help"
  22. command="cys.chm::/vpn_server_role.htm#vpnsrvcompletion"
  23. tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
  24. />
  25. </Links>
  26. </Role>