# Setup

## Installation

To setup a RAS server, it is necessary to create a VM server. Follow the instructions found in the QEMU pages of these docs to create a VM server. It should be on the 1802 VLAN with DHCP and DNS configured.

You should run the Ansible play `ras.yml` to create the base VM config, install/configure the OpenAFS client, install Python utilities, and configure fail2ban.

You should not have to take any other action than allowing SSH through the firewall, adding a DNS entry for the server, adding a DHCP entry for the server, and generating a keytab for the server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.tjhsst.edu/services/remote-access/setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
