> For the complete documentation index, see [llms.txt](https://wiki.solids.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.solids.group/computing/isu-vpn-on-ubuntu-2404.md).

# ISU VPN on Ubuntu 24.04

The Cisco AnyConnect software is not supported on Ubuntu 24.04. Use OpenConnect through NetworkManager to connect to the Iowa State VPN.

These instructions are specific to Ubuntu 24.04 and may not work on earlier Ubuntu versions.

## Install Packages

Install OpenConnect and the NetworkManager integration:

```bash
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
```

## Create the VPN Connection

Open the network manager and navigate to VPN connections. Add a VPN connection and select Cisco AnyConnect or the equivalent OpenConnect option.

![NetworkManager VPN setup](/files/dFhaHy9ET7GJFEi8KEEC)

## Set VPN Properties

Use the following settings:

* VPN Protocol: `Cisco AnyConnect or OpenConnect`
* Gateway: `vpn.iastate.edu`
* User Agent: `AnyConnect Linux_64 4.7.00136`

<img src="/files/ZrDGzA91b6aiS4TczKtt" alt="VPN connection properties" width="375">

## Connect

Activate the VPN. In the authentication dialog, select `Secondary` under `GROUP`.

![VPN group selection](/files/qRI2DfJHToggEUgGkYzU)

The OKTA login dialog should open in-window.

![OKTA login dialog](/files/s8dtTtiy1cSuN5FOOKdr)

Enter your credentials and 2FA information, then connect. The client should indicate successful authentication.

![Successful VPN connection](/files/ZOEju9tBo2JoyVyYaBpH)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.solids.group/computing/isu-vpn-on-ubuntu-2404.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
